chiark / gitweb /
With the preferences and output log moved, we no longer need full access on the insta...
authordaid <daid303@gmail.com>
Thu, 30 Oct 2014 07:32:09 +0000 (08:32 +0100)
committerdaid <daid303@gmail.com>
Thu, 30 Oct 2014 07:32:09 +0000 (08:32 +0100)
scripts/win32/installer.nsi

index 85b1680bfe45141b3681229c2d1714b7354c1dbe..13c94f4252dcae0b8b77f6bcb46084ff371baac8 100644 (file)
@@ -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