Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UltraIso V7.21 R2

Featured Replies

Does anyone know how to register this program during Unattended Installation.

I tried copying the Reg keys but it just does not work.

TIA

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....

  • Author

Hi spachtler,

Could you give me an idea of your script?

TIA

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....

  • Author

Thanks a lot, I will try right now.

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

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

try winwait("Registration", "OK")

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

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

  • Author

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:

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

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.

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.

  • Author

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

$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.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.