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$ ; ----------------------------------------------------------------