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/)luvdDecember 1, 2003 at 12:16 PM#How to remove running DLL after uninstall?I have written a IE Toolbar. When running the uninstall option from inside this Toolbar (so the DLL is running), everything is deleted, except the active DLL. How can I remove this one?
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/)kichikDecember 1, 2003 at 12:23 PM#Use Delete /REBOOTOK. NSIS will queue the deletion for the next time the computer boots, if it's unable to delete the file.