Install Novell client
Verfasst: 07 Nov 2013, 10:33
Hi,
To install the Novell client i created a simple script (test it before i enhance the script).
When I deploy this to a client with this script :
[Actions]
requiredWinstVersion >= "4.11.2.6"
comment "Start setup program"
Winbatch_install /RunElevated
[Winbatch_install]
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\setup.exe /acu.exe /ncpf:ncpf.txt"
I see in the logfile that it cannot find the p:\novcli\setup.exe
Whats wrong with it?
With regards,
Kees....
To install the Novell client i created a simple script (test it before i enhance the script).
When I deploy this to a client with this script :
[Actions]
requiredWinstVersion >= "4.11.2.6"
comment "Start setup program"
Winbatch_install /RunElevated
[Winbatch_install]
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\setup.exe /acu.exe /ncpf:ncpf.txt"
I see in the logfile that it cannot find the p:\novcli\setup.exe
Whats wrong with it?
With regards,
Kees....