I have been tasked with creating a program what will create take files in specified folders and create an installer based on those files.
For example, having a folder for "All User's Desktop", "Start menu", "Application Data", and "Program Files"
My boss wants to put the files into each folder, then click a button and it automatically builds the installer.
I am limited to what is in the default install of VS2005.
I have looked into the Setup Project/Setup Wizard project templates, but it looks like they have to be created specifically for each project that is going to be used to install them.
Is this possible under VS2005?
EDIT:
I like the suggestions, but I forgot to say that we cannot install another product to help.