MSFN Forum: UltraIso V7.21 R2 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

UltraIso V7.21 R2 Rate Topic: -----

#1 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 21 August 2004 - 03:34 PM

Does anyone know how to register this program during Unattended Installation.
I tried copying the Reg keys but it just does not work.

TIA


#2 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

Posted 21 August 2004 - 06:03 PM

it dont work to put the registry entries from one machine
to another, because during the normal dialog for name and
serial, it will first merge the name and SN with some
machine-specified things or numbers, and then put it into
the registry, so that you will find
always different registry-entries on different machines
with the same name and SN. so the only way to get valid
entries is to use the ultraiso dialog to put in the infos.

i do it with an autoit-script..... works pretty good....

#3 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 21 August 2004 - 06:54 PM

Hi spachtler,

Could you give me an idea of your script?

TIA

#4 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

Posted 22 August 2004 - 03:35 AM

ok, after ultraiso was installed silent, i run the following script:

$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\EasyBoot Systems\UltraISO\5.0", "")
run($var & "\Ultraiso.exe")
Blockinput(1)
winwait("UltraISO", "ToolBar", 7)
if winexists("UltraISO", "ToolBar") then
processclose("ultraiso.exe")
Blockinput(0)
exit
endif
winwait("Willkommen", "registrieren")
controlclick("Willkommen", "registrieren", "TButton4")
winwait("Registrieren", "OK")
controlsend("Registrieren", "OK", "TEdit4", "valid name")
controlsend("Registrieren", "OK", "TEdit5", "serial part1")
controlsend("Registrieren", "OK", "TEdit3", "serial part2")
controlsend("Registrieren", "OK", "TEdit2", "serial part3")
controlsend("Registrieren", "OK", "TEdit1", "serial part4")
controlclick("Registrieren", "OK", "TButton2")
winwait("Prompt", "OK")
controlclick("Prompt", "OK", "Button1")
Blockinput(0)
exit


this is for the german version, for the english you have to
chage some words (Registrieren to Register) or so....

#5 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 22 August 2004 - 02:46 PM

Thanks a lot, I will try right now.

#6 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

Posted 23 August 2004 - 09:17 AM

any idea why this doesnt work?



$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\EasyBoot Systems\UltraISO\5.0", "")
run($var & "\Ultraiso.exe")
Blockinput(1)
winwait("UltraISO", "ToolBar", 7)
if winexists("UltraISO", "ToolBar") then
processclose("ultraiso.exe")
Blockinput(0)
exit
endif
winwait("Welcome", "Enter Registration Code")
controlclick("Welcome", "Enter Registration Code", "TButton4")
winwait("Register", "OK")
controlsend("Registration", "OK", "TEdit4", "name")
controlsend("Registration", "OK", "TEdit5", "xxxx")
controlsend("Registration", "OK", "TEdit3", "xxxx")
controlsend("Registration", "OK", "TEdit2", "xxxx")
controlsend("Registration", "OK", "TEdit1", "xxxx")
controlclick("Register", "OK", "TButton2")
winwait("Prompt", "OK")
controlclick("Prompt", "OK", "Button1")
Blockinput(0)
exit

#7 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

Posted 23 August 2004 - 01:24 PM

you should edit your post because of the uncencored serial...

#8 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

Posted 23 August 2004 - 02:21 PM

winwait("Register", "OK") is wrong,

try winwait("Registration", "OK")




controlclick("Register", "OK", "TButton2")

controlclick("Registration", "OK", "TButton2")

#9 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 24 August 2004 - 06:53 AM

I tried and it does work on my windows XP2 installed on my HD, but when I try on VMware it hangs on the registration window... So I guess it works just fine. :blink:

#10 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

Posted 24 August 2004 - 07:16 AM

ok
anyway this method wont help me since
i run it in runonce
i thought someone figured out abetter solution for this crap
guess ill have to register it manually

#11 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 24 August 2004 - 07:33 AM

a working solution - just put the serial number in a text file and have copied to the desktop during installation. Not unattended, but it works. With machine specific registration keys - it can be difficult to get them to work, unless you use a script - or just make a text file.

#12 User is offline   white_tiger 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 20-August 04

Posted 26 August 2004 - 01:26 PM

how can i make this scrip please ? :(

#13 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 26 August 2004 - 02:51 PM

spachtler I did what you did in an autoit script about month ago. It was so easy to do. You beat me to punch posting it. Hehe. Later.

#14 User is offline   white_tiger 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 20-August 04

Posted 26 August 2004 - 03:28 PM

how ??

#15 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 29 August 2004 - 11:09 AM

I figure out the script, there was an error, this is the working one:

Quote

$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\EasyBoot Systems\UltraISO\5.0", "")
run($var & "\Ultraiso.exe")
Blockinput(1)
winwait("UltraISO", "ToolBar", 7)
if winexists("UltraISO", "ToolBar") then
processclose("ultraiso.exe")
Blockinput(0)
exit
endif
winwait("Welcome")
controlclick("Welcome", "Enter Registration Code", "TButton4")
winwait("Registration", "OK")
controlsend("Registration", "OK", "TEdit4", "User Name")
controlsend("Registration", "OK", "TEdit5", "XXXX")
controlsend("Registration", "OK", "TEdit3", "XXXX")
controlsend("Registration", "OK", "TEdit2", "XXXX")
controlsend("Registration", "OK", "TEdit1", "XXXX")
controlclick("Registration", "OK", "TButton2")
winwait("Prompt", "OK")
controlclick("Prompt", "OK", "Button1")
Blockinput(0)
exit


Note: XXXX = serial number

Now use AutoIt to creat an .exe and execute from unattende installation, I tried 3 times and worked.

#16 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 August 2004 - 01:43 PM

so this requires the use of another program? is it possible to do this with RunOnceEx?

#17 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 29 August 2004 - 05:59 PM

Using a compiled script it is

#18 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 August 2004 - 06:58 PM

ok, so how does one compile this script to work in RunOnceEx?

#19 User is offline   white_tiger 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 20-August 04

Posted 30 August 2004 - 04:46 AM

Muaitai thanks alot

but realy i don't know how to use the script files :(

how can I use it with RunOnceEx ??

thanx again

#20 User is offline   Muaitai 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-August 04

Posted 30 August 2004 - 07:19 AM

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.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy