We used InstallShield script in our installation.
Now we decided to remove all script actions to prvent the usage of the InstallShield script engine.
Since I removed the last script based custom action InstallShield 11 creates a Setup.ini file and Setup.exe cannot be launched withoud the file.
My question is: How can I run a Setup.exe without Setup.ini?
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 create setup without Setup.ini
Started by
SOWI
, Mar 30 2006 12:25
3 replies to this topic
Posted 01 April 2006 - 14:05
The existance of InstallScript actions shouldn't make a difference.
You can use the release wizard to build a single setup.exe which includes everything.
You can use the release wizard to build a single setup.exe which includes everything.
Stefan Krüger
InstallSite.org twitter facebook
Posted 03 April 2006 - 12:12
I did several tests. The result is:
When I remove the last InstallShield script based custom action from my project the release wizard creates two additonal files "0x0409.ini" and "Setup.ini".
Setup.exe won't start if one of the new files was removed.
I did not(!) modify the release configuration.
Any ideas ??
When I remove the last InstallShield script based custom action from my project the release wizard creates two additonal files "0x0409.ini" and "Setup.ini".
Setup.exe won't start if one of the new files was removed.
I did not(!) modify the release configuration.
Any ideas ??
Posted 18 July 2013 - 09:33
You have to choose only "Single Executable" in the "Build Installation" section.