Jump to content

Silent install Mirc 6.03


Recommended Posts


All the Installer does is copy files to the C:\Program Files\mIRC\ directory. So install mIRC, take the folder out and put it with your install folders (in $oem$\$1) and use XCOPY to copy mIRC over during batch.

And the registry entry to register mIRC:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\mIRC\License]
@="xxxxx-xxxxxx"

[HKEY_CURRENT_USER\Software\mIRC\UserName]
@="Your Name"

Link to comment
Share on other sites

  • 2 weeks later...

Using this code-

xcopy %systemdrive%\install\Applications\MIRC %systemdive%\MIRC /s

It asks me if the stuff im copying is a file or a Dir.

IS there any way i can aviod this, i want the Unattended, to be truly unattended.

Thankx

|Drew|

Link to comment
Share on other sites

Instead of copying them, why not put them in CD:\$OEM$\$Progs\MIRC to put it in HDD:\Program Files\MIRC or CD:\$OEM$\$1\MIRC to put it in HDD:\MIRC. This will copy the files over automatically during the install without even having to script anything in any batch files.

This is the structure of the $OEM$ dir as taken from the Windows XP OPK

CD-root\$OEM$\

$$\ (Windows dir)

$Progs\ (Program files dir)

$Docs\ (Documents and Settings dir)

$1\ (Hard Drive root) not in OPK

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