Jump to content

Simply Accounting install


 Share

Recommended Posts

Just doing a Simply accounting scritped install and I get to the point when the install asks for a Serial Number.

I have the number in the script and use Send("longAlphaNumericSN")

however in Simply the SN input box is split into to text input boxes called Edit1 and Edit2.

if I type in the SN manually it reaches the end of the first text box and automatically jumps to the second box, I have tried doing Send("longAlpha") Send("NumericSN") but this comes back as an in valid key error.

Any help would be appreciated.

Bucktech

Link to comment
Share on other sites

Use autoit window info to find the ClassNameNN of each input box. The use ControlSetText ( "title", "text", controlID, "new text" [, flag] ) to set the serial number.

Example:

ControlSetText ( "Installer", "", "Edit1", "1H4DX"  )
ControlSetText ( "Installer", "", "Edit2", "YJ1G3"  )

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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