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 file


2 replies to this topic

maxk

maxk
  • Full Members
  • 38 posts

Posted 06 February 2014 - 16:36

Hello,

 

I'm trying to execute a .msi file at the end of install using redistributables.

I thought redistributables was for merge modules only but I guess I was wrong.

I put this file along with other merge module files but can't see it.

And how does sequences work for redistributables?

 

Thanks,

M

 



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 February 2014 - 13:56

Redestirbutables also include "Prerequisites" which you can use to launch an .msi. Use the Prerequisite editor in Tools menu to build a custom prerequisite.



maxk

maxk
  • Full Members
  • 38 posts

Posted 25 February 2014 - 16:17

Hi Stefan,

 

Thanks for your response!

It was painful for me to include a .msi in my install especially uninstallation process.

 

M