ISTool
Make payments with PayPal - it's fast, free and secure!

SourceForge.net Logo

Tips and Tricks

Include merge modules in setup

To include Microsoft Installer merge modules (MSM) in a setup, you first need to convert them to MSI. There are several ways to achieve this, but a tool like msi2xml should be perfect.

First you call msi2xml.exe with parameters to convert to the msm-file to xml. Don't use the -m option, since this causes the xml to be converted to msm again in the next step. Then you call xml2msi.exe to convert the xml to msi.

Now you should be able to include the msi-file in your setup.

PS! I only tried this once, so it might not work with all merge modules.

Please use [Visual & Installer] (for Visual Studio 2005 - 2017) or [RAD & Installer] (for RAD Studio 2009 - XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo) to edit Inno Setup script files. These editors are replacement for ISTool which is no longer in development. Alternatively you can use [Graphical Installer] to create cool looking skinned installers.

Visual & Installer - Visual Studio 2005 - 2017 addin for creating Inno Setup installers RAD and Installer for Embarcadero RAD Studio 2009, 2010, XE - XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo
Click here for more details... Graphical Installer for Inno Setup - cool looking skinned installers

Copyright © 2004-2007 Bjornar Henden