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

Execute .msi and .exe files just like .msm


1 reply to this topic

ambros

ambros
  • Members
  • 2 posts

Posted 06 September 2002 - 11:44

Is it posible to run into one .msi project an .exe file or .msi files that were included in a Visual Studio Installer Project??

P.E. I want to run the mdac_typ_27.exe file that I have included into the .msi project.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 September 2002 - 17:10

You would have to create a custom action of type "run an executable". This is possible in MSI, but I don't think the VSI user interface enables you to create such actions. You would have to post process your MSI with Orca, or use a more powerful setup authoring tool.