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

Python.msi


3 replies to this topic

devstudio.2007

devstudio.2007
  • Full Members
  • 19 posts

Posted 11 March 2008 - 06:25

Dear All,


I want to install Python 2.4 .msi during my software install,how to invoke this process any idea?????????/



regards
Moorthy

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 March 2008 - 10:09

The best way would be a custom prerequisite (if your INstallShield version supports prerequisites, see Tools > Prerequisite editor)

devstudio.2007

devstudio.2007
  • Full Members
  • 19 posts

Posted 11 March 2008 - 11:10

QUOTE (Stefan Krueger @ 2008-03-11 10:09)
The best way would be a custom prerequisite (if your INstallShield version supports prerequisites, see Tools > Prerequisite editor)

Hi,


Iam using devstudio 9.0 version,in this version ,there is no prerequiste editor options,how to do this in our case?????????





regards
Narain

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 March 2008 - 14:42

In this case you could - but this is not recommended! - use a custom action in the UI sequence to run msiexec.exe. This will however fail if your setup runs in basic UI or in silent mode.

The recommended solution would be a exe launcher that would run the python msi and then your msi - exactly what InstallShield's setup.exe does for prerequisites in later versions which include this functionality.