Author: nextgens
Date: 2008-08-07 10:15:15 +0000 (Thu, 07 Aug 2008)
New Revision: 21653

Modified:
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
new_installer: silent the move on windows

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-08-06 23:28:32 UTC (rev 21652)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-08-07 10:15:15 UTC (rev 21653)
@@ -41,22 +41,22 @@
 @move /Y wrapper2.conf wrapper.conf > NUL

 @bin\cat.exe bin\install_service.bat | bin\sed.exe 
"s/darknet/darknet-%FPROXY_PORT%/g" > install_service.bat
- at move /Y install_service.bat bin\install_service.bat
+ at move /Y install_service.bat bin\install_service.bat > NUL

 @bin\cat.exe bin\remove_service.bat | bin\sed.exe 
"s/darknet/darknet-%FPROXY_PORT%/g" > remove_service.bat
- at move /Y remove_service.bat bin\remove_service.bat
+ at move /Y remove_service.bat bin\remove_service.bat > NUL

 @bin\cat.exe bin\start.cmd | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > 
start.cmd
- at move /Y start.cmd bin\start.cmd
+ at move /Y start.cmd bin\start.cmd > NUL

 @bin\cat.exe bin\stop.cmd | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > 
stop.cmd
- at move /Y stop.cmd bin\stop.cmd
+ at move /Y stop.cmd bin\stop.cmd > NUL

 @echo Installing the wrapper
 @if exist autostart.install goto startupPolicyChanged
 @echo  - Changing the startup policy of the freenet daemon to on-demand
 @bin\cat.exe wrapper.conf | bin\sed.exe 
"s/wrapper.ntservice.starttype=AUTO_START/wrapper.ntservice.starttype=DEMAND_START/g"
 > autostart.install
- at move /Y autostart.install wrapper.conf
+ at move /Y autostart.install wrapper.conf > NUL
 :startupPolicyChanged
 @echo  - Creating a user for freenet
 :: A ugly hack to workaround password policy enforcements


Reply via email to