MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: 64 Bit Installs[Next]: Limitations (areas of improvement)
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Windows Installer FAQ (the basics)->64 Bit Installs->SYSTEM32 (for 32 and 64 bit installs)

SYSTEM32 (for 32 and 64 bit installs)

This code shows how to point to files that are in the windows "SYSTEM32" directory on both 32 and 64 bit systems (uses standard "System Folder Properties")

;--- Handle 32/64 bit OS (cmd.exe/hosts file) ---
<$PropertyCa "SYSTEM32DIR" Value="[SystemFolder]"   Seq="InstallValidate-">                               ;;32 Bit computer (will retain this value)
<$PropertyCa "SYSTEM32DIR" Value="[System64Folder]" Seq="InstallValidate-" CONDITION="VersionNT64">       ;;64 Bit computer (will override the line above)


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: 64 Bit Installs[Next]: Limitations (areas of improvement)


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.