Re: [WiX-users] Overwrite GAC Assembly

2008-12-09 Thread sajid
Hi Sujanakar, is -fv option working for you? in my case MSI does not keep the fv even when I specify, so what I have done is set the REINSTALLMODE property to overwrite when it finds the existing assembly Regards, Sajid Sujanakar1 wrote: > > > Hi, > > I am developing an installer using Wi

Re: [WiX-users] Overwrite GAC Assembly

2008-11-28 Thread Eitan Behar
Eitan -Original Message- From: sujanakar reddy [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2008 10:55 AM To: WixUsers Subject: [WiX-users] Overwrite GAC Assembly Hi, I am developing an installer using Wix3, I want to deploy an Assembly to GAC thru my isntaller. The problem

[WiX-users] Overwrite GAC Assembly

2008-11-28 Thread sujanakar reddy
Hi, I am developing an installer using Wix3, I want to deploy an Assembly to GAC thru my isntaller. The problem is the installer is not installing the assembly to GAC, if it already exist. I want to uninstall the existing assembly and install the one shipped with my application to GAC. Here