Not sure if I understand your question correct. Since you have posted so many threads here, I guess your question is not as easy as change project properties.
You need to
1. create a separate project in the solution.
2. Add Installer item into it, over write commit and install method
3. Add setup project into the solution
4. Add installer project out put into setup project custom actions
In step 2 you could do what ever you want to collect install information and so on. Hope this helps.
XZ |