Dear All,
I want to install Python 2.4 .msi during my software install,how to invoke this process any idea?????????/
regards
Moorthy
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.

Python.msi
Started by
devstudio.2007
, Mar 11 2008 06:25
3 replies to this topic
Posted 11 March 2008 - 10:09
The best way would be a custom prerequisite (if your INstallShield version supports prerequisites, see Tools > Prerequisite editor)
Stefan Krüger
InstallSite.org twitter facebook
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
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.
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.
Stefan Krüger
InstallSite.org twitter facebook