add new package based on nxclient package
This commit is contained in:
@@ -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$))
|
||||
|
||||
@@ -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"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user