On Thursday 11 April 2002 09:58 am, you wrote: > I am using Ant to package and distribute our Java application. > Unfortunately, we have to set some register settings on the customer's > machine (to use COM components). We have been using InstallShield to do > this. Is there any Ant task that integrates with InstallShield or a > similar product?
Which flavor of InstallShield? InstallShield MultiPlatform (ISMP) is Java based and has an XML project file. You could build the installation package for ISMP with a java task. -- Al Koscielny [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
