Tuesday, April 21, 2009

Running an Inno Setup script using Ant

To use ant to run an .iss script, do this:
< target name="createExecutable" >
< exec dir="." executable="C:/Program Files/Inno Setup 5/Compil32.exe" >
< arg line="/cc 'Setup.iss'" / >
< / exec >
< / target >

No comments:

Post a Comment

Thank you for your comment.