Alan,
Dispatcher.Run() starts a message loop. You should setup any UI you want to
display before that, or just call ShowDialog() on your main dialog directly.
Not that you will also need to call a few methods on Engine (Detect(), Plan(),
Apply()...) to actually get things to install. The Wix
I got tripped up on that and a few other miscellaneous details as well. It
might be worth getting everything just right and exporting a project template
(File > Export Template...) for future use.
David
-Original Message-
From: Nigel Morse [mailto:nigel.mo...@red-gate.com]
Sent: Thurs
Hi Rick,
Please see the documentation for WiX preprocessor statements:
http://wix.sourceforge.net/manual-wix3/preprocessor.htm
Note that you can't use MSI properties there because preprocessor statements
affect the build process, not the runtime behavior.
Hope that helps,
David
-Original M
3 matches
Mail list logo