During my installation I am executing a C# executable program to preform an
action. Upon closing this program I would like my installer(msi) to check to
see if a file was created during this custom action. I tried determining if
the file existed using the property function with the child filesearch but
quickly determined that the property value is set when the installer is
first executed. Is there an alternative way to check if a file exists half
way through the installation so that I can preform a rollback? The file that
is created that I am trying to locate is an error.log file created by the C#
program upon errors. Is there a way to recheck for the file using the
property function, or will i need to use a custom function. If I need to use
a custom function, how would I go about checking for the file?
Thanks,
Julien
-------------------------------------------------------------------------
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