IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

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

> mIRC unattended setup
EelCapone
post 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
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies (1 - 14)
un4given1
post Nov 9 2003, 02:11 PM
Post #2


Elaborate Dreamer
*******

Group: Members
Posts: 1796
Joined: 25-September 03
From: Indianapolis, IN
Member No.: 7388
OS: Windows 7 x64
Country Flag


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 smile.gif

The nice thing about this is that you can include you INI files and anything else you want.
Go to the top of the page
 
+Quote Post
EelCapone
post 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?
Go to the top of the page
 
+Quote Post
Aaron
post Nov 10 2003, 08:38 AM
Post #4


The MSFN Banana
Group Icon

Group: Patrons
Posts: 5767
Joined: 17-August 01
From: England, UK
Member No.: 3
OS: none
Country Flag


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.
Go to the top of the page
 
+Quote Post
un4given1
post Nov 10 2003, 09:15 AM
Post #5


Elaborate Dreamer
*******

Group: Members
Posts: 1796
Joined: 25-September 03
From: Indianapolis, IN
Member No.: 7388
OS: Windows 7 x64
Country Flag


AaronXP: That's even better...

EelCapone: Just use a packaging software to make an executable.
Go to the top of the page
 
+Quote Post
homiebrah
post Nov 15 2003, 01:47 PM
Post #6


You think you know so much.
***

Group: Members
Posts: 351
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.
Go to the top of the page
 
+Quote Post
Phi|
post Aug 25 2004, 03:46 PM
Post #7


Newbie


Group: Members
Posts: 14
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 biggrin.gif
Go to the top of the page
 
+Quote Post
CoffeeFiend
post Aug 25 2004, 07:31 PM
Post #8


Coffee Aficionado
Group Icon

Group: Super Moderator
Posts: 3716
Joined: 14-July 04
From: Coffeeland
Member No.: 24596
OS: Windows 7 x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
SiMoNsAyS
post Aug 25 2004, 07:58 PM
Post #9


C'mon you apes! You wanna live forever!?
Group Icon

Group: Patrons
Posts: 3455
Joined: 17-May 04
From: Puertollano, Spain
Member No.: 20147
Country Flag


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 tongue.gif
Go to the top of the page
 
+Quote Post
Swimming_Bird
post Jan 7 2005, 01:54 PM
Post #10


I want the NHL Back
***

Group: Members
Posts: 378
Joined: 12-October 04
From: Mines in Colorado
Member No.: 33557
Country Flag


..
Go to the top of the page
 
+Quote Post
Drizzt Do'Urden
post 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???
Go to the top of the page
 
+Quote Post
dkreifus
post Apr 24 2005, 04:33 PM
Post #12


dkreifus
**

Group: Members
Posts: 292
Joined: 30-March 04
Member No.: 16888
Country Flag


Use Shortcut.exe
Go to the top of the page
 
+Quote Post
Ctwizzy
post Apr 24 2005, 06:40 PM
Post #13


MSFN Soldier
**

Group: Members
Posts: 264
Joined: 22-December 04
Member No.: 39072
Country Flag


Custom Inno Setup installer can do all your shortcuts and even give you an uninstaller.
Go to the top of the page
 
+Quote Post
fanatf1
post Jul 21 2005, 09:05 PM
Post #14


Junior
*

Group: Members
Posts: 89
Joined: 22-April 05
From: Siberia
Member No.: 53117
Country Flag


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 ?
Go to the top of the page
 
+Quote Post
DigeratiPrime
post Jul 21 2005, 09:29 PM
Post #15


MSFN Junkie
Group Icon

Group: Super Moderator
Posts: 3300
Joined: 18-August 04
From: terra incognita
Member No.: 28113
OS: Windows 7 x64
Country Flag


I reccomend using either X-Chat 2 or Chatzilla.

X-Chat 2 is an Inno Setup and can be installed silently using:
setup.exe /verysilent /sp-

Chatzilla is a Firefox Extension
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 24th November 2009 - 04:02 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy