When creating an installer, is it wise to include every file upon which your program depends? I'm running the Package & Deployment Wizard to create a dependancy file. I'm using Inno Setup to create the installer. Should I go down the list of files that the P&DW found and include them all?
This worries me because when I used to use the P&DW and accept its entire list of dependancies, I occasionally hosed systems and had to reinstall Windows to set things straight. Since then, I've been running uninstalled .exes, waiting for them to crash and, only then copying over just enough files to prevent repeat crashes.
This worries me because when I used to use the P&DW and accept its entire list of dependancies, I occasionally hosed systems and had to reinstall Windows to set things straight. Since then, I've been running uninstalled .exes, waiting for them to crash and, only then copying over just enough files to prevent repeat crashes.