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?  For instance, my installer would first have to
run

        tex --version

and use a string in the output of that command as decision on what to do
next.  Then, it will have to run

        kpsewhich config.cfg

and the output of that is used in future decisions.  I can do all of
these easily in a unix shell, but in WiX?

Thanks for any hint!

Patrick

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

Reply via email to