Skip to content

Why does [ProgramFilesFolder] resolve to C:\Users\[USERNAME]\AppData\Local\Programs\... in advanced installer with Per Machine selected? #8885

Answered by bevanweiss
Woodgnome asked this question in Questions
Discussion options

You must be logged in to vote

What is your ALLUSERS property set to when it comes time to call the CustomAction WixSetPerMachineFolder or where the APPLICATIONFOLDER property is set?

I suspect it might be something around this area that's causing some problem
https://github.com/wixtoolset/wix/blob/523c66a62a619e6aa9f30070173ea33edfb5e328/src/ext/UI/wixlib/WixUI_Advanced.wxs#L101-L109

So you'll want to look at the log file around this, and confirm that in both PerMachine and PerUser all of the values are matching expectations.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Woodgnome
Comment options

@bevanweiss
Comment options

@Woodgnome
Comment options

Answer selected by Woodgnome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants