Browse Source

[installer] Testing rmdir solution (issue #2758)

Cauê Waneck 11 years ago
parent
commit
fa25d479b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/installer.nsi

+ 1 - 0
extra/installer.nsi

@@ -122,6 +122,7 @@ Section "Haxe ${VERSION}" Main
 	SectionIn 1 2 RO
 	SetOverwrite on
 
+	RMDir /r /REBOOTOK "$INSTDIR\haxe\std"
 	SetOutPath "$INSTDIR\haxe"
 
 	File /r /x .svn /x *.db /x Exceptions.log /x .local /x .multi /x *.pdb /x *.vshost.exe /x *.vshost.exe.config /x *.vshost.exe.manifest "resources\haxe\*.*"