Jump to content

Recommended Posts

Posted

My installer is developed using InstallAnywhere. I want to automate the installation but AutoIT window Info is unable to  locate object on window. It just shows class name "SunAwtClass". Can AutoIT is able to automates installer developed using Install Anywhere? 

Posted

@RahulGhule, welcome to AutoIt and to the forum!

InstallAnywhere, like any decent installer, supports both silent and unattended installation modes (which are not the same). see here.

besides, you say you are considering AutoIt to automate installation on Windows, therefore i assume your installed application is a Windows application, not Linux/Mac/whatever. InstallAnywhere is a multi-platform installer, so it is using Java. Java is not using Windows controls, therefore it does not play well with AutoIt (search the forum for Java-related topics).

so it seems your choice of InstallAnywhere is not ... optimal.

Signature - my forum contributions:

  Reveal hidden contents

 

Posted

what exactly do you mean by "panel testing"?

Signature - my forum contributions:

  Reveal hidden contents

 

Posted

Like, my .exe has some panel where user needs to enter some values. For example. A field of Phone Number. I want to test that Phone Number field must accept only number not alphabets. How can i check such kind of validations?

Posted (edited)

input sanitation is done within and by InstallAnywhere. you will need to review the InstallAnywhere manual (page 258, topic "Getting User Input at Run Time").

Edited by orbs

Signature - my forum contributions:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...