Index: AE/Installer/trunk/source/main_window.cpp
===================================================================
--- AE/Installer/trunk/source/main_window.cpp	(revision 398)
+++ AE/Installer/trunk/source/main_window.cpp	(revision 399)
@@ -358,6 +358,6 @@
 		setProgressBar( 1000 );
 
-		copy("../../persist.dat","../persist.dat");
-		copy("../../key_config.txt","../key_config.txt"); 
+		copy("../../persist.dat","..");
+		copy("../../key_config.txt",".."); 
 		
 #ifndef WIN32
