quote:
Originally posted by (CyBeRDuDe)
quote:
Originally posted by Segosa
Use the Nullsoft Scriptable Install System. It allows you to do everything you explained using its built-in scripting language.
Well I already use NSIS for my Shortcut Plugin, but I don't think that these to options can be scripted in NSIS?
- Shutting Down MSN Messenger (Normally, and Taskkill if normal shutdown fails, altso support for closing Tabbed Conversation when closing normally to prevent loss of log if Taskkill needs to be executed)
- Starting MSN Messenger
Can theý? IS it possible to add your own code like this? AFAIK no!.. You are still limited to what NSIS is capable of.. right?...
NSIS can do both of those things because it can call Windows API functions.
Even if it couldn't use the Windows API, it's not limited at all. You can write your own DLL and it will include the code of the procedure you choose in the installer, and you can call it at run-time, allowing you to do
anything.