This might fix the permission issue with the windows installer
This commit is contained in:
parent
654d7e06e0
commit
10c7dc93a8
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ Section "Cura Installer"
|
|||
ExecWait '"$INSTDIR\drivers\dpinst32.exe" /lm'
|
||||
${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
|
||||
|
||||
;--------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue