mazin Posted November 10, 2004 Posted November 10, 2004 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.jscls@echo offECHO.ECHO UltraISO 7.2.5.923 Media Editionstart /wait %systemdrive%\Install\UISO7ME\UISO7ME.exe /VERYSILENT /SP-start /wait %systemdrive%\Install\UISO7ME\UISO7ME.jsDEL %UserProfile%\Desktop\UltraISO.lnkEXITvar 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 spacingWScript.Sleep(200);WshShell.SendKeys ("{TAB}");WScript.Sleep(200);WshShell.SendKeys ("xxxx");//1st part of your serialWScript.Sleep(200);WshShell.SendKeys ("xxxx");//2nd part of your serialWScript.Sleep(200);WshShell.SendKeys ("xxxx");//3rd part of your serialWScript.Sleep(200);WshShell.SendKeys ("xxxx");//4th part of your serialWScript.Sleep(200);WshShell.SendKeys ("{ENTER}");WScript.Sleep(500);WshShell.SendKeys ("{ENTER}");
1chaoticadult Posted November 10, 2004 Posted November 10, 2004 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.
mazin Posted November 11, 2004 Author Posted November 11, 2004 I don't know if registration is machine specific. So, that script is safe whatever the case is.
1chaoticadult Posted November 11, 2004 Posted November 11, 2004 @MazinI 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.
studguy1 Posted November 11, 2004 Posted November 11, 2004 drthawhizkid is rightJust 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.
mazin Posted November 11, 2004 Author Posted November 11, 2004 Thank you both for confirmation.One of my bad habits 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 ! I'll use a reg next installation.Thanks.
CoffeeFiend Posted November 11, 2004 Posted November 11, 2004 The registration WAS machine specific until some recent build of v7.23 it seems. I just tried it with the new one and it's working fine too
mazin Posted November 12, 2004 Author Posted November 12, 2004 Thank you, too, crahak.I confess: I'm now polite, DADs, and I'll use that reg file.
ankap Posted December 16, 2004 Posted December 16, 2004 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.
Astalavista Posted December 16, 2004 Posted December 16, 2004 your too late ... totoymola has already written a guide on how to do it.pls use the search function.
ankap Posted December 16, 2004 Posted December 16, 2004 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.
Astalavista Posted December 16, 2004 Posted December 16, 2004 how is he wrong.. we tested it on several machines and it works great.prove how he is wrong.http://www.msfn.org/board/index.php?act=ST&f=80&t=33186several people even crahak who i dont really get a long with, says it work fine.
ankap Posted December 16, 2004 Posted December 16, 2004 Look at thisIt 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-1003do you have such key in your registry???it is different on every PC.
Astalavista Posted December 16, 2004 Posted December 16, 2004 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?hehehheehehjust how many machines have u test your method on?
totoymola Posted December 16, 2004 Posted December 16, 2004 @ankapdo 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.
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