Advanced Installer - Build Custom MSI and EXE Packages
Application software download free Windows:
Easily create and build custom MSI and EXE packages. No previous experience with installer development is needed. Use the built in wizards to get started.
Define UIs that run during installation or uninstallation using scripting and a full two way Windows Installer bridge with JavaScript support. Create multilingual installations using multiple languages in the same UI. Include a native OS Browse for Folder dialog, hyperlinks and enforce EULA lecture. Show progress bars that correctly estimate installer completion and avoid user confusion.
Create self-contained MSI packages by including and configuring the independent components you need in your application as merge modules. Customize the look of your application in the Start Menu and the Start Screen. Register fonts and specify registration names for non TrueType fonts. Schedule auto registration to occur at install time.
Specify how the features and components of your application should be installed on a user's system using a property called INSTALLLEVEL. The property value can be any integer between 1 and 32,767. Feature states are also supported: the feature and its components will be installed only if their state matches the INSTALLLEVEL property value.
A set of software programs included in Windows is called a Server Role and certain roles require to be turned on before your application can run. Advanced Installer simplifies how you configure Server Roles by allowing you to install them at the same time as your application. You can also choose to install only the parts of a role that your application needs.