views:

136

answers:

1

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 ?

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