Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
Nov 9 2003, 01:51 PM
Post
#1
|
|
|
Newbie Group: Members Posts: 18 Joined: 9-November 03 Member No.: 9235 |
Anyone know how to do an unattended setup of mIRC? It' should be a 7Zip file, but the -y /q /r:n switches don't work.....
Cheers, EelCapone |
|
|
|
Nov 9 2003, 02:11 PM
Post
#2
|
|
|
Elaborate Dreamer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1836 Joined: 25-September 03 From: Indianapolis, IN Member No.: 7388
|
This is a simple one...
Create a REG file with this... CODE 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. |
|
|
|
Nov 10 2003, 07:25 AM
Post
#3
|
|
|
Newbie Group: Members Posts: 18 Joined: 9-November 03 Member No.: 9235 |
Yep, this does the trick.... It would be neater though to use the installer, i think...
Does anyone know how? |
|
|
|
Nov 10 2003, 08:38 AM
Post
#4
|
|
|
The MSFN Banana Group: Patrons Posts: 6507 Joined: 17-August 01 From: England, UK Member No.: 3 OS: none
|
I've never needed to use the Installer at all. I have a 2 year old mIRC folder which I copied over everytime I formatted, and executing mirc.exe seems to import the relevant registry entries, including the irc:// protocol. The only thing I needed to do is execute a reg file containing my registration information.
|
|
|
|
Nov 10 2003, 09:15 AM
Post
#5
|
|
|
Elaborate Dreamer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1836 Joined: 25-September 03 From: Indianapolis, IN Member No.: 7388
|
AaronXP: That's even better...
EelCapone: Just use a packaging software to make an executable. |
|
|
|
Nov 15 2003, 01:47 PM
Post
#6
|
|
|
You think you know so much. ![]() ![]() ![]() Group: Members Posts: 357 Joined: 6-June 03 Member No.: 4110 |
In case anyone cares, this is how I do it.
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. |
|
|
|
Aug 25 2004, 03:46 PM
Post
#7
|
|
|
Newbie Group: Members Posts: 15 Joined: 17-August 04 Member No.: 27891 |
Hi
Does that solution work If I want to use the noname script? or is there another way? Thanks in advance |
|
|
|
Aug 25 2004, 07:31 PM
Post
#8
|
|
|
Coffee Aficionado ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2632 Joined: 14-July 04 From: Coffeehouse Member No.: 24596 OS: Vista Ultimate x86
|
I add the same as un4given1, and the registration part and also the uninstall infos (because there WILL be a new build in not long from now...)
CODE 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: CODE 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. |
|
|
|
Aug 25 2004, 07:58 PM
Post
#9
|
|
|
C'mon you apes! You wanna live forever!? Group: Patrons Posts: 3999 Joined: 17-May 04 From: Puertollano, Spain Member No.: 20147
|
i personally own a custom script, so my only problem it's to unzip the script onto a no_spaces folder like for example C:\utilities\mirc . mirc reg it's not needed if you run the file mirc32.exe
|
|
|
|
Jan 7 2005, 01:54 PM
Post
#10
|
|
|
I want the NHL Back ![]() ![]() ![]() Group: Members Posts: 389 Joined: 12-October 04 From: Mines in Colorado Member No.: 33557
|
..
|
|
|
|
Apr 4 2005, 11:16 PM
Post
#11
|
|
|
Group: Members Posts: 3 Joined: 22-November 04 Member No.: 37076 |
ok this is all good but. what about the mirc.ink how would u do thisif u put it in the $OEM$ folder???
|
|
|
|
Apr 24 2005, 04:33 PM
Post
#12
|
|
|
dkreifus ![]() ![]() Group: Members Posts: 281 Joined: 30-March 04 Member No.: 16888
|
Use Shortcut.exe
|
|
|
|
Apr 24 2005, 06:40 PM
Post
#13
|
|
|
MSFN Soldier ![]() ![]() Group: Members Posts: 275 Joined: 22-December 04 Member No.: 39072
|
Custom Inno Setup installer can do all your shortcuts and even give you an uninstaller.
|
|
|
|
Jul 21 2005, 09:05 PM
Post
#14
|
|
|
Junior ![]() Group: Members Posts: 96 Joined: 22-April 05 From: Siberia Member No.: 53117
|
Mmmm explane please
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 ? |
|
|
|
Jul 21 2005, 09:29 PM
Post
#15
|
|
|
MSFN Junkie Group: Moderator Posts: 3123 Joined: 18-August 04 From: Terra Incognita Member No.: 28113 OS: Vista Ultimate x64
|
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 13th October 2008 - 12:22 AM |