Wix v4 - console output #7965
Unanswered
Steve0212a
asked this question in
Questions
Replies: 1 comment 1 reply
-
If you figure out a good solution to creating a Windows executable that can output to the console it was launched from like you suggest, let me know. Only solutions I've ever seen were crazy hacks (that won't work from installation). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to output to the console from a custom bootstrapper? I would like my installer support a custom UI or just console output depending on the command line switches.
I put a console.writeline in the constructor of my BootstrapperApplication, but it did not appear on the console.
Is this possible? If so, how?
thanks
Beta Was this translation helpful? Give feedback.
All reactions