June 25, 200422 yr OK. I followed the instructions. I used the command prompt and navigated to the proper folder and ransetup.exe -RI did not reboot at the end but I cannot find the .iss file. I did a complete search and nothingi also triedsetup.exe /r and that did nothingit never creates a .iss file. can anyone help
June 25, 200422 yr just try using something else like installrite & it will repackage your install so u dont need switches, or try 2 use another installer 2 install a program, (like INNO or WISE or NSIS) regards
June 27, 200422 yr OK. I followed the instructions. I used the command prompt and navigated to the proper folder and ransetup.exe -RI did not reboot at the end but I cannot find the .iss file. I did a complete search and nothingi also triedsetup.exe /r and that did nothingit never creates a .iss file. can anyone helpTry using setup.exe /r /f1<path/filename.iss>.This way you can state the location of the script file.
June 30, 200422 yr Author What app are you installing?Macromedia Homesite 5.5Google DeskbarI Hate Spam Outlook EditionRemote AdministratorWinACEAd Muncher
July 2, 200422 yr Hi,While recording an .iss file with setup.exe -r , you can specify where your answer file setup.iss should be placed.The normal syntax would be like this;setup.exe -r -f1"c:\setup.iss" -f2"c:\setup.log" or setup.exe -r -f1%systemdrive% -f2%TEMP%\setup.logIf you only type setup.exe -r the answer file always be created under C:\Windows or C:\WINNTInstalling the software by using setup.iss fileif you only write setup.exe -s , the setup.iss file must be in the same folder as setup.exeNormal usage;setup.exe -s -SMS -f1"c:\setup.iss" -f2"c:\setup.log"Always create a .log file to see if the installation was successfull.Read more on Installshields ;http://support.installshield.com/kb/view.a...ticleid=Q101901
Create an account or sign in to comment