Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-14 Thread Bob Arnson
Michael Musenbrock wrote: > For everybody else who runs in this problem, try to change the default > REINSTALLMODE property [1] to "emus" (default is "omus"). So > also files with equal version numbers gets updated. > That will also allow "downgrades," so be careful. -- sig://boB http://joyof

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-14 Thread Michael Musenbrock
Michael Musenbrock schrieb: > ... if the file has changed in the update, but the internal > version number of this file hasn't been updated, it is ignored, > is there a way to preserve this and get msi to updated my files? > For everybody else who runs in this problem, try to change the default

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-13 Thread Mike Dimmick
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Musenbrock Sent: 08 April 2008 19:01 To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Update Problems with versioned files (oxc) Bob Arnson schrieb: > Michael Musenbrock wro

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Michael Musenbrock
aced or not. > > Phil Wilson > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael > Musenbrock > Sent: Tuesday, April 08, 2008 11:01 AM > To: Bob Arnson > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users]

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Wilson, Phil
on Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Update Problems with versioned files (oxc) Bob Arnson schrieb: > Michael Musenbrock wrote: >> Even if the file has changed in the update, but the internal >> version number of this file hasn't been updated, it is ig

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Michael Musenbrock
Bob Arnson schrieb: > Michael Musenbrock wrote: >> Even if the file has changed in the update, but the internal >> version number of this file hasn't been updated, it is ignored, > That's by design. If a file has versioninfo, MSI trusts it. See > http://msdn2.microsoft.com/en-us/library/aa368599(VS

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Michael Musenbrock
Of course, here it is: .. It is an update from installer version x.y.1 to x.y.2, ocx file has same internal file version, but has internally minimal changed (uuid), and is not updated. 'File'-Entry is the same for both

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Bob Arnson
Michael Musenbrock wrote: > Even if the file has changed in the update, but the internal > version number of this file hasn't been updated, it is ignored, > That's by design. If a file has versioninfo, MSI trusts it. See http://msdn2.microsoft.com/en-us/library/aa368599(VS.85).aspx. -- sig:/

Re: [WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Sebastian Brand
Can you post the relevant code from your .wxs file please? Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Apr 8, 2008, at 10:27 , Michael Musenbrock wrote: Hi there! Msi do not update my binaries from Visual Studio. (Especially one ocx and one exe file) Even if

[WiX-users] Update Problems with versioned files (oxc)

2008-04-08 Thread Michael Musenbrock
Hi there! Msi do not update my binaries from Visual Studio. (Especially one ocx and one exe file) Even if the file has changed in the update, but the internal version number of this file hasn't been updated, it is ignored, is there a way to preserve this and get msi to updated my files? If the int