Hi, there,
I create a compressed release package named "setup.exe".
And then I use "-r" to record installation process and get the "setup.iss" file.
I want to know how to add "setup.iss" file into "setup.exe".
I mean use only "setup.exe" file to do silent mode.
Thanks!
Daniel
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

How to use only "setup.exe" file to do silent mode
Started by
danielxu22
, Nov 09 2005 11:36
1 reply to this topic
Posted 10 November 2005 - 08:40
I don't think that's possible. It's a chicken and egg situation. Your setup.exe would have to extract the .iss file in order to run silent, but it should do that silently.
Two possible solutions:
- If you want your setup to always run in silent mode, simply remove all your dialogs. No need to an .iss file then.
- Create a self extracting package (using WinZIP or any other tool of your choice) that wraps the setup.exe from InstallShield plus the .iss file.
Two possible solutions:
- If you want your setup to always run in silent mode, simply remove all your dialogs. No need to an .iss file then.
- Create a self extracting package (using WinZIP or any other tool of your choice) that wraps the setup.exe from InstallShield plus the .iss file.
Stefan Krüger
InstallSite.org twitter facebook