--- Pritesh saharey <[EMAIL PROTECTED]> wrote:
> I wanted know that can i create an Install Shield
> using Ant, suppose to install an application you get
> setup.exe file for windows rpm files for Linux,
In theory you can do this with os condition like I
wrote below. You can do it like this:
...
--- Pritesh saharey <[EMAIL PROTECTED]> wrote:
> I wanted know that can i create an Install Shield
> using Ant, suppose to install an application you get
> setup.exe file for windows rpm files for Linux, so i
> want to create an install shield wizard for my java
> application
In theory you can do
I wanted know that can i create an Install Shield using Ant, suppose to install an
application you get setup.exe file for windows rpm files for Linux, so i want to
create an install shield wizard for my java application
in which i had to check that whether the user got the desired jre which the
Donald,
take a look at ant's supported conditions
(http://ant.apache.org/manual/CoreTasks/condition.html)
and task
(http://ant.apache.org/manual/CoreTasks/available.html)
I think you can use something like
Good Luck Ivan
--- Donald Strong <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to set a