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 490)
@@ -0,0 +1,15 @@
+SLEEP 1
+REM %~dp is the directory of the batch file
+if exist %~dp\AEInstaller.exe (
+	if exist %~dp\..\..\..\install\AEInstaller.exe (
+		DEL %1
+	)
+	else (
+		exit
+	)
+	MOVE %~dp/AEInstaller.exe  %~dp\..\..\..\install\
+	RUN %~dp\..\..\..\install\AEInstaller.exe
+)
+ELSE (
+	RUN %~dp\AEInstaller.exe
+)
