From dfb0eb1cb0b17be5e77a335a66b9dcf45d326ae6 Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 30 Oct 2014 08:32:09 +0100 Subject: [PATCH] With the preferences and output log moved, we no longer need full access on the install directory. --- scripts/win32/installer.nsi | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2