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:mangoo at wpkg.org] Sent: Mon 23/07/2007 18:19 To: Paul McGrath Cc: wpkg-users at lists.wpkg.org 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/> wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |