--- AE/Installer/trunk/source/replace_installer.bat 2010/01/25 07:22:06 490 +++ AE/Installer/trunk/source/replace_installer.bat 2010/01/25 07:27:25 491 @@ -8,8 +8,8 @@ if exist %~dp\AEInstaller.exe ( exit ) 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 ) \ No newline at end of file