mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 08:10:37 +08:00
This might fix the permission issue with the windows installer
This commit is contained in:
parent
654d7e06e0
commit
10c7dc93a8
@ -97,6 +97,9 @@ Section "Cura Installer"
|
|||||||
ExecWait '"$INSTDIR\drivers\dpinst32.exe" /lm'
|
ExecWait '"$INSTDIR\drivers\dpinst32.exe" /lm'
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
|
; Give all users write permissions in the install directory, so they can read/write profile and preferences files.
|
||||||
|
AccessControl::GrantOnFile "$INSTDIR" "(S-1-5-32-545)" "FullAccess"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user