Re: [WiX-users] Upgrade MSI having lower version files

2008-12-12 Thread Ian Elliott (Excell Data Corporation)
ndows Installer XML toolset. Subject: Re: [WiX-users] Upgrade MSI having lower version files That doesn't sound like a full log - a full log would detail exactly what file is being overwritten and why. Something like this for the component: MSI (c) (E8:F8) [16:20:56:127]: Disallowing insta

Re: [WiX-users] Upgrade MSI having lower version files

2008-12-12 Thread Wilson, Phil
hil Wilson -Original Message- From: Sudripta Nandy (Sarangsoft Corporation) [mailto:v-su...@microsoft.com] Sent: Friday, December 12, 2008 2:30 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade MSI having lower version files It is uninstalling the previous installation correctly.

Re: [WiX-users] Upgrade MSI having lower version files

2008-12-12 Thread Sudripta Nandy (Sarangsoft Corporation)
It is uninstalling the previous installation correctly. I can see no files from the previous installation being there. The MSI log also doesn't state much. It only says that installation was successful. It shows every installation step as success. Sudripta. Re: [WiX-users] Upgrad

Re: [WiX-users] Upgrade MSI having lower version files

2008-12-12 Thread Wilson, Phil
That should work, so a likely problem is that maybe the upgrade isn't actually uninstalling the older product, then your 2.5 files won't replace the 5.1 that's still on the system. That placement of REP should completely uninstall the old product first, so either that upgrade is not happening or

Re: [WiX-users] Upgrade MSI having lower version files

2008-12-12 Thread Ian Elliott (Excell Data Corporation)
Are the files in question assemblies being installed to the GAC? Also, why are you lowering the version of the files? -Original Message- From: Sudripta Nandy (Sarangsoft Corporation) [mailto:v-su...@microsoft.com] Sent: Friday, December 12, 2008 12:30 PM To: wix-users@lists.sourceforge.ne