Quote
Setup.exe /r /sms /f1"c:\Setup.iss" /f2"c:\ISLog.txt"
However, there are two concerns. On this computer here, I have my Program Files folder at "F:\Program Files", but this is very unlikely to be the case in future installations, just as much as it is unlikely to always be "C:\Program Files"
Here's the line from the iss files:
Quote
szDir=F:\Program Files\Corel\Bryce 5
I tried changing it to
Quote
szDir=%Programfiles%\Corel\Bryce 5
Second, I have to agree to the License agreement (which makes the install non-unattended.. would anyone of you know how to have this to go away? I've already agreed to it when installing it while attending (to make the iss file)
Oh yeah, one more thing... as soon as setup has started, RunOnceEx continues to move on to the next list item (and "start /w" also does this...) -- suggestions on how to make the silly installation wait until it's done?



Help

Back to top








