diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index f837384..b6a1eb6 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -47,11 +47,11 @@ 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 $MinimumSpace$ = "1 MB" +Set $MinimumSpace$ = "800 MB" ; the path were we find the product after the installation -Set $InstallDir32$ = "%ProgramFiles32Dir%\" -Set $InstallDir64$ = "%ProgramFiles64Dir%\" -Set $LicenseRequired$ = "false" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8" +Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- diff --git a/CLIENT_DATA/uninstall3264.ins b/CLIENT_DATA/uninstall3264.ins index 30c17d9..7eae8f5 100644 --- a/CLIENT_DATA/uninstall3264.ins +++ b/CLIENT_DATA/uninstall3264.ins @@ -42,9 +42,9 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $InstallDir32$ = "%ProgramFiles32Dir%\" -Set $InstallDir64$ = "%ProgramFiles64Dir%\" -Set $LicenseRequired$ = "false" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8" +Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- diff --git a/OPSI/control b/OPSI/control index a9c3e49..310794e 100644 --- a/OPSI/control +++ b/OPSI/control @@ -11,7 +11,7 @@ description: Der einzige kostenlose PDF-Pro, der PDF-Dateien anzeigen, erstellen advice: ADVICE version: VERSION priority: PRIORITY -licenseRequired: False +licenseRequired: true productClasses: setupScript: setup3264.ins uninstallScript: uninstall3264.ins @@ -32,7 +32,7 @@ default: ["system specific"] [ProductDependency] action: setup -requiredProduct: aio +requiredProduct: sereby.aio requiredStatus: installed requirementType: before