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....
Install Novell client
Re: Install Novell client
When creating your package, "CLIENT_DATA" becomes %ScriptPath%.
Having said that, does "%ScriptPath%\novcli\setup.exe" exist?
What does "ncpf.txt" say about paths?
Having said that, does "%ScriptPath%\novcli\setup.exe" exist?
What does "ncpf.txt" say about paths?
Carpe Opsi 

Re: Install Novell client
Hi,
Thanks for your quick reaction. The ncpf.txt doesn't contain paths. Its just for locations of Novell servers. The path for setup.exe is /home/opsiproducts/novcli/CLENT_DATA
Thanks in advance.
Greetings,
Kees....
Thanks for your quick reaction. The ncpf.txt doesn't contain paths. Its just for locations of Novell servers. The path for setup.exe is /home/opsiproducts/novcli/CLENT_DATA
Thanks in advance.
Greetings,
Kees....
Re: Install Novell client
I think I see ...
You wrote
"%ScriptPath%\setup.exe /acu.exe /ncpf:ncpf.txt"
The double quotes may be misleading.
Try
"%ScriptPath%\setup.exe" /acu.exe /ncpf:ncpf.txt
(moved the second double quotes to the character after setup.exe)
You wrote
"%ScriptPath%\setup.exe /acu.exe /ncpf:ncpf.txt"
The double quotes may be misleading.
Try
"%ScriptPath%\setup.exe" /acu.exe /ncpf:ncpf.txt
(moved the second double quotes to the character after setup.exe)
Carpe Opsi 

Re: Install Novell client
Hi,
Thanks for your reaction.
It runs now without any error.
However, it does not install novell client.
I don't think this is an Opsi issue. I'll check the client installation.
Many thanks,
Kees
Thanks for your reaction.
It runs now without any error.
However, it does not install novell client.
I don't think this is an Opsi issue. I'll check the client installation.
Many thanks,
Kees
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Install Novell client
Well, it could also be a novell issue.
Man... am I glad I don't have to put up with that shit any more! Brings back some really bad memories!

Man... am I glad I don't have to put up with that shit any more! Brings back some really bad memories!





Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: Install Novell client
Hi,
Thnxs for your reply.
I know what you means. Thank God we are in the process of migrating to AD
But till then its something I have to take care of!
Thnxs for your reply.
I know what you means. Thank God we are in the process of migrating to AD

But till then its something I have to take care of!