[EMAIL PROTECTED] wrote: > I'm trying to build a windows installer for a MiKTeX package, and it > needs to do some simple checks. These checks must be performed by > running specific programs, the output of which go into decision trees. > Can I do that with WiX?
MSI doesn't support capturing the output from custom actions. In MSI, everything should be declarative so there isn't support for decision trees based on runtime calls. You'd have to write a custom action that executes the programs, captures their output, and makes decisions for the next call. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users