Page 1 of 1
UltraISO v8.6.3
#1
Posted 30 September 2007 - 07:55 PM
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
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
#2
Posted 01 October 2007 - 02:04 AM
Use my script.
S/N not provided!

http://www.msfn.org/board/index.php?showto...st&p=695057
S/N not provided!
http://www.msfn.org/board/index.php?showto...st&p=695057
This post has been edited by radix: 07 October 2007 - 11:43 AM
#3
Posted 01 October 2007 - 03:02 PM
NaDer_GenKO, on Oct 1 2007, 02:55 AM, said:
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
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
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]
#4
Posted 01 October 2007 - 05:01 PM
@radix
Thanks radix
your Script works perfectly
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
Thanks radix
your Script works perfectly
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
#5
Posted 01 October 2007 - 06:54 PM
NaDer_GenKO, on Oct 2 2007, 01:01 AM, said:
@radix
Thanks radix
your Script works perfectly
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
Thanks radix
your Script works perfectly
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
#6
Posted 02 October 2007 - 09:37 AM
#7
Posted 02 October 2007 - 06:49 PM
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.
#8
Posted 03 October 2007 - 05:14 AM
NaDer_GenKO, on Oct 2 2007, 12:01 AM, said:
@radix
Thanks radix
your Script works perfectly
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
Thanks radix
your Script works perfectly
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.
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.
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.
- ← Silently Install Belarc
- Application Installs
- Your Uninstaller! Vista PRO 2006 5.0.0.313 Last Version Silent Ins →
Share this topic:
Page 1 of 1



Help

Back to top








