We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237dce commit 0663cbfCopy full SHA for 0663cbf
Shared/installer/NSIS dirs/Plugins/FastPerms.dll
1 KB
Shared/installer/nightly.nsi
@@ -2594,9 +2594,8 @@ Function SetPermissionsGroup
2594
${EndIf}
2595
${LogText} "AccessControl::SidToName failed with '$1': '$2' '$3'"
2596
${Next}
2597
- MessageBox MB_ICONEXCLAMATION|MB_TOPMOST|MB_SETFOREGROUND \
2598
- "Can't find valid SID"
2599
- ${LogText} "Can't find valid SID"
2600
- Abort
+ ; Default to \LOCAL
+ StrCpy $PermissionsGroup "S-1-2-0"
+ ${LogText} "SetPermissionsGroup using '$PermissionsGroup'"
2601
FunctionEnd
2602
0 commit comments