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: lulzbot-14.12~45 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2f4015b041a05c806c81858b697d4a8ff90f9687;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 36ff3875..34b793e9 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -151,9 +151,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