What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Tutorial: making an installer for your plugin in a few easy steps

Tutorial: making an installer for your plugin in a few easy steps
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Tutorial: making an installer for your plugin in a few easy steps
You might wanna read the help files for INNO setup. If there is a buildin function which can return it, it will be listed in the help files/pages.

------

The ShellExecute() and ShellExecuteEx() Windows APIs do not return a process' exit code! Neither ShellExecute(), nor ShellExecuteEx() can help you with this. Those APIs can't be used for this.

If you want to use a Windows API to do that you need to use the Windows API GetProcessExitCode().

For this you need to get a process handle which can be used as a parameter for GetProcessExitCode(). To get this process handle you must use the Windows API OpenProcess or CreateProcess or the likes.

For more detailed help and how exactly all those APIs are used, see the MSDN Library

This post was edited on 08-16-2008 at 11:34 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-16-2008 11:33 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Tutorial: making an installer for your plugin in a few easy steps - by Xerxis on 04-07-2005 at 08:26 PM
RE: install script - by Jhrono on 04-07-2005 at 09:01 PM
RE: install script - by Mike on 04-07-2005 at 09:47 PM
RE: install script - by Xerxis on 04-08-2005 at 06:51 AM
RE: Tutorial: making an installer for your plugin in a few easy steps - by (CyBeRDuDe) on 04-08-2005 at 11:36 AM
RE: Tutorial: making an installer for your plugin in a few easy steps - by Xerxis on 04-08-2005 at 12:35 PM
RE: Tutorial: making an installer for your plugin in a few easy steps - by (CyBeRDuDe) on 04-08-2005 at 02:39 PM
RE: Tutorial: making an installer for your plugin in a few easy steps - by Xerxis on 04-08-2005 at 03:14 PM
RE: Tutorial: making an installer for your plugin in a few easy steps - by eSouL on 10-27-2005 at 05:07 PM
RE: Tutorial: making an installer for your plugin in a few easy steps - by Tobiaz on 10-29-2005 at 01:31 PM
RE: Tutorial: making an installer for your plugin in a few easy steps - by parveenjain on 08-13-2008 at 11:52 AM
RE: Tutorial: making an installer for your plugin in a few easy steps - by CookieRevised on 08-16-2008 at 11:33 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On