How to extend WixUI_InstallDir #9052
Unanswered
romanitodua
asked this question in
Questions
Replies: 1 comment
-
This is what I've got so far , I'd like to display a dialog based on if the file was present and then copy it to installdir |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following code
How can i add a custom dialog into this UI that will ask the user to locate a file called
example.txt
(if its not present in the working dir) and then copy that file into the installation directoryI have tried just using source code of
installDir
UI but thats behaving same as just using the namespace I tried following this to try to add a dialogue , but instructions are not very clear to me they are surface levelBeta Was this translation helpful? Give feedback.
All reactions