Yes.  You have to run "in script" (deferred).

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson
Sent: Thursday, February 08, 2007 1:24 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Type 1 Custom Action

Does a type 1 custom action have to be deferred in order to get it to run AFTER 
the files have already been installed?  It seems when I set it up like this:

<CustomAction Id="MyCA" BinaryKey="CADll DllEntry="MyCA" />

<InstallExecuteSequence>
  <Custom Action="MyCA" After="InstallServices">NOT Installed</Custom>
</InstallExecuteSequence>

When the CA executes, the files haven't been copied yet?  Why does this CA run 
before the files have been copied?
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to