Can anyone give me a example of modifying windows environment system variables in WIX?

后端 未结 3 379
不知归路
不知归路 2020-12-15 03:23

I still don\'t know how to add the installdir into the PATH of the Windows System Variables after I went through the WIX tutorial.

I tried to use

           


        
3条回答
  •  萌比男神i
    2020-12-15 03:38

    You should be able to use:

    
    

    This should add a new entry to the environment path, set to [INSTALLDIR].

提交回复
热议问题