Showing results for January 2008 - Visual Studio Setup

Jan 15, 2008
0
0

Different Packages are Required for Different Processor Architectures

Heath Stewart
Heath Stewart

A common question is how to create a Windows Installer package that installs 32-bit binaries on 32-bit platforms, and both 32- and 64-bit binaries on 64-bit platforms. If you're actually trying to install 64-bit binaries to appropriate directories and write to the 64-bit view of the registry, the short answer is that you can't build a single packag...

InstallationLogging64-bit
Jan 14, 2008
0
0

Patch Families in WiX and Windows Installer

Heath Stewart
Heath Stewart

Patch families were introduced in Windows Installer 3.0 as a means to sequence patches even if applied in any order, and to supersede previous patches. Supersedence allows for easier delta patching and allows more patches to be installed than the 127 limit.When we started developing the new patch build support in Windows Installer XML (WiX) 3.0, we...

InstallationWiXMSI4.5