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