cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Pranav
Level 2

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.

0 Kudos
(1) Reply
UtsabKarmakar
Level 5 Flexeran
Level 5 Flexeran

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,

0 Kudos