Re: [WiX-users] Burn: Search GAC

2013-01-16 Thread Karl Werner
ry 2013 16:16 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Burn: Search GAC > > Ah, good idea, thanks! > > Karl > > Original Message > > A util:ComponentSearch might be easier to work with. You could get the > component code from the interop

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Peter Shirtcliffe
I don't have codes for other versions -Original Message- From: Karl Werner [mailto:karl.wer...@gmail.com] Sent: 15 January 2013 16:16 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn: Search GAC Ah, good idea, thanks! Karl Original Message A util:Compon

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Karl Werner
Ah, good idea, thanks! Karl Original Message A util:ComponentSearch might be easier to work with. You could get the component code from the interop MSI. All the MSIs that install that particular dll ought to use the same component ID. Even developers should be using the interop msi to in

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Karl Werner
ough (this isn't final): then Karl -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 15, 2013 9:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn: Search GAC Just a thought

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Neil Sleightholm
Just a thought but if you need them why not just install them it doesn't matter if they are already there and the GAC handles its own reference counting so removing your application wouldn't remove them if another application had installed them. Neil -Original Message- From: Karl Werne

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Peter Shirtcliffe
A util:ComponentSearch might be easier to work with. You could get the component code from the interop MSI. All the MSIs that install that particular dll ought to use the same component ID. Even developers should be using the interop msi to install them the first place. -Original Message-