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)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 14 Jan 2015 17:10:00 +0000 (12:10 -0500)
scripts/win32/installer.nsi

index 36ff3875c1dbd45b3525d63440e1ad3ee805d26a..34b793e9c7a716652206cb6cfec5af980874a1d8 100644 (file)
@@ -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