
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.

MSI
Started by
Cartoon
, Oct 25 2004 12:43
1 reply to this topic
Posted 25 October 2004 - 12:43

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" %*
@="\"%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" %*