Skip to content

Commit 0663cbf

Browse files
committed
Possible fix for installer crash #2
1 parent d237dce commit 0663cbf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Binary file not shown.

Shared/installer/nightly.nsi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,9 +2594,8 @@ Function SetPermissionsGroup
25942594
${EndIf}
25952595
${LogText} "AccessControl::SidToName failed with '$1': '$2' '$3'"
25962596
${Next}
2597-
MessageBox MB_ICONEXCLAMATION|MB_TOPMOST|MB_SETFOREGROUND \
2598-
"Can't find valid SID"
2599-
${LogText} "Can't find valid SID"
2600-
Abort
2597+
; Default to \LOCAL
2598+
StrCpy $PermissionsGroup "S-1-2-0"
2599+
${LogText} "SetPermissionsGroup using '$PermissionsGroup'"
26012600
FunctionEnd
26022601

0 commit comments

Comments
 (0)