autorun.inf
launcher.exe
setup.exe
In my launcher.exe NSIS code I have the following lines:
Is it better to use "ExecWait $EXEDIR\setup.exe" or does it makes no difference?
Section ""
ExecWait setup.exe
SectionEnd
Is it necessary to set the path to the CD?