Skip to content
⌘ NSIS Forum Archive

Uninstall + Unzip - How to remove all files

2 posts

Cryolithic#

Uninstall + Unzip - How to remove all files

I'm using the InetLoad plugin to download specific files depending on which sections are chosen. Pretty straight forward, but I'm unsure how to track *which* files are being unzipped for possible removal during uninstall. Is there a simple way to do this, or do I have to resort to manually entering each file to an uninstall log?
Cryolithic#
Hmm, came up with a decent solution. Extract all files to a temp directory and then copy over. Recording as I copy.