HOWTO: Install .MSI files
Article Created: 2003-10-13 23:38 GMT by Jordan Russell
Last Updated: 2003-10-19 06:50 GMT by Jordan Russell
To install an .MSI file from within an Inno Setup installation, try these lines:
[Files]
Source: "Your-MSI-File.msi"; DestDir: "{tmp}"
[Run]
Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\Your-MSI-File.msi"""
(Credit for this technique goes to Alex Yackimoff.)
Site contents Copyright © 1997-2009 Jordan Russell. All rights reserved.
|