islander_810 Posted December 23, 2007 Posted December 23, 2007 (edited) If there are spaces in filenames, it gives errors saying file not found.Eg...command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe" -sWhat is wrong? Also, will the above setup be executed silently? Using RunOnceEx, it does. With WIHU, it doesn't. Edited December 23, 2007 by islander_810
Camarade_Tux Posted December 23, 2007 Posted December 23, 2007 You should really consider removing the spaces as it will solve your problem and make installation silent at the same time.I know this doesn't really answer the question but this is the most certain solution.I think I've encountered the same problem and fixed it or found its root but I don't remember and can't run wihu now.
Tefole Posted February 6, 2008 Posted February 6, 2008 (edited) If there are spaces in filenames, it gives errors saying file not found.Eg...command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe" -sWhat is wrong? Also, will the above setup be executed silently? Using RunOnceEx, it does. With WIHU, it doesn't.First of all, you need quotes, if the path or the filename contains spaces.In ur example the switch must be included between the quotes; like this:command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe -s" Edited February 6, 2008 by Tefole
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now