Re: [WiX-users] Windows installer question

2007-01-02 Thread Rob Hamflett
In A, could you not use AppSearch or a Custom Action to find out if B is installed, and if so throw an error on uninstall? Rob Anil Prasad wrote: > Hi All, > > > > I am having problem implement following scenario. > > > > > > I have two different applications packages A and B. B is d

Re: [WiX-users] Windows installer question

2006-12-30 Thread Bob Arnson
Anil Prasad wrote: I have two different applications packages A and B. B is dependent on A for its functionality. Now the issue is after installation of B, I am not able to tell windows that unless B is un-installed don't let anybody uninstall A. I looked at MSI documentation and found a

Re: [WiX-users] Windows installer question

2006-12-27 Thread Rob Mensching
A CustomAction is required for this scenario. There is nothing built into the Windows Installer that supports this scenario directly. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anil Prasad Sent: Tuesday, December 26, 2006 08:40 To: wix-users@lists.sourceforge.net Subject: [Wi