I am having troubles creating an installer package for a VB6 project.
When I try to install the package created by the Package and Deployment Wizard there are errors when trying to copy and register some of the files (some files are in use, some say there is an error when trying to register).
I would like to do away with these wizards and try to find out what files are needed and use a third party installer like InnoSetup, but I need to know what files should be included.
What is the best way of going about this for a VB6 project?