Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.

Windows Installer

From WiX Wiki at MindCapers

Jump to: navigation, search

Windows Installer is a database driven approach to installing software packages that was developed by Microsoft. WiX, or Windows Installer XML, is an open source tool developed by Microsoft that can be used to specify the contents of a .msi file in XML.

Here is a description of Windows Installer in Microsoft's own words.

Contents

Redistributables

Utilities

  • Windows Installer CleanUp Utility from Microsoft is an essential .msi development tool. If you create a condition where your .msi cannot be uninstalled, this will do the registry cleanup for you, though files installed by your .msi will remain.

FAQs

VersionNT Property Values

VersionNT is property built into Windows Installer. You might also see Operating System Property Values in the Windows Installer SDK.

Windows VersionVersionNT Value
Windows 2000 500
Windows XP501
Windows Server 2003502
Windows Vista600
Personal tools