Explorar o código

Correct condition.

Jordan Russell hai 1 ano
pai
achega
c3038b7ea3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Projects/Src/InstFunc.pas

+ 1 - 1
Projects/Src/InstFunc.pas

@@ -207,7 +207,7 @@ begin
     // D: adds a Discretionary ACL ("DACL", i.e. access control via SIDs)
     // P: prevents DACL from being modified by inherited ACLs
     'D:P';
-  if IsUnderWindowsTemp then begin
+  if not IsAdminAndNotDebugging then begin
     CurrentUserSid := GetCurrentUserSid;
     if CurrentUserSid = '' then
       CurrentUserSid := 'OW'; // OW: owner rights