Re: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled

2009-05-14 Thread nickheppleston
ing problems with so that I can compare and > contrast with my own install? > > Many Thanks, > > /john > > - Original Message - > From: "nickheppleston" > To: > Sent: Thursday, May 14, 2009 10:52 AM > Subject: Re: [WiX-users] Uninstall Ass

Re: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled

2009-05-14 Thread John Daintree
4, 2009 10:52 AM Subject: Re: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled > > Phil, > Many thanks for the reply. I spent some time reviewing the MsiAssemblyName > table and discovered that the third-party assembly I am trying to install > does not have Proces

Re: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled

2009-05-14 Thread nickheppleston
> -Original Message- > From: nickheppleston [mailto:n...@modhul.com] > Sent: Wednesday, May 13, 2009 8:05 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled > > > My WiX project installs a .Net 2.0 assembly

Re: [WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled

2009-05-13 Thread Wilson, Phil
] Uninstall Assembly from GAC when Wix MSI Uninstalled My WiX project installs a .Net 2.0 assembly into the GAC on install, however when I uninstall, the assembly remains in the GAC. Anyone have any pointers to how I go about removing the assembly from the GAC on uninstall? Is there an option

[WiX-users] Uninstall Assembly from GAC when Wix MSI Uninstalled

2009-05-13 Thread nickheppleston
My WiX project installs a .Net 2.0 assembly into the GAC on install, however when I uninstall, the assembly remains in the GAC. Anyone have any pointers to how I go about removing the assembly from the GAC on uninstall? Is there an option similar to the RegistryKey 'createAndRemoveOnUninstall' act