Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)amckernNovember 11, 2006 at 10:20 AM#edited November 11, 2006 at 11:07 AM[Bug] Uninstall with Deep Paths NSIS 2.21Hey, this bug has been around for a while - i cant back track to what version that i started to find this issue, but its still present in 2.21. The install script was built with HM NSIS Edit 2.0.3 Install path C:\Steam\steamapps\SourceMods\Prime Source folder started at Prime\ This is the only folder left in the uninstall, but it makes it hard to 'fully' uninstall a product.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)bholligerNovember 11, 2006 at 11:04 AM#Hi amckern! So what is your uninstaller code? Cheers Bruno
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)AndersNovember 11, 2006 at 3:36 PM#That path is not really that deep, are you sure the directory is empty?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)onadNovember 12, 2006 at 11:00 AM#Try to change current directory to Root of PC Harddisk (NSIS Manual) . AFTER that try to delete the directory you want to delete. This solved such issues in the past. Search forum for additional info.