Index: AE/Installer/trunk/source/replace_installer.bat
===================================================================
--- AE/Installer/trunk/source/replace_installer.bat	(revision 490)
+++ AE/Installer/trunk/source/replace_installer.bat	(revision 491)
@@ -9,7 +9,7 @@
 	)
 	MOVE %~dp/AEInstaller.exe  %~dp\..\..\..\install\
-	RUN %~dp\..\..\..\install\AEInstaller.exe
+	START %~dp\..\..\..\install\AEInstaller.exe
 )
 ELSE (
-	RUN %~dp\AEInstaller.exe
+	START %~dp\AEInstaller.exe
 )
