Hello,

Are you referring to the "#exe2msi..." compiler directive?

The #exe2msi compiler directive lets you wrap a native .exe installation up as an MSI. This function can be used to wrap your .exe installer in a Windows Installer (MSI) database package suitable for use in MSI-centric environments. The resulting MSI package can be used as a regular MSI installation package (including both interactive and non-interactive installations), but will internally run the high-performance SetupBuilder .exe installer. The uninstaller will be the normal SetupBuilder uninstaller.

There is a "exe2msi Demo.sb7" source code demo in the Examples Package and in the Learning SetupBuilder Part I manual.

Does this help?

Friedrich