InstallAware for Windows Installer Header Image Windows Installer without Rocket Science
InstallAware for Windows Installer
 

Code Installation Logic

Thanks to the unique scripting technology that InstallAware makes available on the Windows Installer platform, you are free to use as many conditional statements and branched executions in your setup as you want. Utilize the power of genuine scripting for Windows Installer, and enjoy complete freedom in your installation. Check for different circumstances and act upon them as necessary. Below are some ideas to get you started:

  • Import data from previous application versions
  • Define and let the user choose from application features
  • Act differently on varying target system configurations
  • Import/export data from/to the registry and configuration files
  • Check local file versions
  • Read/write from/to text files
  • Install application runtimes
  • Conduct interactive user surveys
  • Ask users "why?" when they are uninstalling
  • Ship a single installer for all your different product editions
  • Dynamically define application features based on authentication