Help - Search - Members - Calendar
Full Version: Registering UltraISO 7 ME using InstallRite
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
newbie4ever
Hi guys,
I'm new to this stuff but i found this method seems to work.
--------
First Install UltraISO like normal

Open InstallRite can click "Create a manual snapshot of your PC"
then Open UltraISO and Register your product
Now 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 Keys
Export: HKEY_CURRENT_USER and HKEY_USERS name it register1 and 2

Make a batch file that contains something like this:

COPY /Y %systemdrive%\install\Applications\ultraiso\ultraiso.exe c:\program files\ultraiso
REGEDIT /S %systemdrive%\install\Applications\Ultraiso\register1.reg
REGEDIT /S %systemdrive%\install\Applications\Ultraiso\register2.reg

-------
To Silent install

\uiso721me.exe /VERYSILENT /SP-
Run your batch file

i think that will do it
big_gie
You mean that UltraISO.exe path itself when you register it??
newbie4ever
i don't understand your question
the path doesn't change
prathapml
I doubt that the EXE gets modified either! wacko.gif
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.
CODE
copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO"
3. And then you need this:
CODE
[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
"UserName"="Your name here"
4. That's all, you're done!
newbie4ever
that's funny because after i registered it, installrite reported UltraISO.exe as one of the file that got modified
thanks for the more correct code
CODE
copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO"
big_gie
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
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
prath, woudnt it be this instead of what you said:

copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO\UltraISO.exe"

?
prathapml
You can try it if you want.... There never is one "right" method - anything is right, as long as it works! smile.gif
The command given in my previous post worked for me - always been using it that way...
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.