At that point during the install, any file searches have already completed.
You'd have to write a second custom action to search for the file, schedule
it to run after the first one and then return an error triggering rollback
if it finds it.

Wouldn't it be easier to just have the first custom action exit with a
failure (triggering the rollback) after it performs the actions that would
create the file?

Dana

On 2/5/07, Ian Couper <[EMAIL PROTECTED]> wrote:

 Someone else posted something along these lines a few days ago but didn't
get any response, so I thought I'd post again…



I've got a script that I trigger to run during my install and I'd like to
have the MSI check if there was a file created by that script. If the file
exists I'd like it to trigger a rollback. My issue is that the Property
function that I'm using to check for that file runs at the beginning of the
install before my script runs. Is there any way of modifying the sequence so
that it checks for the file after my script has run?



Thanks

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