Re: [WiX-users] Ignore Custom Action on Repair

2007-05-14 Thread Dustin Andrews
Can the custom action run at first use instead of install? -Dustin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: Saturday, May 12, 2007 10:42 AM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair I

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-14 Thread Mike Dimmick
mailto:[EMAIL PROTECTED] Sent: 13 May 2007 22:59 To: Mike Dimmick Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair Mike, Thanks for the great explanation. Now I understand what Rob was talking about before now, it all makes sense. Just

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-13 Thread Aaron Feng
- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Aaron Feng *Sent:* 13 May 2007 16:49 *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Ignore Custom Action on Repair Rob, I'm not sure if we are both on the same page. Please cho

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-13 Thread Mike Dimmick
execute between InstallInitialize and InstallFinalize. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: 13 May 2007 16:49 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair Rob, I'

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-13 Thread Aaron Feng
y to do what you are doing. I don't have enough context to provide any better suggestions than that. *From:* Aaron Feng [mailto:[EMAIL PROTECTED] *Sent:* Saturday, May 12, 2007 10:42 AM *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Ignore Custom Action

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-12 Thread Rob Mensching
MAIL PROTECTED]<mailto:[EMAIL PROTECTED]> > [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] On Behalf > Of Aaron Feng > Sent: Friday, May 11, 2007 2:31 PM > To: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net> > Subject: [WiX-users

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-12 Thread Aaron Feng
during setup. -Original Message- From: Aaron Feng [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 4:49 PM To: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair I have a custom action that runs a tool during install. I do not wan

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-12 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] Ignore Custom Action on Repair I have a custom action that runs a tool during install. I do not want this tool to run during repair, in fact I only want this custom action to run only during the inital install. Currently it will attempt to run the custom action

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-11 Thread Aaron Feng
Sent: Friday, May 11, 2007 2:31 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Ignore Custom Action on Repair > > > > > I run a custom action during install which works fine, but I don't want to > run it during repa

Re: [WiX-users] Ignore Custom Action on Repair

2007-05-11 Thread Rob Mensching
After InstallFinalize? That isn't part of the transaction. What are you trying to accomplish? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Feng Sent: Friday, May 11, 2007 2:31 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Ignore Custom Action on Repa

[WiX-users] Ignore Custom Action on Repair

2007-05-11 Thread Aaron Feng
I run a custom action during install which works fine, but I don't want to run it during repair. I tried every possible way, but no luck. Here is an example what I'm doing: Thanx, Aaron --