update the Install patch and bump to teh new main version 8

This commit is contained in:
Mario Fetka
2013-03-14 17:20:29 +01:00
parent db9eb4d1b0
commit 70a4dec19c
3 changed files with 9 additions and 9 deletions

View File

@@ -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%\<path to the product>"
Set $InstallDir64$ = "%ProgramFiles64Dir%\<path to the product>"
Set $LicenseRequired$ = "false"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------