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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...