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]: MAKEMSI_SAMPLES[Next]: MAKEMSI_WILOGUTL_EXE
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Source Code->Configuration / Options->Environment Variables (MAKEMSI Configuration)->MAKEMSI_USER_FILES_PATH

Environment Variable: MAKEMSI_USER_FILES_PATH

This environment variable is only used by the "MM.CMD" batch file.

The variable is "PATH" like and specifies one or more directories that MAKEMSI should search for files such as headers.

If a "directory" starts with a "*" then it is actually a reference to another environment variable which will be expanded.

If you create your own header files (such as "ME.MMH" front ends) you really don't wish to have to hard code the location in each ".MM" file, this environment variable is the easiest way to configure the information. The value in this environment variable is passed to PPWIZARD via the "/IncludePath" switch.

One possible example of how it might look and be set:

SET MAKEMSI_USER_FILES_PATH=C:\SupportDir1;S:\SupportDir2;*PATH


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]: MAKEMSI_SAMPLES[Next]: MAKEMSI_WILOGUTL_EXE


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.