Registering EXE Files in the MSI Installation
Filed under:
Wise Package Studio
Installation
Submitted by marcoads on 22 July, 2008 - 10:43.
How would you be able to register EXE files in your MSI installation? This tech tip will show you how to do so.
By design, Microsoft Windows Installer does not self register .exe files. However, Wise has added a feature that uses a custom action to register files using custom code.
- On the Files page of the Installation Expert, double-click on the file to bring up the details.
- In the Registration tab, in the Registration Method drop list, select Use Order Specified below, click the file name, and click OK. The ordered registration places a custom action into the script that is necessary for the .exe to get registered.
Or you can create your own custom action in the MSI Script, that calls the regsvr32.exe and registers the .exe. This custom action should occur after the InstallFinalize action in the Execute Immediate section of the script.
(20 votes)
- Login or register to post comments
- 1699 reads
- Printer-friendly version
















Recent comments
12 min 35 sec ago
27 min 13 sec ago
1 hour 7 min ago
2 hours 39 min ago
2 hours 42 min ago
2 hours 43 min ago
2 hours 54 min ago
3 hours 51 min ago
4 hours 7 min ago
4 hours 7 min ago