DigeratiPrime Posted August 29, 2004 Posted August 29, 2004 so this requires the use of another program? is it possible to do this with RunOnceEx?
DigeratiPrime Posted August 30, 2004 Posted August 30, 2004 ok, so how does one compile this script to work in RunOnceEx?
white_tiger Posted August 30, 2004 Posted August 30, 2004 Muaitai thanks alotbut realy i don't know how to use the script files how can I use it with RunOnceEx ??thanx again
Muaitai Posted August 30, 2004 Author Posted August 30, 2004 UltaISO has a machine specific serial number so it only work for that specific machine.Autoit will create a executable script meaning when you run it it will start executing the script, for more info go to:http://www.hiddensoft.com/autoit3/You can add to your RunOnceEx as if it was another .exe file right after you install the UltraISo program and it will run and add the registration info to the program.I hope it helps.
MARIUS CLAUDIU Posted August 31, 2004 Posted August 31, 2004 Muaitai , good job! Your script worked perfectly.Can you make a script for IsoBuster 1.6 too ?Thx for your help.
spachtler Posted August 31, 2004 Posted August 31, 2004 Muaitai , good job! Your script worked perfectly.Can you make a script for IsoBuster 1.6 too ?Thx for your help.run("setup.exe")winwait("Setup - IsoBuster", "Wizard")controlclick("Setup - IsoBuster", "Wizard", "TButton1")winwait("Setup - IsoBuster", "Agreement")controlclick("Setup - IsoBuster", "Agreement", "TRadioButton1")controlclick("Setup - IsoBuster", "Agreement", "TButton2")winwait("Setup - IsoBuster", "Information")controlclick("Setup - IsoBuster", "Information", "TButton2")winwait("Setup - IsoBuster", "Destination")controlclick("Setup - IsoBuster", "Destination", "TButton3")winwait("Setup - IsoBuster", "Start Menu")controlclick("Setup - IsoBuster", "Start Menu", "TButton4")winwait("Setup - IsoBuster", "associations")controlclick("Setup - IsoBuster", "associations", "TButton4")winwait("Setup - IsoBuster", "Additional")controlclick("Setup - IsoBuster", "Additional", "TButton4")winwait("Setup - IsoBuster", "Ready")controlclick("Setup - IsoBuster", "Ready", "TButton4")winwait("Setup - IsoBuster", "Completing")controlclick("Setup - IsoBuster", "Completing", "TButton4")winwait("Registration will enable IsoBuster PRO functionality", "Register", 2)if winexists("Registration will enable IsoBuster PRO functionality", "Register") thencontrolsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit2", "valid-ID")sleep(1000)controlsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit1", "valid-SERIAL")sleep(1000)controlclick("Registration will enable IsoBuster PRO functionality", "Register", "TButton4")sleep(1500)ProcessClose("IsoBuster.exe")exitendifwinwait("Online Check", "online", 2)if winexists("Online Check", "online") thenProcessClose("IsoBuster.exe")exitendifwinwait("Registration will enable IsoBuster PRO functionality", "Register", 2)if winexists("Registration will enable IsoBuster PRO functionality", "Register") thencontrolsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit2", "valid-ID")sleep(1000)controlsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit1", "valid-SERIAL")sleep(1000)controlclick("Registration will enable IsoBuster PRO functionality", "Register", "TButton4")sleep(1500)ProcessClose("IsoBuster.exe")exitendifwinwait("Online Check", "online", 2)if winexists("Online Check", "online") thenProcessClose("IsoBuster.exe")exitendifwinwait("Registration will enable IsoBuster PRO functionality", "Register", 2)if winexists("Registration will enable IsoBuster PRO functionality", "Register") thencontrolsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit2", "valid-ID")sleep(1000)controlsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit1", "valid-SERIAL")sleep(1000)controlclick("Registration will enable IsoBuster PRO functionality", "Register", "TButton4")sleep(1500)ProcessClose("IsoBuster.exe")exitendifwinwait("Online Check", "online", 2)if winexists("Online Check", "online") thenProcessClose("IsoBuster.exe")exitendifwinwait("Registration will enable IsoBuster PRO functionality", "Register", 2)if winexists("Registration will enable IsoBuster PRO functionality", "Register") thencontrolsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit2", "valid-ID")sleep(1000)controlsend("Registration will enable IsoBuster PRO functionality", "Register", "TEdit1", "valid-SERIAL")sleep(1000)controlclick("Registration will enable IsoBuster PRO functionality", "Register", "TButton4")sleep(1500)ProcessClose("IsoBuster.exe")exitendifwinwait("Online Check", "online", 2)if winexists("Online Check", "online") thenProcessClose("IsoBuster.exe")exitendifexitin the script above you read 4 times "valid-ID" and 4 times "valid-SERIAL".change al those to real registration data and it will work. 4 times, becausethe setup detects an internet-connection in some cases, and dont give alwaysthe same dialogs. so i let the script wait 2 seconds for each kind of dialogthat will make sure that it works on every machine in every situation.p.s.: the main-idea from the ultra-ISO script is from me...spachtler
MARIUS CLAUDIU Posted August 31, 2004 Posted August 31, 2004 Yes spachtler it worked. Congratulations for both your scripts.Thank you very much.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now