Plugin installer maker version 0.2beta by DJMystic
--------------------------------------
How does it work?
	Simple! put all needed files (dll, readme, etc) in the same directory as updater.exe and installer.exe
	then put install_info.txt in there too, and edit it, after you've edited it run updater.exe to update the installer.exe with your new stuff
	Someone told me he had deleted installer.exe and updater.exe didn't make a new one, this is absolutely true,
	updater.exe does NOT make a new installer.exe, it just cleans all old files, and puts the new stuff in from install_info.txt

Do i need to send all files i used together with installer.exe?
	NO! you don't need anything! all stuff in the install_info.ini is baked into installer.exe,
	all you would need to attach would be the readme file, since people tend to read that before, not after installing :P

I don't have an icon :'(, what can i do?
	use the plus.ico on, the most beautifull icon in the whole wide world!

Why are there stuffplug things in this package :| ?
	I use this same installer to make stuffplug plugins, and i left it in as an example for you guys :)

I've left some parts of installer_info.ini empty, is that ok ?
	Not always, it could cause trouble, fields that can be left empty are:
	Warning, VBName, RunAfterInstall, and the ExtraFiles part

What is the VBName ?
	This is the progid of your dll, this is required for VB dlls since they should be registered in the registry,
	Quote from the plus! plugin make readme.txt:
	----
	VB object identifier (ProgID)
	The object identifier is the name of your project, a dot and the
	name of your class. For example, the identifier for the VB sample 
	distributed in this API package is "MPPlugin.Sample".
	----

I don't want the 'This installer has been made by ...' Message!
	We'll you'll have to live with that :D
	Wouldn't be fair not giving me a little credits, would it ?

If my VB Dll is already installed i get an error message like:
---------------------------
<name> Installer
---------------------------
Error: Could not write DLL
The DLL is the crucial part of the plugin,
installation aborted
You could try to close down MSN, restart this installer, and then restarting MSN again
---------------------------
OK   
---------------------------
	Sorry about that, sometimes it doesn't always work to unregister the dll before placing the new one,
	Mostly closing MSN during the installation process fixes the problem


I have a C++/Delphi DLL and i get that same error! what should i do?
	Double check if you really put in the dll, or if the dll is write-protected,
	It simply means the installer can't retreive the DLL from it's resources, or can't write it to disk

I'm an idiot, can you make my installer.exe for me?
	Only if you give me 1.000.000.000.000.000.000.000.000.000 $
	C++ plugins will get a 10% discount >:)

the updater.exe doesn't seem to work, what should i do?!?!
	e-mail me your complete package zipped and your system info to djmystic@hardijzer.mine.nu, I'll take a look for you



have fun!

Changelog:
0.2beta:
	- Re-wrote the readme
	- Added 1 second delay after unregistering VB dll, hope this fixes VB update problems