From: daid Date: Thu, 30 Oct 2014 07:32:09 +0000 (+0100) Subject: With the preferences and output log moved, we no longer need full access on the insta... X-Git-Tag: 14.10-RC5~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dfb0eb1cb0b17be5e77a335a66b9dcf45d326ae6;p=cura.git With the preferences and output log moved, we no longer need full access on the install directory. --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index 85b1680b..13c94f42 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -149,9 +149,6 @@ Section "Cura ${VERSION}" CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\Uninstall Cura ${VERSION}.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 CreateShortCut "$SMPROGRAMS\Cura ${VERSION}\Cura ${VERSION}.lnk" "$INSTDIR\python\pythonw.exe" '-m "Cura.cura"' "$INSTDIR\resources\cura.ico" 0 - ; 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 Function LaunchLink