X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.c;h=85f91be983ca2b8216457d4d298e8fc07c6bef34;hp=08e3c0ead0b5c00fcbbaaef9bbc8fee4d3b99495;hb=d54952f5ec8ee261afea81fb71006d0e35884624;hpb=5ed16e8e59191e1626e2394532d492d0a55ff4bb 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);