- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Automating InstallAnywhere
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Automating InstallAnywhere
Hi ,
I am trying to automate the installanywhere exe file which will set up our project application. I tried with python APIs, it does not work properly. Inconsistent in clicking installer's objects like buttons and some objects are not recognized with spy tool. has anyone automated the installation of InstallAnywhere.
Please let me know if anyone has automated the InstallAnywhere successfully with some open source tools.
Hi @Pranav,
You can use the automation tool provided by InstallAnywhere 2017 onwards.
https://helpnet.flexerasoftware.com/installanywhere2017/Content/helplibrary/whatsnew_ia2017.htm#introduction_3871873374_1115004
Please refer the following documentation for complete information about each APIs:
<IA_HOME>/gui-test-auto/javadocs/index.html
For sample on how to use the GUI Automation class, refer to:
<IA_HOME>/gui-test-auto/example/source/com/installanywhere/ia/automation/gui/samples/basic/BasicProjectAutomation.java
Let me know if that helps.
Thanks,