Help - Search - Members - Calendar
Full Version: UltraISO v8.6.3
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
NaDer_GenKO
Hi all,

I want to install UltraISO v8.6.3 Silently Without The Decktop icon & ISOdrive
and Associate it with .iso file extension

I know that the installer is Inno and the silent switch is "/VERYSILENT /SP- "
But with this Switch i have no options to do this

any Suggestions please
radix
Use my script.
S/N not provided! biggrin.gif laugh.gif
http://www.msfn.org/board/index.php?showto...st&p=695057
urie
QUOTE (NaDer_GenKO @ Oct 1 2007, 02:55 AM) *
Hi all,

I want to install UltraISO v8.6.3 Silently Without The Decktop icon & ISOdrive
and Associate it with .iso file extension

I know that the installer is Inno and the silent switch is "/VERYSILENT /SP- "
But with this Switch i have no options to do this

any Suggestions please



CODE
REG ADD %KEY%\1001 /VE /D "UltraISO Premium 8.6.3.2056" /f
REG ADD %KEY%\1001 /V 101 /D "%SystemDrive%\Install\UltraISO\uiso8_pe.exe /SILENT /SP- /MERGETASKS="!isodrive" /NORESTART" /f
REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\UltraISO.lnk\"" /f
REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %SystemDrive%\Install\UltraISO\UltraISO.reg" /f



for UltraISO.reg export registry from:
[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
NaDer_GenKO
@radix
Thanks radix
your Script works perfectly thumbup.gif Do you have one For 'IDM 5.11.4' Please ?

In fact i use AutoIt Scripts as last option i have because i can't hide the program setup screens

@urie
Thank you Very much i found what i looking for
the only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg file

and i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? please
sp00f
QUOTE (NaDer_GenKO @ Oct 2 2007, 01:01 AM) *
@radix
Thanks radix
your Script works perfectly thumbup.gif Do you have one For 'IDM 5.11.4' Please ?

In fact i use AutoIt Scripts as last option i have because i can't hide the program setup screens

@urie
Thank you Very much i found what i looking for
the only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg file

and i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? please

Good question
radix
QUOTE (NaDer_GenKO @ Oct 2 2007, 02:01 AM) *
@radix
Thanks radix
your Script works perfectly thumbup.gif Do you have one For 'IDM 5.11.4' Please ?

Start a new topic first.
My script don't include registration section.
As a matter of fact I don't use download managers.
elajua
i use a custom installer of my own. i just took the file in programfiles\ultraiso and use the registry entries to configure it. as i don't like the menu extension i didn't register them.
urie
QUOTE (NaDer_GenKO @ Oct 2 2007, 12:01 AM) *
@radix
Thanks radix
your Script works perfectly thumbup.gif Do you have one For 'IDM 5.11.4' Please ?

In fact i use AutoIt Scripts as last option i have because i can't hide the program setup screens

@urie
Thank you Very much i found what i looking for
the only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg file

and i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? please



I found the MERGETASKS="!isodrive" switch on EZB forums in UltraIso thread a while back.
CODE
http://forum.ezbsystems.net/cgi-bin/ikonboard.cgi


also you dont really need reg file either you can use uikey.ini some Notes below,

QUOTE
Use UltraISO in USB Key or CD/DVD-ROM
1) Create a text file, name it as uikey.ini, enter the following lines:

;===================
UserName='xxxx'
Registration='yyyy-yyyy-yyyy-yyyy'
Language='zzzzz'
;===================

Where 'zzzzz' is the item name of UltraISO's "Options"->"Language" menu.

UltraISO will never ask for registration code and set the proper language if uikey.ini is found in the same place as ultraiso.exe.

2) Languge files
Step 1: Make a sub-directory named "lang" in the folder where ultraiso.exe located
Step 2: Copy the language DLL file from "c:\program files\ultraiso\lang" to this directory.
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.