Author: Zero3
Date: 2009-01-23 14:39:14 +0000 (Fri, 23 Jan 2009)
New Revision: 25240

Modified:
   trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk
Log:
Fix icacls command for Vista

Modified: trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk   
2009-01-23 14:38:20 UTC (rev 25239)
+++ trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk   
2009-01-23 14:39:14 UTC (rev 25240)
@@ -318,7 +318,7 @@
 
 If (A_OSVersion = "WIN_VISTA")
 {
-       RunWait, %comspec% /c "icacls "%_InstallDir%" /E /T /C /G 
Freenet%_InstallSuffix%:F", , Hide UseErrorLevel
+       RunWait, %comspec% /c "icacls "%_InstallDir%" /grant 
Freenet%_InstallSuffix%:(OI)(CI)F /T /C", , Hide UseErrorLevel
 }
 Else
 {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to