/build/static/layout/Breadcrumb_cap_w.png

Altova SchemaAgent

Version: 2007

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.4k  |  Created: 10/04/2007

Average Rating: 0
SchemaAgent has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Script

For SchemaAgent 2011 Sp1 and most likely this version as well, the following AutoIt script can be used to install the app and then register it:

;~ Sets Text Matching mode to match any text on windows instead of starting only from beginning allowing more exact matches

opt("WinTitleMatchMode",2)

 

;~ Starts main install executable

Run("SchemaAgent2011.exe")

 

;~ Proceeds through prompts

WinWait("Altova SchemaAgent", "This self-extracting download")

If Not WinActive("Altova SchemaAgent", "This self-extracting download") Then WinActivate("Altova SchemaAgent", "This self-extracting download")

WinWaitActive("Altova SchemaAgent", "This self-extracting download")

ControlClick("Altova SchemaAgent", "This self-extracting download","&Next >")

 

WinWait("Altova SchemaAgent", "The Setup Wizard will install")

If Not WinActive("Altova SchemaAgent", "The Setup Wizard will install") Then WinActivate("Altova SchemaAgent", "The Setup Wizard will install")

WinWaitActive("Altova SchemaAgent", "The Setup Wizard will install")

ControlClick("Altova SchemaAgent", "The Setup Wizard will install","&Next >")

 

WinWait("Altova SchemaAgent", "Please read the following license")

If Not WinActive("Altova SchemaAgent", "Please read the following license") Then WinActivate("Altova SchemaAgent", "Please read the following license")

WinWaitActive("Altova SchemaAgent", "Please read the following license")

ControlClick("Altova SchemaAgent", "Please read the following license","I &accept the terms in the license agreement and privacy policy")

ControlClick("Altova SchemaAgent", "Please read the following license","&Next >")

 

WinWait("Altova SchemaAgent", "the new paradigm for modeling")

If Not WinActive("Altova SchemaAgent", "the new paradigm for modeling") Then WinActivate("Altova SchemaAgent", "the new paradigm for modeling")

WinWaitActive("Altova SchemaAgent", "the new paradigm for modeling")

ControlClick("Altova SchemaAgent", "the new paradigm for modeling","&Next >")

 

WinWait("Altova SchemaAgent", "Please select a setup type")

If Not WinActive("Altova SchemaAgent", "Please select a setup type") Then WinActivate("Altova SchemaAgent", "Please select a setup type")

WinWaitActive("Altova SchemaAgent", "Please select a setup type")

ControlClick("Altova SchemaAgent", "Please select a setup type","&Next >")

 

WinWait("Altova SchemaAgent", "Click Install")

If Not WinActive("Altova SchemaAgent", "Click Install") Then WinActivate("Altova SchemaAgent", "Click Install")

WinWaitActive("Altova SchemaAgent", "Click Install")

ControlClick("Altova SchemaAgent", "Click Install","&Install")

 

WinWait("Altova SchemaAgent", "successfully installed")

If Not WinActive("Altova SchemaAgent", "successfully installed") Then WinActivate("Altova SchemaAgent", "successfully installed")

WinWaitActive("Altova SchemaAgent", "successfully installed")

ControlClick("Altova SchemaAgent", "successfully installed","&Finish")

 

;~ Open Application to set Registration

Run("C:\Program Files (x86)\Altova\SchemaAgent2011\SchemaAgent.exe")

 

WinWait("Altova SchemaAgent", "Thank you for choosing")

If Not WinActive("Altova SchemaAgent", "Thank you for choosing") Then WinActivate("Altova SchemaAgent", "Thank you for choosing")

WinWaitActive("Altova SchemaAgent", "Thank you for choosing")

ControlClick("Altova SchemaAgent", "Thank you for choosing","&ENTER a New Key Code...")

 

WinWait("New key-code", "In order to unlock")

If Not WinActive("New key-code", "In order to unlock") Then WinActivate("New key-code", "In order to unlock")

WinWaitActive("New key-code", "In order to unlock")

ControlSetText("New key-code", "In order to unlock","[CLASS:Edit; INSTANCE:1]","Name")

ControlSetText("New key-code", "In order to unlock","[CLASS:Edit; INSTANCE:2]","Company")

ControlSetText("New key-code", "In order to unlock","[CLASS:Edit; INSTANCE:3]","<Serial Number>")

ControlClick("New key-code", "In order to unlock","OK")

 

WinWait("Altova SchemaAgent", "Thank you for choosing")

If Not WinActive("Altova SchemaAgent", "Thank you for choosing") Then WinActivate("Altova SchemaAgent", "Thank you for choosing")

WinWaitActive("Altova SchemaAgent", "Thank you for choosing")

ControlClick("Altova SchemaAgent", "Thank you for choosing","&Save")

 

;~ Close application without choosing local or network

WinWait("Connect to SchemaAgent", "")

If Not WinActive("Connect to SchemaAgent", "") Then WinActivate("Connect to SchemaAgent", "")

WinWaitActive("Connect to SchemaAgent", "")

ControlClick("Connect to SchemaAgent", "","Cancel")

 

WinWait("Altova SchemaAgent - ", "")

If Not WinActive("Altova SchemaAgent - ", "") Then WinActivate("Altova SchemaAgent - ", "")WinWaitActive("Altova SchemaAgent - ", "")

Send("{ALT}f")

Send("x")
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

SchemaAgent

Version

2007.00.10

Contact

Customer Support Department

Comments

Please use the Support URL unless you have a telephone support contract

Uninstall String

MsiExec.exe /I{0ECDAEDE-9EFC-467A-95DE-835B977AAAB5}

Questions & Answers (0)

Questions & Answers related to Altova SchemaAgent

Blogs (0)

Blog posts related to Altova SchemaAgent

Reviews (0)

Reviews related to Altova SchemaAgent

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ