From: kramm Date: Thu, 19 Jun 2008 20:29:19 +0000 (+0000) Subject: remove installation directory in batch file, too X-Git-Tag: buttons-working~123 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d0de0a246df2608d786e17b4b3438ecbfb5fcbf0 remove installation directory in batch file, too --- diff --git a/installer/installer.c b/installer/installer.c index 3573858..439fc2f 100644 --- a/installer/installer.c +++ b/installer/installer.c @@ -807,6 +807,7 @@ static void remove_self() fprintf(fp, "del \"%s\"\n", exename); fprintf(fp, "if exist \"%s\" goto Repeat\n", exename); fprintf(fp, "del \"%s\"\n", batname); + fprintf(fp, "rmdir \"%s\"\n", install_path); fclose(fp); STARTUPINFO si;