I have to set Environment variable where this installer will be installed, but I am unable to do that.
I have tried the suggestions found in the following links without luck:
- Can anyone give me a example of modifying windows environment system variables in WIX?
- https://github.com/vibhorpg/wixsample/blob/main/Product_intel.wxs
So how can I set following environment on client system using WiX
<Environment Id="A_EXCELADDIN_LOG_PATH1" Name="A_EXCELADDIN_LOG_PATH" Value="%APPDATA%\A\logs" Permanent="no" Part="all" Action="set" System="no" />