Re: [WiX-users] Wix Upgrade Issue

2014-10-17 Thread David Watson
: Fyodor Koryazhkin [mailto:fyodor...@gmail.com] Sent: 17 October 2014 08:03 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix Upgrade Issue HI, I never implemented this my self but try to do the following: 1. Use Minor upgrade instead of Major upgrade. (by definition Major upgrade is

[WiX-users] Wix Upgrade Issue

2014-10-17 Thread Fyodor Koryazhkin
ourceforge.net > Cc: > Date: Fri, 17 Oct 2014 10:26:16 +0800 > Subject: [WiX-users] Wix Upgrade Issue > Hi All, > > Here is a scenario that i want to implement.but i don't have good idea to > implement this. > > let's say that someone get a installer and ins

[WiX-users] Wix Upgrade Issue

2014-10-16 Thread 祁志
Hi All, Here is a scenario that i want to implement.but i don't have good idea to implement this. let's say that someone get a installer and install it today. tomorrow someone get a new installer with the higher version number want to install it on the same PC. the installer with the higher versi

Re: [WiX-users] WIX : Upgrade Issue

2014-09-16 Thread Phil Wilson
e: http://www.firegiant.com/ > > > > -Original Message- > From: Phil Wilson [mailto:phildgwil...@gmail.com] > Sent: Tuesday, September 16, 2014 10:56 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] WIX : Upgrade Issue > > Regarding the &quo

Re: [WiX-users] WIX : Upgrade Issue

2014-09-16 Thread Rob Mensching
: General discussion about the WiX toolset. Subject: Re: [WiX-users] WIX : Upgrade Issue Regarding the "wrong custom action" issue: there have been problems in that area with managed custom actions where the uninstall part of the upgrade runs first, loading the assembly for that ol

Re: [WiX-users] WIX : Upgrade Issue

2014-09-16 Thread Phil Wilson
Regarding the "wrong custom action" issue: there have been problems in that area with managed custom actions where the uninstall part of the upgrade runs first, loading the assembly for that older custom action. When the new install runs and the loading code comes to load the new assembly the runti

Re: [WiX-users] WIX : Upgrade Issue

2014-09-16 Thread ArvindJanghel
Hi John, Thanks for the reply.The upgrade used to work well previously..Also i am sure, that the changes that was done later on, does not break the upgrade. I already have your suggested approach #2 implemented when the major upgrade was implemented. I have a custom action which takes a backup o

Re: [WiX-users] WIX : Upgrade Issue

2014-09-16 Thread John Cooper
& Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Arvind Janghel [mailto:arvind.jang...@citiustech.com] Sent: Tuesday, September 16, 2014 6:07 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WIX : Upgrade Issue Hi, I

[WiX-users] WIX : Upgrade Issue

2014-09-16 Thread Arvind Janghel
Hi, I have implemented major upgrade support in my application installer . As part of upgrade, there are C# custom actions to backup and restore config files, and also update the database. I have scheduled the RemoveExistingProducts after "installinitialize". However the restore configurat

Re: [WiX-users] wix upgrade issue.

2009-12-02 Thread Rob Mensching
Your assembly is not loading. There could be a myriad of reasons causing that. You'll need to debug the assembly loading issue first. Searching the internet should give you the tools to debug assembly load failures. On Tue, Dec 1, 2009 at 2:53 AM, MYFLEX wrote: > > we have upgrade all the visual

[WiX-users] wix upgrade issue.

2009-12-01 Thread MYFLEX
we have upgrade all the visual studio projects to visual studio 2008 But In Build machine we have visual studio 2005 and Wix 3.0.5419(Wix is upgrade from Wix3.0.2925). I have not upgraded Visual studio 2008 in build server. I installed .NET Framework3.5 and compiling all the .net projects. we ha