Jump to content

Mirc Silent Install How?


Recommended Posts


First clean install where ever you want.Don't execute!.Use WinRAR pack all files and directories in "Mirc" directory(this is important)

Add following comment to archive;

silent=2

path=%SYSTEMDRIVE%\MIRC\

Shortcut=D, "Mirc32.exe", "%SYSTEMDIRVE%\MIRC\", "Mirc", ""

Move another place.Make Sfx archive.Mirc32.exe already included uninstall support.

Smaller,faster better than normal install

Link to comment
Share on other sites

CLS
@ECHO OFF
cmdow @ /hid
XCOPY %systemdrive%\install\system\mIRC %systemdrive%\Progra~1\mIRC\ /S /C /Q /H /Y

MKDIR "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\mIRC"

COPY "%systemdrive%\install\system\mIRC\mIRC.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\mIRC\"

REGEDIT /S %systemdrive%\install\system\mIRC\register.reg
EXIT

Thats my mirc.cmd. Make sure you have the link in the folder (install the proggie first, then just copy the link from your startmenu), and I use a register.reg to register mirc 6.1. Also, edit the paths above to your setup. I currently have my installs under "$OEM$\$1\install\system\".

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\mIRC]

[HKEY_CURRENT_USER\Software\mIRC\License]
@="KEY"

[HKEY_CURRENT_USER\Software\mIRC\UserName]
@="USERNAME"

Hopefully this helps.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...