diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 22de625..b4add2e 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -35,7 +35,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$ = "defraggler" +Set $ProductId$ = "piriform.defraggler" Set $MinimumSpace$ = "10 MB" ; the path were we find the product after the installation Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler" diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index e29bb3e..e3fc369 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $ProductId$ = "defraggler" +Set $ProductId$ = "piriform.defraggler" Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler" Set $LicenseRequired$ = "false" Set $LicensePool$ = "p_" + $ProductId$ diff --git a/OPSI/control b/OPSI/control index e8ce39c..1c6e33c 100644 --- a/OPSI/control +++ b/OPSI/control @@ -5,7 +5,7 @@ incremental: False [Product] type: localboot -id: defraggler +id: piriform.defraggler name: Defraggler description: Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry. advice: ADVICE @@ -32,6 +32,6 @@ default: ["system specific"] [ProductDependency] action: setup -requiredProduct: aio +requiredProduct: sereby.aio requiredStatus: installed requirementType: before diff --git a/builder-product.cfg b/builder-product.cfg index fb5e634..0e2c108 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -2,7 +2,7 @@ # Setup product information ############################ VENDOR="piriform.com" -PN="defraggler" +PN="piriform.defraggler" VERSION="2.09.391" RELEASE="1" PRIORITY="0"