islander_810, on Dec 23 2007, 04:08 AM, said:
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" -s
What 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"
This post has been edited by Tefole: 06 February 2008 - 05:41 PM