<Component Id="C_XYZ" Guid="{SomeGUID}">
   <File Id="SOME_EXE" Name="some.exe" KeyPath="yes" DiskId="1"
Source="SourceDir\File\Some.exe" />
</Component>
<CustomAction Id="CA_ID" FileKey="SOME_EXE" ExeCommand="-a -b -c"
Execute="deferred" Impersonate="no" />

...

<InstallExecuteSequence>
   <Custom Action="CA_ID" Sequence="1751">1</Custom>
</InstallExecuteSequence>

Julie Campbell
[EMAIL PROTECTED]

-----Original Message-----
Message: 5
Date: Tue, 11 Dec 2007 09:36:50 +0100
From: "INRO\(Robert Inzinger\)" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Custom Action after XmlConfig
To: <wix-users@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"

Can you give an exsample how to call a custom action deferred?
I try to set the Execute property to deferred but the custom action is never
called.




_____________________________________________________________________________
Scanned by IBM Email Security Management Services powered by MessageLabs. For 
more information please visit http://www.ers.ibm.com
_____________________________________________________________________________

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to