I would like to launch a shell command after an installation made with a .NET setup project under VS2008, and another shell command before start an uninstall, always from .NET msi package. How can I do it ?
views:
136answers:
1
A:
Have you tried creating a custom installer action project and reference that in the setup project as pre and post install action?
Alex Hung
2009-03-25 19:21:30