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

MSI


1 reply to this topic

Cartoon

Cartoon
  • Members
  • 1 posts

Posted 25 October 2004 - 12:43

sad.gif I,m having a problem installing programs created with msi. They won't install, also they have a blank icon beside the *.msi file. Ive tried re-installing MSI but I get the message "this service is already installed". When I try to associate the program with msi, I get the message about having the wrong command line parameters. Can you help

mandy

mandy
  • Members
  • 121 posts

Posted 03 November 2004 - 17:28

[HKEY_CLASSES_ROOT\Msi.Package\shell\Open\command]
@="\"%SystemRoot%\\System32\\msiexec.exe\" /i \"%1\" %*"

Although the above entry should be "REG_EXPAND_SZ" - I've converted it to "REG_SZ" so you can read it.

The following commands should also do the trick:

Assoc .msi=Msi.Package
Ftype Msi.Package="%SystemRoot%\System32\msiexec.exe" /i "%1" %*