NaDer_GenKO Posted October 1, 2007 Share Posted October 1, 2007 Hi all,I want to install UltraISO v8.6.3 Silently Without The Decktop icon & ISOdriveand Associate it with .iso file extensionI 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 Link to comment Share on other sites More sharing options...
radix Posted October 1, 2007 Share Posted October 1, 2007 (edited) Use my script.S/N not provided! http://www.msfn.org/board/index.php?showto...st&p=695057 Edited October 7, 2007 by radix Link to comment Share on other sites More sharing options...
urie Posted October 1, 2007 Share Posted October 1, 2007 Hi all,I want to install UltraISO v8.6.3 Silently Without The Decktop icon & ISOdriveand Associate it with .iso file extensionI 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 pleaseREG ADD %KEY%\1001 /VE /D "UltraISO Premium 8.6.3.2056" /fREG ADD %KEY%\1001 /V 101 /D "%SystemDrive%\Install\UltraISO\uiso8_pe.exe /SILENT /SP- /MERGETASKS="!isodrive" /NORESTART" /fREG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\UltraISO.lnk\"" /fREG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %SystemDrive%\Install\UltraISO\UltraISO.reg" /ffor UltraISO.reg export registry from:[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0] Link to comment Share on other sites More sharing options...
NaDer_GenKO Posted October 1, 2007 Author Share Posted October 1, 2007 @radixThanks radixyour 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@urieThank you Very much i found what i looking forthe only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg fileand i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? please Link to comment Share on other sites More sharing options...
sp00f Posted October 2, 2007 Share Posted October 2, 2007 @radixThanks radixyour 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@urieThank you Very much i found what i looking forthe only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg fileand i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? pleaseGood question Link to comment Share on other sites More sharing options...
radix Posted October 2, 2007 Share Posted October 2, 2007 @radixThanks radixyour Script works perfectly 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. Link to comment Share on other sites More sharing options...
ajua Posted October 3, 2007 Share Posted October 3, 2007 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. Link to comment Share on other sites More sharing options...
urie Posted October 3, 2007 Share Posted October 3, 2007 @radixThanks radixyour 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@urieThank you Very much i found what i looking forthe only different i made is replace "/SILENT" with "/VERYSILENT" and it work completely silent and then import the .reg fileand i have a question for you: From where you get this SWITCH (/MERGETASKS="!isodrive") ? pleaseI found the MERGETASKS="!isodrive" switch on EZB forums in UltraIso thread a while back.http://forum.ezbsystems.net/cgi-bin/ikonboard.cgialso you dont really need reg file either you can use uikey.ini some Notes below,Use UltraISO in USB Key or CD/DVD-ROM1) 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now