Re: [WiX-users] Custom Action for InstallExecuteSequence

2011-08-22 Thread John Cooper
--Original Message- From: Kyle Lee [mailto:klee...@gmail.com] Sent: Monday, August 22, 2011 9:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action for InstallExecuteSequence I am trying to add some custom actions (CA's) after AppSearch. However, since AppS

[WiX-users] Custom Action for InstallExecuteSequence

2011-08-22 Thread Kyle Lee
I am trying to add some custom actions (CA's) after AppSearch. However, since AppSearch action is in both InstallExecuteSequence and InstallUISequence tables, my CA's are performed twice. Is it possible to tell the installer to perform my CA's only during InstallExecuteSequence, not during Inst