MSFN Forums: mIRC unattended setup - MSFN Forums

Jump to content


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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

mIRC unattended setup Rate Topic: -----

#1 User is offline   EelCapone 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 09-November 03

Posted 09 November 2003 - 01:51 PM

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

Ad Bot #1 User is online   Sponsor Icon

  • Advert Bot
  • Group: Ad Bots
  • Posts: 0
  • Joined: --

Warn Status

Warning level: 0%

0
  • +
  • -

#2 User is offline   un4given1 

  • Elaborate Dreamer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,796
  • Joined: 25-September 03
  • Gender:Male
  • Location:Indianapolis, IN

Posted 09 November 2003 - 02:11 PM

This is a simple one...

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 User is offline   EelCapone 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 09-November 03

Posted 10 November 2003 - 07:25 AM

Yep, this does the trick.... It would be neater though to use the installer, i think...
Does anyone know how?

#4 User is offline   Aaron 

  • The MSFN Banana
  • Icon
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • Location:England, UK

Posted 10 November 2003 - 08:38 AM

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.

#5 User is offline   un4given1 

  • Elaborate Dreamer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,796
  • Joined: 25-September 03
  • Gender:Male
  • Location:Indianapolis, IN

Posted 10 November 2003 - 09:15 AM

AaronXP: That's even better...

EelCapone: Just use a packaging software to make an executable.

#6 User is offline   homiebrah 

  • You think you know so much.
  • PipPipPip
  • Group: Members
  • Posts: 351
  • Joined: 06-June 03

Posted 15 November 2003 - 01:47 PM

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.

#7 User is offline   Phi| 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-August 04

Posted 25 August 2004 - 03:46 PM

Hi
Does that solution work If I want to use the noname script?
or is there another way?

Thanks in advance :D

#8 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Icon
  • Group: Super Moderator
  • Posts: 3,908
  • Joined: 14-July 04
  • Location:Coffeeland

Posted 25 August 2004 - 07:31 PM

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...)

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 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Icon
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04
  • Gender:Male
  • Location:Puertollano, Spain

Posted 25 August 2004 - 07:58 PM

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 :P

#10 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04
  • Location:Mines in Colorado

Posted 07 January 2005 - 01:54 PM

..

#11 User is offline   Drizzt Do'Urden 

  • Group: Members
  • Posts: 3
  • Joined: 22-November 04

Posted 04 April 2005 - 11:16 PM

ok this is all good but. what about the mirc.ink how would u do thisif u put it in the $OEM$ folder???

#12 User is offline   dkreifus 

  • dkreifus
  • PipPip
  • Group: Members
  • Posts: 292
  • Joined: 30-March 04
  • Gender:Male

Posted 24 April 2005 - 04:33 PM

Use Shortcut.exe

#13 User is offline   Ctwizzy 

  • MSFN Soldier
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 22-December 04

Posted 24 April 2005 - 06:40 PM

Custom Inno Setup installer can do all your shortcuts and even give you an uninstaller.

#14 User is offline   fanatf1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 89
  • Joined: 22-April 05
  • Location:Siberia

Posted 21 July 2005 - 09:05 PM

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 ?

#15 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Icon
  • Group: Super Moderator
  • Posts: 3,424
  • Joined: 18-August 04
  • Gender:Male
  • OS:Windows 7 x64
  • Location:::1
  • Country: Country Flag

Posted 21 July 2005 - 09:29 PM

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

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users