Re: [WiX-users] Devenv /setup does half of the work

2007-09-19 Thread Bob Arnson
Xin Liu (Intl Vendor) wrote: As you see it’s a deferred custom action which must be scheduled between InstallInitialize and InstallFinialize. You should use the VSExtension's built-in custom action: Add a reference to it and add a CustomActionRef for VS2005Setup. -- sig://boB http://joyo

Re: [WiX-users] Devenv /setup does half of the work

2007-09-17 Thread Ian Sullivan
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xin Liu (Intl Vendor) Sent: Monday, September 17, 2007 3:33 AM To: Schrieken, Rene; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Devenv /setup does half of the work As you see it’s a deferred custom action which must be scheduled between

Re: [WiX-users] Devenv /setup does half of the work

2007-09-17 Thread michael he
venv /setup after the setup has finished does work… > > > -- > > *From:* Xin Liu (Intl Vendor) [mailto:[EMAIL PROTECTED] > *Sent:* Monday, September 17, 2007 12:33 PM > *To:* Schrieken, Rene; wix-users@lists.sourceforge.net > *Subject:* RE: [WiX-users]

Re: [WiX-users] Devenv /setup does half of the work

2007-09-17 Thread Xin Liu (Intl Vendor)
Sent: Monday, September 17, 2007 5:59 PM To: Xin Liu (Intl Vendor); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Devenv /setup does half of the work Ok, are you sure it is executed at the correct moment? Would it hurt to try to schedule it after InstallFina

Re: [WiX-users] Devenv /setup does half of the work

2007-09-16 Thread Xin Liu (Intl Vendor)
r 14, 2007 6:59 PM To: Xin Liu (Intl Vendor); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Devenv /setup does half of the work Did you try ExeCommand="//setup" ? Rene From: [EMAIL PROTECTED] on behalf of Xin Liu (Intl Vendor) Sent: Fri 9/14

Re: [WiX-users] Devenv /setup does half of the work

2007-09-14 Thread Schrieken, Rene
Did you try ExeCommand="//setup" ? Rene From: [EMAIL PROTECTED] on behalf of Xin Liu (Intl Vendor) Sent: Fri 9/14/2007 11:18 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Devenv /setup does half of the work At the end of our installation, an deferr