diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index ae96098..47da431 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -34,7 +34,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ;$ProductId$ should be the name of the product in opsi ; therefore please: only lower letters, no umlauts, ; no white space use '-' as a seperator -Set $ProductId$ = "msoffice2007" +Set $ProductId$ = "microsoft.office2007" Set $MinimumSpace$ = "1500 MB" ; the path were we find the product after the installation Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office" diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index bc8ec40..58d592a 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -29,7 +29,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $ProductId$ = "msoffice2007" +Set $ProductId$ = "microosft.office2007" Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office" Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ diff --git a/OPSI/control b/OPSI/control index ed3eb3f..57432d3 100644 --- a/OPSI/control +++ b/OPSI/control @@ -32,6 +32,6 @@ default: ["system specific"] [ProductDependency] action: setup -requiredProduct: xmlstarlet +requiredProduct: sourceforge.xmlstarlet requiredStatus: installed requirementType: before