Re: [WiX-users] How to sequence VBScript a in-script custom action

2009-07-22 Thread Jirong Hu
: Alex Shevchuk [mailto:shevc...@live.com] Sent: Monday, July 20, 2009 3:33 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] How to sequence VBScript a in-script custom action Clarification: CAs need to be scheduled in InstallUISequence and Execute

Re: [WiX-users] How to sequence VBScript a in-script custom action

2009-07-20 Thread Alex Shevchuk
olset.' Subject: Re: [WiX-users] How to sequence VBScript a in-script custom action Hi Jirong, Schedule custom CAs in InstallUISequence. Regarding ICE warning - it looks like setting Execute attribute to "firstSequence" also adds behind the scene deferred (msidbCustomActionTypeIn

Re: [WiX-users] How to sequence VBScript a in-script custom action

2009-07-20 Thread Alex Shevchuk
Hi Jirong, Schedule custom CAs in InstallUISequence. Regarding ICE warning - it looks like setting Execute attribute to "firstSequence" also adds behind the scene deferred (msidbCustomActionTypeInScript) flag as well. You can verify it be checking the value of Type column in CustomAction table.