Ok. So if want the exe to run on a admin command prompt, then setting 
Impersonate=no a better option ?
From: Rob Mensching
Sent: Monday, May 12, 2008 7:03 PM
To: Harini Gurusamy; Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: RE: Custom Actions

Are you doing an admin install?  If not, you'll want the action in the 
InstallExecuteSequence.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harini Gurusamy
Sent: Monday, May 12, 2008 18:48
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Actions

I am trying to execute a custom action during install as below. But the exe 
never gets executed.
Any pointers ??


<CustomAction Id="LaunchFile" FileKey="catsign.exe" ExeCommand="Add" 
Execute="deferred"/>



<AdminExecuteSequence>

    <Custom Action='LaunchFile' After='InstallFiles'>NOT Installed</Custom>



</AdminExecuteSequence>



Attaching the log file



Thanks,

Harini
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to