X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=installer%2Finstaller.c;h=85f91be983ca2b8216457d4d298e8fc07c6bef34;hb=1b806a1e99e7e6009f9a37bab11ab7a5fb1b1d9c;hp=08e3c0ead0b5c00fcbbaaef9bbc8fee4d3b99495;hpb=6e18b3055f2903ef0425d1a7adb78ae1e95c69cd;p=swftools.git diff --git a/installer/installer.c b/installer/installer.c index 08e3c0e..85f91be 100644 --- a/installer/installer.c +++ b/installer/installer.c @@ -425,7 +425,7 @@ BOOL CALLBACK PropertySheetFunc2(HWND hwnd, UINT message, WPARAM wParam, LPARAM } } if(message == WM_NOTIFY && (((LPNMHDR)lParam)->code == PSN_SETACTIVE)) { - if(!elevated && !has_full_access && config_forAllUsers) { + if(!elevated && !has_full_access) { OSVERSIONINFO winverinfo; memset(&winverinfo, 0, sizeof(OSVERSIONINFO)); winverinfo.dwOSVersionInfoSize = sizeof(winverinfo);