Install Novell client

Antworten
loggenk
Beiträge: 163
Registriert: 15 Nov 2012, 17:34

Install Novell client

Beitrag 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....
r.witzel
Beiträge: 74
Registriert: 01 Aug 2011, 14:57
Wohnort: Melle

Re: Install Novell client

Beitrag 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?
Carpe Opsi :)
loggenk
Beiträge: 163
Registriert: 15 Nov 2012, 17:34

Re: Install Novell client

Beitrag 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....
r.witzel
Beiträge: 74
Registriert: 01 Aug 2011, 14:57
Wohnort: Melle

Re: Install Novell client

Beitrag 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)
Carpe Opsi :)
loggenk
Beiträge: 163
Registriert: 15 Nov 2012, 17:34

Re: Install Novell client

Beitrag 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
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: Install Novell client

Beitrag 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: :| :?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
loggenk
Beiträge: 163
Registriert: 15 Nov 2012, 17:34

Re: Install Novell client

Beitrag 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!
Antworten