Jump to content

Recommended Posts

Posted (edited)

Here's an easy way to install UltraISO. You must already have it installed. All you need to do is grab the files and apply the reg files explained below.

Copy ultraiso.exe, ultraiso.chm, and vdrive.ini (if it exists) to you install location (e.g. XPCD:\Programs).

Make a shortcut in this folder that points to your UltraISO.exe in the Programs Files folder (e.g. "%programfiles%UltraISO\UltraISO.exe")

Copy this code and call it ultraiso.cmd

md "%programfiles%\UltraISO"
copy UltraISO.exe "%programfiles%\UltraISO"
copy UltraISO.chm "%programfiles%\UltraISO"
copy vdrive.ini "%programfiles%\UltraISO"
regedit /s ultraiso.reg

REM copy shortcuts

if exist "%UserProfile%\Start Menu\Programs\Utilities" goto copyshort1
md "%UserProfile%\StartMenu\Programs\Utilities"
goto copyshort1

:copyshort1
copy "UltraISO 8.lnk" "%UserProfile%\Start Menu\Programs\Utilities"
goto next

:next
if exist "%AllUsersProfile%\StartMenu\Programs\Utilities" goto copyshort2
md "%AllUsersProfile%\Start Menu\Programs\Utilities"
goto copyshort2

:copyshort2
copy "UltraISO 8.lnk" "%AllUsersProfile%\Start Menu\Programs\Utilities"
goto end

:end

Copy the content here to notepad and call it ultraiso.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.iso]
@="UltraISO"

[HKEY_CLASSES_ROOT\UltraISO]
@="UltraISO File"

[HKEY_CLASSES_ROOT\UltraISO\DefaultIcon]
@="%Systemroot%\\Resources\\Icons\\iso.ico"

[HKEY_CLASSES_ROOT\UltraISO\shell]

[HKEY_CLASSES_ROOT\UltraISO\shell\open]
@="Open with &UltraISO"

[HKEY_CLASSES_ROOT\UltraISO\shell\open\command]
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,\
00,65,00,25,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,73,00,5c,00,\
55,00,6c,00,74,00,72,00,61,00,49,00,53,00,4f,00,5c,00,55,00,6c,00,74,00,72,\
00,61,00,49,00,53,00,4f,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,\
31,00,22,00,00,00

[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
@="C:\\Program Files\\UltraISO"
"UserName"="Username"
"Registration"="reginfo"

Execute ultraiso.cmd using RunOnceEx or whatever method you use.

Also, make sure to go through the ultraiso.cmd to correct for you shortcuts, etc and add your reg info in reg file.

?? Just ask.

Edited by spacesurfer

Posted

all i do is take the files under installed folder and export the keys in the registry under EasyBoot Systems. the keys to the associated files should work when you launch the program. Assuming you configured it the way you want before exporting the registry keys.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...