git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed16e8
)
always elevate on Vista
author
kramm
<kramm>
Wed, 12 Nov 2008 10:28:49 +0000
(10:28 +0000)
committer
kramm
<kramm>
Wed, 12 Nov 2008 10:28:49 +0000
(10:28 +0000)
installer/installer.c
patch
|
blob
|
history
diff --git
a/installer/installer.c
b/installer/installer.c
index
08e3c0e
..
85f91be
100644
(file)
--- 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);