newbie4ever Posted October 7, 2004 Posted October 7, 2004 Hi guys,I'm new to this stuff but i found this method seems to work. --------First Install UltraISO like normalOpen InstallRite can click "Create a manual snapshot of your PC"then Open UltraISO and Register your productNow click "Perform an "Analysis" of the changes since the last "Snapshot""Then it will ask you to put in a name (ie: UltraISO)If you look at the analysis, the UltraISO.exe get modified after registration. I think that's why only applying registry will NOT work for this program.you have to copy that UltraISO.exe to your folder (\$OEM$\$1\Install\Applications\UltraISO)Under Added Registry KeysExport: HKEY_CURRENT_USER and HKEY_USERS name it register1 and 2Make a batch file that contains something like this:COPY /Y %systemdrive%\install\Applications\ultraiso\ultraiso.exe c:\program files\ultraisoREGEDIT /S %systemdrive%\install\Applications\Ultraiso\register1.regREGEDIT /S %systemdrive%\install\Applications\Ultraiso\register2.reg-------To Silent install \uiso721me.exe /VERYSILENT /SP-Run your batch filei think that will do it
big_gie Posted October 7, 2004 Posted October 7, 2004 You mean that UltraISO.exe path itself when you register it??
newbie4ever Posted October 8, 2004 Author Posted October 8, 2004 i don't understand your questionthe path doesn't change
prathapml Posted October 8, 2004 Posted October 8, 2004 I doubt that the EXE gets modified either! People use a modified EXE DELIBERATELY - to get around the key-checking (pirating, in other words) - but you don't need it, actually - if you use it legally.As for those who use a modified EXE, and are legally licensed customers of ultraiso:1. Install the UltraISO installer with "/VERYSILENT /SP-" switch.2. You need to use a batch-command to copy the modified EXE to the installed folder.copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO"3. And then you need this:[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]"UserName"="Your name here"4. That's all, you're done!
newbie4ever Posted October 8, 2004 Author Posted October 8, 2004 that's funny because after i registered it, installrite reported UltraISO.exe as one of the file that got modifiedthanks for the more correct codecopy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO"
big_gie Posted October 8, 2004 Posted October 8, 2004 Sorry there was a typo. I wanted to say "patch itself" instead of "path itself"...Try to compare the 2 .exe to see if there is any differences. If not, then it doesn't patch itself. As prathapml said, I doubt it does. That would be a really stupid registration process. Also I think it would fail to patch because the .exe is in use and cannot be modified.
1chaoticadult Posted October 10, 2004 Posted October 10, 2004 I agree with big_gie. The only time the exe is modified is if you do it. The installer does no such thing newbie4ever. The only reason why a modified exe is used is because it can't be registered without a legal key. You still must obtain the retail version even when you buy the software because the company has a whitelist of every person that has registered the software and incorporates this list into the exe. This list is updated within the exe when a person purchases a key. Your key won't work with the trial until you are put in their whitelist.
battleangel3222 Posted October 10, 2004 Posted October 10, 2004 prath, woudnt it be this instead of what you said:copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO\UltraISO.exe"?
prathapml Posted October 10, 2004 Posted October 10, 2004 You can try it if you want.... There never is one "right" method - anything is right, as long as it works! The command given in my previous post worked for me - always been using it that way...
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