Re: [WiX-users] Concurrent Installations and Custom Actions

2012-03-02 Thread ShitalKumar Mehta (Synergy Technologies LLC)
ohn Cooper [mailto:jocoo...@jackhenry.com] Sent: Wednesday, February 29, 2012 1:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Concurrent Installations and Custom Actions Sure. In a Repair, you'll have the property REINSTALL probably set to "All&

Re: [WiX-users] Concurrent Installations and Custom Actions

2012-02-29 Thread John Cooper
-Original Message- From: ShitalKumar Mehta (Synergy Technologies LLC) [mailto:v-shm...@microsoft.com] Sent: Wednesday, February 29, 2012 1:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Concurrent Installations and Custom Actions Hello John, Thanks

Re: [WiX-users] Concurrent Installations and Custom Actions

2012-02-29 Thread ShitalKumar Mehta (Synergy Technologies LLC)
on for Windows Installer XML toolset. Subject: Re: [WiX-users] Concurrent Installations and Custom Actions You'd be way better off using a chainer. That being said, you're probably going to have to conditional the second install on the install states of a feature(s) or componen

Re: [WiX-users] Concurrent Installations and Custom Actions

2012-02-27 Thread John Cooper
Original Message- From: ShitalKumar Mehta (Synergy Technologies LLC) [mailto:v-shm...@microsoft.com] Sent: Monday, February 27, 2012 1:08 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Concurrent Installations and Custom Actions Contrary to norm, I have implemented a concurr

[WiX-users] Concurrent Installations and Custom Actions

2012-02-27 Thread ShitalKumar Mehta (Synergy Technologies LLC)
Contrary to norm, I have implemented a concurrent installation scenario where one second install, user will go through my custom install dialogs. One last leg, I present them with "Install" button, which simulates what "VerifyReadyDlg" dialog's custom install option would do.