mIRC unattended setup
#1
Posted 09 November 2003 - 01:51 PM
Cheers,
EelCapone
#2
Posted 09 November 2003 - 02:11 PM
Create a REG file with this...
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\ChatFile] @="Chat File" [HKEY_CLASSES_ROOT\ChatFile\DefaultIcon] @="\"C:\\Program Files\\mIRC\\mirc.exe\"" [HKEY_CLASSES_ROOT\ChatFile\Shell] [HKEY_CLASSES_ROOT\ChatFile\Shell\open] [HKEY_CLASSES_ROOT\ChatFile\Shell\open\command] @="\"C:\\Program Files\\mIRC\\mirc.exe\" -noconnect" [HKEY_CLASSES_ROOT\ChatFile\Shell\open\ddeexec] @="%1" [HKEY_CLASSES_ROOT\ChatFile\Shell\open\ddeexec\Application] @="mIRC" [HKEY_CLASSES_ROOT\ChatFile\Shell\open\ddeexec\ifexec] @="%1" [HKEY_CLASSES_ROOT\ChatFile\Shell\open\ddeexec\Topic] @="Connect" [HKEY_CLASSES_ROOT\irc] @="URL:IRC Protocol" "EditFlags"=hex:02,00,00,00 "URL Protocol"="" [HKEY_CLASSES_ROOT\irc\DefaultIcon] @="\"C:\\Program Files\\mIRC\\mirc.exe\"" [HKEY_CLASSES_ROOT\irc\Shell] [HKEY_CLASSES_ROOT\irc\Shell\open] [HKEY_CLASSES_ROOT\irc\Shell\open\command] @="\"C:\\Program Files\\mIRC\\mirc.exe\" -noconnect" [HKEY_CLASSES_ROOT\irc\Shell\open\ddeexec] @="%1" [HKEY_CLASSES_ROOT\irc\Shell\open\ddeexec\Application] @="mIRC" [HKEY_CLASSES_ROOT\irc\Shell\open\ddeexec\ifexec] @="%1" [HKEY_CLASSES_ROOT\irc\Shell\open\ddeexec\Topic] @="Connect"
And then copy the mIRC files from c:\program files\mIRC
That's all you need to do
The nice thing about this is that you can include you INI files and anything else you want.
#3
Posted 10 November 2003 - 07:25 AM
Does anyone know how?
#4
Posted 10 November 2003 - 08:38 AM
#5
Posted 10 November 2003 - 09:15 AM
EelCapone: Just use a packaging software to make an executable.
#6
Posted 15 November 2003 - 01:47 PM
ECHO Installing mIRC 6.1.
mkdir c:\progra~1\mirc
xcopy /e d:\mirc c:\progra~1\mirc
REGEDIT /S d:\mirc\install.reg
ECHO mIRC 6.1 installed.
ECHO.
The install.reg file uses the information provided by un4given1. The serial number gets merged later on as part of one file that registers all of my software at the same time.
#7
Posted 25 August 2004 - 03:46 PM
Does that solution work If I want to use the noname script?
or is there another way?
Thanks in advance
#8
Posted 25 August 2004 - 07:31 PM
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\mIRC] "DisplayName"="mIRC" "UninstallString"="\"c:\\Program Files\\mIRC\\mirc.exe\" -uninstall"
Easy enough to add and it doesn't hurt (I guess I like to be torough).
oh, the registration part:
REGEDIT4 [HKEY_CURRENT_USER\Software\mIRC\License] @="XXXX-XXXXXX" [HKEY_CURRENT_USER\Software\mIRC\UserName] @="username"
(where username is your registered name and X'es are the actual registration number, of course...)
If you want mirc customizations, just install it all and configure it, then put it in $OEM$\$Progs. Always worked 100% for me.
#9
Posted 25 August 2004 - 07:58 PM
#11
Posted 04 April 2005 - 11:16 PM
#13
Posted 24 April 2005 - 06:40 PM
#14
Posted 21 July 2005 - 09:05 PM
what difference between
Windows Registry Editor Version 5.00
and
REGEDIT4
is it really serious difference or i can use 5.00 in all files for Win XP SP2 ?
#15
Posted 21 July 2005 - 09:29 PM



Help
Back to top









