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

Running .msi from my IS project


4 replies to this topic

cap1

cap1
  • Members
  • 3 posts

Posted 05 October 2004 - 19:42

i am trying to include a .msi file in my IS build project and launch the .msi file during the install process.
i came across a post talking about putting the .msi file into setup files/advanced files/disk1 then calling LaunchAppAndWait(SRCDIR^"msiname.msi,"",WAIT)
but this seems to not be a desireable solution and also doesnt seem to work for me.

i am using IS 6.31

Does anyone have any other suggestions or solutions?

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 05 October 2004 - 20:40

Check your PMs since you also wrote me about the same issue.
user posted image

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2004 - 07:07

.msi files are not executable by themselves. You must run
msiexec.exe /i msiname.msi

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 06 October 2004 - 14:27

Oh, right. Good point Stefan. I'd forgotten about that as the MSIs I've recently used in my IS setups have been wrapped in EXEs, so I only deal with the MSI itself during the uninstall process.

I'll update the FAQ with that information then.

Edited by Taco Bell, 06 October 2004 - 14:32.

user posted image

cap1

cap1
  • Members
  • 3 posts

Posted 06 October 2004 - 19:02

Just wanted to say a public thanks to both Taco and Stefan for helping me with this issue. Taco put up with my relentless PMs and still offered up possible solutions.

thanks again guys.

cap