Hi all. what is environmental variables in packaging?
Hi all. what is environmental variables in packaging?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
awingren
11 years ago
Posted by:
jaybee96
11 years ago
start cmd and enter "set" there are your env. variables.
you can use them within an MSI by [%ENV.VARIABLE] Note the missing % at the end.
for Packaging it is also practical to use "Windows installer Properties" (variables)
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370905%28v=vs.85%29.aspx
use it for conditions or replacements in foldernames, textfiles, inifiles, xml files, registry etc..
if replacement during installation then use []
Anyway.. the use of Windows Installer Properties are mandatory knowledge for every self-respecting repackager...
take a course?