Permanent files using <Files> in Wix v5 #8833
Unanswered
AntonyNifosi
asked this question in
Questions
Replies: 1 comment
-
I don't think this is a supported use case for Files. Are you using a bootstrapper? You could put all these files in a micropackage and make the entire package permanent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Wix V5 to create a MSI installer.
I use the
<Files>
to harvest files, and I would like to have them permanent, meaning it's not removed at uninstall.I only see the possibility to do it on a
<Component>
but can't use Files in a Component.So how I could achieve this ?
I would like to do something like this :
I already check the documentation but didn't notice any argument I could use to set the files harvested as permanent one.
Beta Was this translation helpful? Give feedback.
All reactions