I wanted to make a 'launcher' for a application. A simple one, something like this :
Name "LAUNCHER"
OutFile "launcher.exe"
Section bla
...
ExecWait "program name.exe"
...
SectionEnd The exe file that I need to open with ExecWait has spaces in the name.Like "program name.exe"
In the same folder exists a file "program.exe"
The "program.exe" is launched, not "program name.exe" !
Try it.
Thanks,
OJi.