-
QuestionI'm creating an MSI installer using Wix Toolset and writing several files to Program Data. However, after installation, the program, even if it's not running as administrator, can't write to these files. How can I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Nov 4, 2025
Replies: 1 comment 1 reply
-
|
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Yonett
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
CreateFolderwith aPermissionExelement under it.