Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Folder Un-install


1 reply to this topic

integer

integer
  • Full Members
  • 9 posts

Posted 04 October 2012 - 16:15

My installer copies files to the following folders:
[INSTALLDIR]\main\A
[INSTALLDIR]\main\B
[INSTALLDIR]\main\C

When un-installing the sub-folders A,B,C are removed but \main does NOT get removed and is left behind as an empty folder.

I also tried calling DeleteDir( svMain, ALLCONTENTS ); which didn't work either.

How do I get [INSTALLDIR]\main removed during the uninstall sequence ?



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 04 October 2012 - 16:37

Maybe some hidden file is left behind (like desktop.ini)? What does the log say about the folder?
Did it exist before the installation?