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

MSIEXEC Command line


2 replies to this topic

Francisjude

Francisjude
  • Members
  • 1 posts

Posted 17 September 2004 - 18:32

I am trying to install the msi silently and at a custom path for all users..
code is:msiexec /I setup_wiz.msi /q ALLUSERS="2" INSTALLDIR="C:\TEMP\" but for some reason it is not taking that up the path ,it is installing silently at default path.

Could kindly help...


luke_s

luke_s
  • Full Members
  • 532 posts

Posted 21 September 2004 - 04:39

You need to open the msi file and see if INSTALLDIR is actually pointing to a folder or not. The features and components might not be using INSTALLDIR, they might have another global directory that they use.

INSTALLDIR is install shield specific.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 September 2004 - 11:31

some other tools use TARGETDIR instead of INSTALLDIR