Jump to content

UltraISO 7.2.5.923 Media Edition


Recommended Posts

Posted

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}");


Posted

That's good mazin. I just import my registration info to the registry and it works fine. I would rather use an autoit script anyway if importing my reg file didn't work. I'm sure it will be helpful for some.

Posted

@Mazin

I understand. I been keeping tabs of UltraISO registration. At one point you had to use a script (not too long ago) but with this version you can do both importing the reg info and the script.

Posted

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.

Posted

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.

  • 1 month later...
Posted

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.

Posted

He is wrong about using SID, because it is different on all machines.

And my post is specially for making it registered for all users, in order not to enter registration info for every new user.

Posted

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.

Posted

All i know is that it works for a lot of people. why dont u make a guide so we can checkout what u did.

do hv u installed it with using the registry key?

hehehheeheh

just how many machines have u test your method on?

Posted

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

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