Jorre Posted August 9, 2003 Posted August 9, 2003 anyone tried to install Mirc 6.03 ? used all methods but none of them works
Aaron Posted August 9, 2003 Posted August 9, 2003 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"
Drewdatrip Posted August 20, 2003 Posted August 20, 2003 Using this code-xcopy %systemdrive%\install\Applications\MIRC %systemdive%\MIRC /sIt 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|
JamesWCavanagh Posted August 21, 2003 Posted August 21, 2003 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now