wix3.5 - wix file directory change based on user "per user" or "per machine" choice -
i using wixui_advanced , cant figure out how dynamically change location of directory needed files based on user choses in installscopedlg.
this have; need able change "programfilesfolder" "localappdatafolder"
<directory id="targetdir" name="sourcedir"> <directory id="programfilesfolder" > <directory id="installfolder"
that standard way perform single package authoring works described here, how folder changes work:
http://msdn.microsoft.com/en-us/library/dd408068(v=vs.85).aspx
Comments
Post a Comment