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

Windows Installer Switch Problem


3 replies to this topic

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 26 October 2006 - 01:53

Has anyone been running into a problem where Windows Installer indicates invalid command line parameters when running Windows Installer 3.1 (I think that's the version.)?

I'm trying to call a child install from [SOURCEDIR] like I have in the past -- msiexec stored in a property. That type Custom Action has a target of /i [SOURCEDIR]Child.msi.

I know you can fire child installs as such with Developer 8, but I've done it in the past by calling .exe stored in Property table and just continue to do it that way. I may try the newer method, but I was just wondering if anyone was running into a similar problem.

Any comments welcome!

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 October 2006 - 07:21

Try this:
msiexec.exe /i "[SOURCEDIR]Child.msi"

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 01 November 2006 - 14:30

I'll give that a shot!

As always, THANKS!!

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 07 November 2006 - 23:25

If that doesn't work, try

Msiexec.exe /i "[SourceDir]Child.msi"

(Properties are case sensitive)