Archive: can the uninstaller compress files natively?


can the uninstaller compress files natively?
hi all,

when i call my uninstaller i want to backup/archive some files prior to the uninstaller deleting them.

is there a build-in way to compress files called from the uninstaller? or would i have to package a command line compression tool and use execwait to call the tool and compress the files?

Thanks for your help!


You might find a plugin to to this:
http://nsis.sourceforge.net/Category:Plugins

Or, you can try the command-line version of 7-zip that you can extract and use to build compressed files during the install.