Re: [WiX-users] Force upgrade of a file in the GAC regardless ofthe version number

2009-12-02 Thread Rob Mensching
Update the AssemblyFileVersion is the only way I know. On Mon, Nov 23, 2009 at 11:13 AM, Mike Dion wrote: > I have an application which needs to install new bits for > Interop.FOOBARLib.DLL to the GAC. The problem is that the version > number is the same as the old version and the new bits do n

[WiX-users] Force upgrade of a file in the GAC regardless ofthe version number

2009-11-23 Thread Mike Dion
I have an application which needs to install new bits for Interop.FOOBARLib.DLL to the GAC. The problem is that the version number is the same as the old version and the new bits do not get written the GAC on an upgrade. We execute the RemoveExistingProducts action after the InstallFinalize actio

Re: [WiX-users] force upgrade

2007-09-03 Thread Bob Arnson
Frédéric Viollet wrote: > Will this feature be supported in a future release? > I don't know. Please feel free to file a feature request so it's on the radar. -- sig://boB http://joyofsetup.com/ - This SF.net email is

Re: [WiX-users] force upgrade

2007-09-03 Thread Frédéric Viollet
Bob Arnson a écrit : > Frédéric Viollet wrote: >> product's version is already installed, nothing happens. There isn't >> even a notification to tell that the installation won't start because >> the product is already up to date. What I would like is start the >> installation process even if I'm

Re: [WiX-users] force upgrade

2007-09-02 Thread Bob Arnson
Frédéric Viollet wrote: > product's version is already installed, nothing happens. There isn't > even a notification to tell that the installation won't start because > the product is already up to date. What I would like is start the > installation process even if I'm trying to install the same

Re: [WiX-users] force upgrade

2007-08-31 Thread Frédéric Viollet
I forgot to say : I'm using WixV3 3.0.2420.0 Frédéric Viollet a écrit : Hi everyone, is there a way to force an upgrade even if the version I'm want to install is already installed? I'm using the bootstrapping possibility offered by Wix to generate a executable file (setupbld). The options I

[WiX-users] force upgrade

2007-08-31 Thread Frédéric Viollet
Hi everyone, is there a way to force an upgrade even if the version I'm want to install is already installed? I'm using the bootstrapping possibility offered by Wix to generate a executable file (setupbld). The options I use are "mcpsu". At the moment, if I double click on the setup file and tha