rgf207 Posted June 25, 2004 Posted June 25, 2004 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
MCT Posted June 25, 2004 Posted June 25, 2004 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
applelover Posted June 27, 2004 Posted June 27, 2004 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.
rgf207 Posted June 30, 2004 Author Posted June 30, 2004 What app are you installing?Macromedia Homesite 5.5Google DeskbarI Hate Spam Outlook EditionRemote AdministratorWinACEAd Muncher
Priapus Posted July 2, 2004 Posted July 2, 2004 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now