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

Launch another MSI Package after Installation Complete


2 replies to this topic

lamqvo

lamqvo
  • Members
  • 5 posts

Posted 10 April 2001 - 22:42

I am trying to launch another msi package to run after the first installation completed.  My second msi package is being compressed into the first msi package.  

What should I do in order to launch the second msi package inside the first compressed-msi package?

I tried to run Custom Action Wizard and rebuilt the package but it is still could not launch after the first installation completed.  Does it have to do any with the SetupCompleteSuccess dialog box ?

All I need to launch is the command:
"Path/sencond_MSI_Package.msi /qn"

What should I specify for that Path? Is it the physical path after my laying out files of the first install?  Or it is the path of the first MSI package?


Kate

Kate
  • Members
  • 61 posts

Posted 20 April 2001 - 22:41

Launch the CA off of the last dialog box.

CA should be:
type 162
source: SystemFolder
target: Msiexec.exe /i "[INSTALLDIR]\YourProduct.msi"

go to installshield KB article q104221