Create Windows installer #53
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-07-30 12:06:21 -05:00
parent c53ab513a0
commit 9948df0541

View File

@@ -30,6 +30,15 @@ UninstallDisplayIcon={app}\{#MyAppExeName}
WizardStyle=modern
[code]
const
SMTO_ABORTIFHUNG = $0002;
HWND_BROADCAST = $FFFF;
WM_SETTINGCHANGE = $001A;
function SendMessageTimeout(hWnd: HWND; Msg: UINT; wParam: WPARAM; lParam: LPARAM;
fuFlags: UINT; uTimeout: UINT; out lpdwResult: DWORD): LRESULT;
external 'SendMessageTimeoutW@user32.dll stdcall';
procedure RefreshEnvironment();
var
R: Cardinal;