Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-13 Thread Phil Wilson
al Message- From: Alexey Ivanov [mailto:alexey.iva...@gmail.com] Sent: Sunday, May 12, 2013 8:26 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade doesn't overwrite all files Then your files will be re-installed by force. But you will ag

Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-12 Thread Alexey Ivanov
Phil > > -Original Message- > From: Candy Chiu [mailto:candy.chiu...@gmail.com] > Sent: Friday, May 10, 2013 6:56 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Upgrade doesn't overwrite all files > > Hi, > > I ran into an issue that one

Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-12 Thread Phil Wilson
wix-users@lists.sourceforge.net Subject: [WiX-users] Upgrade doesn't overwrite all files Hi, I ran into an issue that one of dll's in an upgrade wasn't copied to the destination folder. I examined the msi with LessMSI, the files were packaged correctly. I reviewed the File Versioning Rules at

Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-10 Thread Jeremiahf
Make sure the file version # is updated in file version under assembly info within assembly info if you are using VS 2010 and above. Also, use Orca to view the properties of an MSI installer. J On Fri, May 10, 2013 at 8:55 PM, Candy Chiu wrote: > Hi, > > I ran into an issue that one of dll's i

[WiX-users] Upgrade doesn't overwrite all files

2013-05-10 Thread Candy Chiu
Hi, I ran into an issue that one of dll's in an upgrade wasn't copied to the destination folder. I examined the msi with LessMSI, the files were packaged correctly. I reviewed the File Versioning Rules at http://msdn.microsoft.com/en-us/library/aa368599(VS.85).aspx. They didn't solve my problem