This might fix the permission issue with the windows installer

master
Daid 2012-04-12 21:30:32 +02:00
parent 654d7e06e0
commit 10c7dc93a8
1 changed files with 3 additions and 0 deletions

View File

@ -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
;--------------------------------