User Environmental variable
In Vendor msi user environmental variable is their.I installing my application in system context but user environnmental varaible is not geeting.
Same vendor msi when installing in user context ,user environmental is getting.
In system context how to get user environmetal variable into the mcahine is their anyway in msi only.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
6 years ago
I would normally advise you to implement self-healing but given the level you're evidently at, that's a big step so the simplest route is to just change it to a System variable. If the MSI uses the Environment table to populate the environment, prefix the value with '*'. If it uses the Registry table, change the root (hive) from '1' to '2'.
Use a transform, obviously.