Re: [WiX-devs] Wix bootstrapper with UI dialogs

2015-05-04 Thread John Cooper
o:jocoo...@jackhenry.com> From: Suriaprakash Chellappa [mailto:suriapraka...@ilink-systems.com] Sent: Monday, May 4, 2015 9:28 AM To: wix-devs@lists.sourceforge.net Subject: [WiX-devs] Wix bootstrapper with UI dialogs Hi, I am new to Wix installer. Iam using Wix bootstrapper to install mu

[WiX-devs] Wix bootstrapper with UI dialogs

2015-05-04 Thread Suriaprakash Chellappa
Hi, I am new to Wix installer. Iam using Wix bootstrapper to install multiple Msi packages, each of Msi package have their own UI dialogs to get inputs from users. Is it possible to create UI dialogs in bootstrapper to get input from users and pass it to multiple MSI packages. How to achieve th