Hi,
One of our products need to install "Microsoft Visual C++ 2005 Redistributable package(vcredist_x86.exe)". After this installation, our product installation(setup.exe) should continue.
My questions:
1. How do I modify the setup.exe so that vcredist_x86.exe is run prior to running setup.exe..?
2. I have setup.msi file. So I have merged the modules of vcredist_86.exe which is also available as a msm file and the setup.msi. I wanted to convert this updated msi to exe.? Any thoughts on this.?
Any ideas please..
Thank you in advance.
--
Nirmal
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.

Modify product installer
Started by
gvnirmal
, Jan 20 2010 18:42
3 replies to this topic
Posted 20 January 2010 - 18:48
Hello
Try to create a prerquisite with the prerequisite editor and the vcredist in it.
Then you be able to set the setup.exe to install the redist first
Freeme
Try to create a prerquisite with the prerequisite editor and the vcredist in it.
Then you be able to set the setup.exe to install the redist first
Freeme
Posted 20 January 2010 - 18:49
1. You could use Prerequisites. If what you need isn't included, create your own using the Prerequisite Editor (Tools menu).
2. You can set the outpput format in the Release Wizard.
2. You can set the outpput format in the Release Wizard.
Stefan Krüger
InstallSite.org twitter facebook
Posted 21 January 2010 - 04:04
Thank you Freeme and Stefan.
I would follow your suggestions and come back to you on this.
--
Thanks
Nirmal.
I would follow your suggestions and come back to you on this.
--
Thanks
Nirmal.