|
#10
|
||||
|
||||
|
@Sergey3695, your script example.
Quote:
It may be possible to get the handle of another Inno Setup application if run at the same time (I'm not sure). I think this is the most correct way to avoid getting the handle of another instance of the Inno Setup installer. Code:
const
GWL_HWNDPARENT = (-8);
function GetWindowLong(hWnd, nIndex: Integer): Longint;
external 'GetWindowLongW@user32 stdcall';
procedure InitializeWizard();
begin
ExtractTemporaryFile('wintb.dll');
// need for SetTaskBar*
SetupHandle(GetWindowLong(MainForm.Handle, GWL_HWNDPARENT));
//
//...
|
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
| Tags |
| taskbar, wintb |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Settlers 2 - The Next Generation > New Version 9800 | Pascal | PC Games | 5 | 12-10-2006 19:35 |
| Official Sacred Crack Thread. Do not make other threads about this ! | Ryynis | PC Games | 49 | 03-07-2006 05:35 |
| Looking For F.E.A.R. Version 1.4, No CD Patch. ;) | IAMCANADA | PC Games | 39 | 25-05-2006 02:45 |
| The Godfather, Game -- Unusual Error | dvdmations | PC Games | 4 | 05-05-2006 03:04 |
| ClonyXXL v2.0.0.6 unaficial english version..quick question inside | coffin filler | PC Games | 5 | 19-01-2003 16:01 |