Re: [WiX-users] WiX Queries

2014-03-18 Thread John Ludlow
With regard to creating bootstrapper applications, the official documentation is a little lacking but here are some resources which may help: http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/ http://blogs.msdn.com/b/heaths/archive/2011/10/28/introducing-managed-boo

Re: [WiX-users] WiX Queries

2014-03-18 Thread Rob Mensching
1. Yes. You can handle disk switching in the source resolution callback from the engine. 2. Use same UpgradeCode for upgrading Bundles and make sure newer versions have higher versions. 3. Yes, via the various Execute callbacks. 4. You can definitely read the Variable that contains the log fil