Jump to content


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.
Photo

How create setup without Setup.ini


3 replies to this topic

SOWI

SOWI
  • Full Members
  • 29 posts

Posted 30 March 2006 - 12:25

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?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

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.

SOWI

SOWI
  • Full Members
  • 29 posts

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 ??



rolandm

rolandm
  • Full Members
  • 1 posts

Posted 18 July 2013 - 09:33

You have to choose only "Single Executable" in the "Build Installation" section.