alittle
Posts: 3
Joined: Mon Nov 17, 2003 3:27 pm

Ant

Hi,

Not sure if it's possible, but an "Advanced Installer" Ant task would be very useful.

Thanks,

Al.
Cata
Posts: 638
Joined: Thu Apr 10, 2003 7:37 am
Contact: Website

Straight from the Advanced Installer Help:

ANT integration

In order to include Advanced Installer in an ANT build you can add the following target to your build.xml file:

<target name = "advinst">

<exec executable = "[path]\AdvancedInstaller.exe">
<arg line = "/build [project].aip"/>
</exec>

</target>
Catalin Rotaru - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
alittle
Posts: 3
Joined: Mon Nov 17, 2003 3:27 pm

Ant

Hi Cata,

:oops: knew I'd seen it somewhere, you might want to put this info up
on your web site too.

Thanx,

Al.

Return to “Feature Requests”