finish rename

This commit is contained in:
Mario Fetka 2012-05-02 07:32:33 +02:00
parent ff12155b0f
commit b0329116bb
4 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi ;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts, ; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator ; no white space use '-' as a seperator
Set $ProductId$ = "msoffice2010" Set $ProductId$ = "microsoft.office2010"
Set $MinimumSpace$ = "1500 MB" Set $MinimumSpace$ = "1500 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office" Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office"

View File

@ -37,7 +37,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "msoffice2010" Set $ProductId$ = "microsoft.office2010"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office
Set $InstallDir64$ = "%ProgramFiles64Dir%\MicroSoft Office Set $InstallDir64$ = "%ProgramFiles64Dir%\MicroSoft Office
Set $LicenseRequired$ = "true Set $LicenseRequired$ = "true

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: msoffice2010 id: microsoft.office2010
name: Microsoft Office 2010 name: Microsoft Office 2010
description: Microsoft Office 2010 description: Microsoft Office 2010
advice: ADVICE advice: ADVICE
@ -32,6 +32,6 @@ default: ["system specific"]
[ProductDependency] [ProductDependency]
action: setup action: setup
requiredProduct: xmlstarlet requiredProduct: sourceforge.xmlstarlet
requiredStatus: installed requiredStatus: installed
requirementType: before requirementType: before

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="microsoft.com" VENDOR="microsoft.com"
PN="msoffice2010" PN="microsoft.office2010"
VERSION="2010.1" VERSION="2010.1"
RELEASE="3" RELEASE="3"
PRIORITY="0" PRIORITY="0"