Re: [WiX-users] Shared components problem

2014-07-21 Thread Kevin Parkes
Thanks Jacob/Rob I'm not using Burn, mostly for historical reasons but the UI is beyond StdBA and I don't currently have time to do a Custom BA. DLLs aren't COM / don't require reg settings. Think I will have to just do something along the lines suggested by Rob and accept there are known issues

Re: [WiX-users] Shared components problem

2014-07-18 Thread Hoover, Jacob
al Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Friday, July 18, 2014 11:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shared components problem Due to lack of foresight and inexperience when I was new to WiX, I've gotten myself the following problem:

Re: [WiX-users] Shared components problem

2014-07-18 Thread Rob Mensching
cated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Friday, July 18, 2014 9:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shared components problem Due to lack of foresight and inexper

[WiX-users] Shared components problem

2014-07-18 Thread Parkes, Kevin
Due to lack of foresight and inexperience when I was new to WiX, I've gotten myself the following problem: I have 2 product installers, A & B. Each contains 2 DLLs, X & Y. A always installs both X & Y to folder M B (optionally) installs X to M and Y to another folder, N A is a released product a

Re: [WiX-users] Shared components

2009-07-29 Thread Jacques Eloff
..@gmail.com] > Sent: Wednesday, July 29, 2009 10:58 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Shared components > > Hi > > I have a DLL that is installed by two MSIs. If I mark it as shared, I > noticed that removing one pro

Re: [WiX-users] Shared components

2009-07-29 Thread Blair
Subject: [WiX-users] Shared components Hi I have a DLL that is installed by two MSIs. If I mark it as shared, I noticed that removing one product still leaves the DLL on the system. However, the components create different registry keys along with the DLL. So I would have the following: MSI 1, Com

[WiX-users] Shared components

2009-07-29 Thread Jacques Eloff
Hi I have a DLL that is installed by two MSIs. If I mark it as shared, I noticed that removing one product still leaves the DLL on the system. However, the components create different registry keys along with the DLL. So I would have the following: MSI 1, Component: MyDLL, Registry keys: A, B, C

[WiX-users] Shared components and "?Comp1" Component State condition

2008-01-04 Thread Daryn Mitchell
I've got a component that's installed by two products, via a merge module. There's also some custom actions, conditioned something like this: Install_Ensure, Condition: $Comp1 = 3 InstallRollback_Remove, Condition: $Comp1=3 AND NOT ?Comp1=3 Uninstall_Remove, Condition: $Comp1 = 2 AND NOT UPG