<Custom Action='AnAction' After='PublishFeatures'>Not Installed</Custom>

/Jonas

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sigurd
Stenersen
Sent: den 11 oktober 2006 21:29
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] INSTALLDIR creation "timing"

I'm using a custom action that accesses the INSTALLDIR directory, and
thus it must run after the directory is created.  I do it like this :
    <Custom Action='AnAction' After='InstallFiles' />

This works fine, except it runs on uninstall as well.  So I try :
    <Custom Action='AnAction' After='InstallFiles'>NOT
Installed</Custom>

Now, that does NOT work, and I suspect it may be because [Installed]
gets set before this point in the sequence or something along those
lines.

Any ideas ?


Sigurd 




------------------------------------------------------------------------
-
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

-------------------------------------------------------------------------
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