Re: [WiX-users] detect installed .net assembly

2007-04-11 Thread Patrick Schmid
ROTECTED] On Behalf Of Fredrik Grohn > Sent: Wednesday, April 11, 2007 18:40 > To: Patrick Schmid; wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] detect installed .net assembly > > The fact that you are trying to do this indicates that you are trying > to break t

Re: [WiX-users] detect installed .net assembly

2007-04-11 Thread Fredrik Grohn
ECTED] On Behalf Of Patrick Schmid Sent: Monday, April 09, 2007 8:52 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] detect installed .net assembly How do I figure out with wix3 whether a particular .net assembly is already installed (and registered in the GAC)? I'd like to write a

[WiX-users] detect installed .net assembly

2007-04-09 Thread Patrick Schmid
How do I figure out with wix3 whether a particular .net assembly is already installed (and registered in the GAC)? I'd like to write a condition to not install an assembly if the user has it already installed. Thanks, Patrick Schmid --