From 7131ae14d894f51be1b61aaa70d8cfb8b73a068a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 8 Oct 2013 23:18:38 +0200 Subject: [PATCH] correct opsi scriots for nitro 8 --- CLIENT_DATA/setup3264.ins | 6 +++--- CLIENT_DATA/uninstall3264.ins | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index b75b335..f2978e6 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -49,8 +49,8 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; no white space use '-' as a seperator Set $MinimumSpace$ = "800 MB" ; the path were we find the product after the installation -Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8" -Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 9" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 9" Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- @@ -144,7 +144,7 @@ copy "$IniCfgFile$" "$InstallDir64$" [Registry_install] ; Example of setting some values of an registry key: ; -openkey [HKEY_LOCAL_MACHINE\Software\Nitro\Pro\8.0] +openkey [HKEY_LOCAL_MACHINE\Software\Nitro\Pro\9.0] set "SerialNumber" = "$LicenseKey$" [LinkFolder_install] diff --git a/CLIENT_DATA/uninstall3264.ins b/CLIENT_DATA/uninstall3264.ins index 7eae8f5..906075a 100644 --- a/CLIENT_DATA/uninstall3264.ins +++ b/CLIENT_DATA/uninstall3264.ins @@ -42,8 +42,8 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8" -Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 9" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 9" Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ----------------------------------------------------------------