This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- build through ANT
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
โJan 11, 2011
05:48 AM
build through ANT
Hi ,
I used install anywhere in our instalaltion process. Please find the below steps how I am going to generate the "install.bin" file.
1. In preinstall :
I configure all the required wizards by adding custom code panel.
2. In install:
Adding one script which guide the instalaltion process.
Then in Build I execute the build project button and it is generating the "install.bin" file.
But we want all those above steps should be in our build system.
We are using ANT based build.
Is it possible to generate the "install.bin" through command prompt using ANT based build?
Thanks
Nihar
I used install anywhere in our instalaltion process. Please find the below steps how I am going to generate the "install.bin" file.
1. In preinstall :
I configure all the required wizards by adding custom code panel.
2. In install:
Adding one script which guide the instalaltion process.
Then in Build I execute the build project button and it is generating the "install.bin" file.
But we want all those above steps should be in our build system.
We are using ANT based build.
Is it possible to generate the "install.bin" through command prompt using ANT based build?
Thanks
Nihar
(1) Reply