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
- :
- Automating Installer
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2012
04:16 PM
Automating Installer
I need to automate the GUI installation of our InstallAnywhere installer. I'm also new to Java so I'm utterly confused.
The only document I have found to help with this is here:
http://helpnet.flexerasoftware.com/InstallAnywhereAPI/IA2011/gui-test-auto/javadocs/index.html?com/zerog/ia/test/fixtures/GUIAutomationFixture.html
How do I get started with this?
Are there any code samples provided?
Do I use IAClasses.zip in my Eclipse BuildPath?
The only document I have found to help with this is here:
http://helpnet.flexerasoftware.com/InstallAnywhereAPI/IA2011/gui-test-auto/javadocs/index.html?com/zerog/ia/test/fixtures/GUIAutomationFixture.html
How do I get started with this?
Are there any code samples provided?
Do I use IAClasses.zip in my Eclipse BuildPath?
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 18, 2012
01:03 PM
What do you mean by automate your gui install. Do you mean you would like to run a silent install with an answer file? Or what exactly do you mean by "automate"?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 08, 2013
02:45 PM
Johnny Pontiac wrote:
What do you mean by automate your gui install. Do you mean you would like to run a silent install with an answer file? Or what exactly do you mean by "automate"?
I mean so that that our QA department can have unit tests to test all functionality of our installer to ensure old bugs have not regressed.. to test that all features of our installer are functional before we ship. A silent install would bypass the display of the GUI that they need to test, so no I am not referring to silent installs.
The link to the java doc I posted supposedly if for this.
