Wednesday, August 18, 2010

debugging custom action during msi setup

for debugging custom action during msi setup
just put

System.Diagnostics.Debugger.Launch();
on customaction code

No comments: