add new package based on nxclient package

This commit is contained in:
Mario Fetka
2013-03-03 21:33:46 +01:00
parent 988b6a7341
commit c5dbf624f2
6 changed files with 12 additions and 12 deletions

View File

@@ -31,10 +31,10 @@ 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$ = "nomachine.nxclient"
Set $ProductId$ = "nomachine.nxplayer"
Set $MinimumSpace$ = "15 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\NX Client for Windows"
Set $InstallDir$ = "%ProgramFiles32Dir%\NX Player for Windows"
; ----------------------------------------------------------------
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))

View File

@@ -27,8 +27,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "nomachine.nxclient"
Set $InstallDir$ = "%ProgramFiles32Dir%\NX Client for Windows"
Set $ProductId$ = "nomachine.nxplayer"
Set $InstallDir$ = "%ProgramFiles32Dir%\NX Player for Windows"
; ----------------------------------------------------------------