Re: [WiX-users] Sequencing issue with a major upgrade

2006-09-15 Thread Dana Gutride
] [mailto:[EMAIL PROTECTED]] On Behalf Of Dana Gutride Sent: 14 September 2006 15:52 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue with a major upgrade   Simon: It seems that you may have put the condition inside of the wrong element.  That condition should go in the

Re: [WiX-users] Sequencing issue with a major upgrade

2006-09-14 Thread Simon Burgess
] On Behalf Of Dana Gutride Sent: 14 September 2006 15:52 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue with a major upgrade   Simon: It seems that you may have put the condition inside of the wrong element.  That condition should go in the elements in the

Re: [WiX-users] Sequencing issue with a major upgrade

2006-09-14 Thread Dana Gutride
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dana Gutride Sent: 13 September 2006 21:48 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue with a major upgrade   Simon: Try something like this:   The UPGRADINGPRODUCTCODE property is set during the u

Re: [WiX-users] Sequencing issue with a major upgrade

2006-09-14 Thread Simon Burgess
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dana Gutride Sent: 13 September 2006 21:48 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue with a major upgrade   Simon: Try something like this:   The UPGRADINGPRODUCTCODE property is set during the upgrad

Re: [WiX-users] Sequencing issue with a major upgrade

2006-09-13 Thread Dana Gutride
Simon:Try something like this: The UPGRADINGPRODUCTCODE property is set during the upgrade and available during the previous product removal. DanaOn 9/13/06, Simon Burgess <[EMAIL PROTECTED]> wrote: Hi   Does anyone know how I can sequence a custom action so that it is run during an

Re: [WiX-users] Sequencing issue

2006-06-16 Thread Bob Arnson
Ed Russell wrote: They are just normal files... The CA is linking to a database that has been copied during install and performing some updates; I've tried putting it after InstallFiles but it seems to be doing it in some patch phase rather than after the files have actually been copied whic

Re: [WiX-users] Sequencing issue

2006-06-16 Thread Ed Russell
EMAIL PROTECTED] -Original Message- From: Derek Cicerone [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 16:17 To: Ed Russell; 'Rob Hamflett'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Sequencing issue Are the files GACed assemblies or just normal files? If they are normal

Re: [WiX-users] Sequencing issue

2006-06-14 Thread Derek Cicerone
:08 AM To: Rob Hamflett; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue Totally - I want to get it to run before then so it can roll back but can't seem to write the file to make it work anywhere else Ed Ed Russell CME Product Development Manager Co-operati

Re: [WiX-users] Sequencing issue

2006-06-14 Thread Ed Russell
0 975 -- CIT email sender [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: 14 June 2006 11:19 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Sequencing issue It doesn't matter if

Re: [WiX-users] Sequencing issue

2006-06-14 Thread Rob Hamflett
It doesn't matter if you get it to run when you want, if you sequence it after InstallFinalize you can't roll back the install. That action commits everything to the system, so to remove it you'd be looking at an uninstall. Rob Ed Russell wrote: > Hi Guys, > > I'm trying to get a custom act