git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c777c
)
remove installation directory in batch file, too
author
kramm
<kramm>
Thu, 19 Jun 2008 20:29:19 +0000
(20:29 +0000)
committer
kramm
<kramm>
Thu, 19 Jun 2008 20:29:19 +0000
(20:29 +0000)
installer/installer.c
patch
|
blob
|
history
diff --git
a/installer/installer.c
b/installer/installer.c
index
3573858
..
439fc2f
100644
(file)
--- 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;