OK. I followed the instructions.
I used the command prompt and navigated to the proper folder and ran
setup.exe -R
I did not reboot at the end but I cannot find the .iss file. I did a complete search and nothing
i also tried
setup.exe /r
and that did nothing
it never creates a .iss file. can anyone help
Page 1 of 1
Installshield Application Switch
#2
Posted 24 June 2004 - 09:26 PM
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
#3
Posted 27 June 2004 - 03:26 AM
rgf207, on Jun 24 2004, 08:08 PM, said:
OK. I followed the instructions.
I used the command prompt and navigated to the proper folder and ran
setup.exe -R
I did not reboot at the end but I cannot find the .iss file. I did a complete search and nothing
i also tried
setup.exe /r
and that did nothing
it never creates a .iss file. can anyone help
I used the command prompt and navigated to the proper folder and ran
setup.exe -R
I did not reboot at the end but I cannot find the .iss file. I did a complete search and nothing
i also tried
setup.exe /r
and that did nothing
it never creates a .iss file. can anyone help
Try using setup.exe /r /f1<path/filename.iss>.
This way you can state the location of the script file.
#5
Posted 29 June 2004 - 06:49 PM
Quote
What app are you installing?
Macromedia Homesite 5.5
Google Deskbar
I Hate Spam Outlook Edition
Remote Administrator
WinACE
Ad Muncher
#6
Posted 02 July 2004 - 03:55 PM
[COLOR=blue]
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.log
If you only type setup.exe -r the answer file always be created under C:\Windows or C:\WINNT
Installing the software by using setup.iss file
if you only write setup.exe -s , the setup.iss file must be in the same folder as setup.exe
Normal 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
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.log
If you only type setup.exe -r the answer file always be created under C:\Windows or C:\WINNT
Installing the software by using setup.iss file
if you only write setup.exe -s , the setup.iss file must be in the same folder as setup.exe
Normal 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
Share this topic:
Page 1 of 1



Help
Back to top









