mercury049
02-15-2006, 04:08 PM
Greetings,
My project has a folder which contains over 10k files in it. This of course took forever to install via the installer reading from CD. So I zipped it up and had the zip written from the CD to the %AppFolder%, then it uses the Zip plugin to extract them. It's much much faster this way.
However, I have a problem when uninstalling.
When you run an uninstall, it will remove the Documents.zip file, but not the Documents folder that it extracted from it while installing. This is a problem as it's over 500 megs in size.
Does anyone know of a way I could get the uninstaller to delete that folder during the installation?
Thanks in advance.
Jeff
My project has a folder which contains over 10k files in it. This of course took forever to install via the installer reading from CD. So I zipped it up and had the zip written from the CD to the %AppFolder%, then it uses the Zip plugin to extract them. It's much much faster this way.
However, I have a problem when uninstalling.
When you run an uninstall, it will remove the Documents.zip file, but not the Documents folder that it extracted from it while installing. This is a problem as it's over 500 megs in size.
Does anyone know of a way I could get the uninstaller to delete that folder during the installation?
Thanks in advance.
Jeff