Tomasz,
  I have already tried adding that unattended section to the printer drivers 
.inf file and on other sites many people say it doesnt work.  The unattended 
seems to work on other types of devices if you are using a .sif file, 
particluarly for sysprep type slipstreaming.
  The only thing that they say works is adding -nologo.  I have seen an article 
which suggest using wscript instead of cscript with the nologo.  I will try it 
tomorrow in the cmd line.
Paul

________________________________

From: Tomasz Chmielewski [mailto:[EMAIL PROTECTED]
Sent: Mon 23/07/2007 18:19
To: Paul McGrath
Cc: wpkg-users@lists.sourceforge.net
Subject: Re: [wpkg-users] Cscript nologo usage



Paul McGrath schrieb:
> Greetings all,
>   I am trying to install printer drivers but the 'WHQL' nag screen comes
> up.  I have found online that normally you can use 'nologo' to prevent
> this.  Has anyone managed it here?
>
> I've tried -nologo //nologo
> Install cmd="cscript -nologo "rundll32....
> Install cmd="rundll32 ..... //nologo

Isn't it about driver signing?

Certainly, adding "nologo" as a parameter to cscript makes no sense.

If you're using Unattended to deploy your Windows machines, adding this
in [Unattended] section of unattend.txt will do the job:

     DriverSigningPolicy = Ignore


If the machines are already deployed, I've no idea - perhaps you have to
change something in the registry.


--
Tomasz Chmielewski
http://wpkg.org <http://wpkg.org/> 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to