You are here

Need instructions on mIRC please

23 posts / 0 new
Last post
zogus
Offline
Last seen: 6 years 10 months ago
Joined: 2007-09-06 19:53
Need instructions on mIRC please

I know that there are many discussions already about using mIRC and I have read all of them. I am still a bit confused on how to go amout installing mIRC for use on the PortableApps menu.

I think I have a basic understanding of the scripting, but don't really know how to go about packaging and installing it all.

Could someone please put up a step-by-step that goes theough the entire process of doing it? Where I put mIRC, how it gets installed, what I need to edit, what I need to run etc.

Failing that, just some points and perhaps I can put together a bit more of a guide for the forums.

My problem is this, I have downloaded mIRC and I have installed the Portable Apps menu. I have downloaded the nsi scripts that someone has put up.

But... Do I nistall mIRC somewhere else to then copy to my USB? What do I need to put in he script? How do I run the script?

Thanks heaps for any help. I'm sure I'm not the only one that would benefit from this assistance.

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
step by step...

1. Download mIRC (www.mirc.com)
2. Install it on your HD
3. On PortableApps folder, create a new one called mIRC Portable
4. Inside that folder (mIRC portable) copy the entire mIRC folder that was created when you installed your mIRC copy on your HD
NOTE 1: you should now have the following folder tree:
-portableapps
--mirc portable
---mirc
5. Make the launcher (https://portableapps.com/node/6028#comment-29077)
NOTE 2: https://portableapps.com/node/6028#comment-29532
NOTE 3: you have to specify the command line "-portable"
6. Copy that launcher into the mIRC Portable folder you did on step 3.
7. Run you PAM... mIRC Portable should appear now there...
8. Double click on mIRC Portable and that's all.

Have a nice chat...

Now... on mIRC type /server irc.bluesphereweb.com:6667 and then /join #portableapps

Smile

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
Well

The -portable switch only works halfway for any mIRC version except the new one, 6.3.

In old versions it won't use the registry like it is supposed to, but it will not read registration information from the mirc.ini.

So if you use a registered version of mIRC you need to update to 6.3 for it to work completely.

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
Step 1

is 1. Download mIRC (www.mirc.com)

That mean that is the new version, 6.3... Wink

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

zogus
Offline
Last seen: 6 years 10 months ago
Joined: 2007-09-06 19:53
Thanks, I'll give it a go.

Thanks, I'll give it a go.

zogus
Offline
Last seen: 6 years 10 months ago
Joined: 2007-09-06 19:53
There seemed to be a step or

There seemed to be a step or two missing here, such as downloading and installing NSIS Portable and compiling the script.

My edited procedure:

  1. Download mIRC. (www.mirc.com)
  2. Install it on your HD.
  3. On PortableApps folder, create a new one called mIRC Portable.
  4. Inside that folder copy the entire mIRC folder that was created when you installed your mIRC copy on your HD.
    You should now have the following folder tree:

    -PortableApps
    --mIRC Portable
    ---mIRC
  5. Download NSIS Portable (http://usb.smithtech.us/apps/index.php).
  6. Run the installer and install it on your USB in your PortableApps directory.
  7. Make the launcher (see later in this post for a copy of mine).
  8. Copy that launcher into the mIRC Portable folder you did on step 3.
  9. Extract the mIRC icon to use in PAM and put it in the mIRC Portable folder. (I used a free app IconsExtract http://www.nirsoft.net/utils/iconsext.html)
  10. Run NSIS Portable and load in the script from step 7. It will compile it and create the exe to run from PAM.
  11. Run PAM (or choose Options->Refresh App Icons). mIRC Portable should appear there now.
  12. Double click on mIRC Portable and that's all.

Here is my NSIS file I named mirc.nsi:

OutFile "Portable mIRC.exe"
Icon "\PortableApps\mIRCPortable\mIRC.ico"
VIProductVersion "1.0.0.0"
VIAddVersionKey FileDescription "mIRC Portable"
VIAddVersionKey CompanyName "PortableApps.com"
SilentInstall silent
Section
Exec "$EXEDIR\mIRC\mIRC.exe -portable"
SectionEnd

I'm not expert on NSIS scripts so if anyone can come up with a better one (and perhaps an explaination of why theirs is better) I would love to see it.

Hope this was helpful.

Thanks to Aciago for the initial info.

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
You welcome

Yes, I forgot to download the NSIS (also portable) and the compilation, but those are obvious... Wink

What I would like to see in a mIRC launcher is a launch screen (I mean a launch picture, start picture, I don't remember how do you technically call it) like those on almost every PApps... that let me know that the file is running and that "someday" the PDrive will finally run it... Blum

I don't have the launch screen because I'm not a designer... probably pkeffect can make one... hey pk! it is a good chance to promote #portableapps... Smile

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
I have a pre-compiled (with

I have a pre-compiled (with launcher source) mIRC launcher that I wrote with custom ico and splash screen in PAF.

If anyone wants it I can upload it. Wink

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
I

If it calls "-portable" I want it... Smile

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
Here you go.

mIRC Launcher for 6.3 only.

Enjoy.

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
404

Page not found... :s

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
Ack

I couldn't edit that post...

This should work. Sorry about that Wink

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
Thanks

EDIT: Tested! is nicer and faster than mine... and it also have a nice splash screen... but my .ico is better... Blum

Also your SSL DLLs are older than mine... Wink

Why do you have a Data and a Settings folders?

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
Umm

Just wanted it in PAF as close as possible. Some things might be updated soon. Think you could hook me up with those newer SSL dll's ? Can I see the .ico also Wink

Thanks for trying it out!

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
I will

send it to you by mail... soon! Smile

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 2 weeks ago
Developer
Joined: 2006-11-24 18:06
Aciago,

Aciago,
Can you give mine a run through and let me know what you think?
No Splash Screen unfortunately though.
mIRC Portable

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

pkeffect
Offline
Last seen: 8 years 1 month ago
Joined: 2006-08-17 09:26
Mine was pretty much based

Mine was pretty much based off yours SmithTech. Just rewritten for the -portable switch and took out all the registry stuff and added a nice splash/ico.

Credit was given to both you and John as well Wink

_______________________________________________
pkeffect.com

"We exist in a multidimensional polymorphic hyerspacial internode of neurotranslinguistic manifestations subjugated by hyperbolic quantum entanglement."

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 2 weeks ago
Developer
Joined: 2006-11-24 18:06
lol, I didn't really look

lol, I didn't really look that closely at yours.
I updated mine to use the -rPATH -noreg instead of -portable so I could specify the portableapp\data folder to make it compatible with PAM backup.
I just used one of my newer templates so the registry handling code is still in it, just not used.
I never did get around to adding the splash screen to the template though so its not in mine.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
well

I tryed and... the first thing is that you have to go to "other" (I folder I always delete) to find the launcher because it doesn't copy the launcher in the main folder.

And I changed my mirc.ini asking me again for my name, nick, etc... and asked me to register it again... my mIRC have my data and register since 1998... Sad

But your .ico is better than the one in pkeffect... Wink

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 2 weeks ago
Developer
Joined: 2006-11-24 18:06
ok I updated the installer

ok I updated the installer and just tested it. It copies the mIRCPortable.exe to the main folder.
as for the mirc.ini, did you copy it to the data folder?
this launcher uses -rPATH -noreg argument to tell mirc to use the data folder so PAM backup will backup your settings.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
nop

I just copied the whloe mirc folder into your mirc folder... my mIRC is completelly modified in popups, scripts, remotes and inis... should I copy all of them to settings?

------------------
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 2 weeks ago
Developer
Joined: 2006-11-24 18:06
my mirc isn't very

my mirc isn't very customized so I just started with a "new" install.
I will have to start over again and let you know what to copy to the data folder.
I'll add it to the readme.txt file in the launcher as well.

EDIT: ok, just started with a new install and customized it a little.
You should copy the following to the mIRCPortable\Data folder
channels folder
downloads folder
logs folder
scripts folder
sounds folder
mirc.ini
servers.ini
url.ini

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Aciago
Aciago's picture
Offline
Last seen: 6 months 1 week ago
Joined: 2007-01-24 14:23
ok

I'll test it...

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

Log in or register to post comments