Seite 1 von 1

Install Novell client

Verfasst: 07 Nov 2013, 10:33
von loggenk
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....

Re: Install Novell client

Verfasst: 07 Nov 2013, 12:05
von r.witzel
When creating your package, "CLIENT_DATA" becomes %ScriptPath%.
Having said that, does "%ScriptPath%\novcli\setup.exe" exist?
What does "ncpf.txt" say about paths?

Re: Install Novell client

Verfasst: 07 Nov 2013, 12:30
von loggenk
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....

Re: Install Novell client

Verfasst: 07 Nov 2013, 14:10
von r.witzel
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)

Re: Install Novell client

Verfasst: 07 Nov 2013, 14:19
von loggenk
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

Re: Install Novell client

Verfasst: 12 Nov 2013, 02:23
von SisterOfMercy
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! :( :o :shock: :| :?

Re: Install Novell client

Verfasst: 12 Nov 2013, 07:29
von loggenk
Hi,

Thnxs for your reply.

I know what you means. Thank God we are in the process of migrating to AD :D

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