Re: [WiX-users] VS11 and WixProj

2012-03-22 Thread ShitalKumar Mehta (Synergy Technologies LLC)
and populates templates correctly. In Repair mode, it just reconfirms that its installed correctly for VS2010 and before. It does nothing for VS11. Thanks, Shital -Original Message- From: ShitalKumar Mehta (Synergy Technologies LLC) Sent: Thursday, March 22, 2012 10:38 AM To: wix-us

[WiX-users] VS11 and WixProj

2012-03-22 Thread ShitalKumar Mehta (Synergy Technologies LLC)
I have side by side installation of VS2010 and VS11. When I open my WIX Setup Project I get error while loading WIX Projects. What's the story of VS11 support for .WIXProj? My Setup Project has following. 1. Setup [WIXProj] 2. Couple of other .MSM [WIXProj] 3. One Custom Action DLL. 4. A DBProj

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

2012-03-02 Thread ShitalKumar Mehta (Synergy Technologies LLC)
If patching is on your agenda too (I don't think your scenario will work for it), the REINSTALL property gets set to the one or more features that are having the patched applied. -- John M. Cooper -Original Message- From: ShitalKumar Mehta (Synergy Technologies LLC) [mailto:v-shm

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

2012-02-29 Thread ShitalKumar Mehta (Synergy Technologies LLC)
Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -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 Su

[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.