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

Modify product installer


3 replies to this topic

gvnirmal

gvnirmal
  • Full Members
  • 2 posts

Posted 20 January 2010 - 18:42

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

Freeme

Freeme
  • Full Members
  • 39 posts

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

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

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.

gvnirmal

gvnirmal
  • Full Members
  • 2 posts

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.