Jump to content

UltraISO 7.2.5.923 Media Edition


mazin

Recommended Posts

Here's how I installed and registered UltraISO 7.2.5 Build 923 Media Edition.

Put the following files in this directory: X:\XPCD\$OEM$\$1\Install\UISO7ME\

1- UISO7ME.exe (renamed installer)

2- UISO7ME.js

cls

@echo off

ECHO.

ECHO UltraISO 7.2.5.923 Media Edition

start /wait %systemdrive%\Install\UISO7ME\UISO7ME.exe /VERYSILENT /SP-

start /wait %systemdrive%\Install\UISO7ME\UISO7ME.js

DEL %UserProfile%\Desktop\UltraISO.lnk

EXIT

var WshShell = WScript.CreateObject ("WScript.Shell");

WshShell.RUN ("\"%systemdrive%\\Program Files\\UltraISO\\UltraISO.exe\"");

WScript.Sleep(2000);

WshShell.AppActivate("Welcome");

WScript.Sleep(200);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(200);

WshShell.SendKeys ("{ENTER}");

WScript.Sleep(500);

WshShell.AppActivate("Registration");

WScript.Sleep(500);

WshShell.SendKeys ("your name");//keep the quotes even if your name has no spacing

WScript.Sleep(200);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//1st part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//2nd part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//3rd part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//4th part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("{ENTER}");

WScript.Sleep(500);

WshShell.SendKeys ("{ENTER}");

Link to comment
Share on other sites


drthawhizkid is right

Just Install Ultraiso and save this registration info into reg file. ( This registration is not the same as your serial)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
"Language"="1033"
"UserName"="XXXXX"
"Registration"="XXXXXXXXXXXX"

Just install Ultraiso and then import this info. Works on different machines.

Link to comment
Share on other sites

Thank you both for confirmation.

One of my bad habits :P is that I read much before doing new things on my PC. I've read about 5 or 6 topics and found a complaint about reg is machine specific!

So, I decided not to continue complaining like others did! B) And, I found it safe to use a script.

But since there are now two confirmations, I must surrender :lol: ! I'll use a reg next installation.

Thanks.

Link to comment
Share on other sites

  • 1 month later...

The Serial is encrypted but it is the same on all computers so you can just export registry entries from installed one.

But it is for only current user. If you want to make registration for all new users. You must do registry import during install in cmdlines.txt or import registry for default user.

If you want to know how to import registry for default user after install ask me and I will explain.

Link to comment
Share on other sites

Look at this

It is true that the serial is encrypted, but NOT machine dependent. And the important part of the regfile is the [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0]. Without this, your version will not be registered.

HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003

do you have such key in your registry???

it is different on every PC.

Link to comment
Share on other sites

@ankap

do you have such key in your registry???

it is different on every PC.

I guess you are right. But what I mean is export a key similar to that. That way, it will work on your pc for sure. I assume you are just using your software on your computer only. You can't install a program with a single serial on different machines anyway. Isn't that illegal? I don't know if EZB Systems sells volume license keys.

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
  • Recently Browsing   0 members

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