If you created an application in VS2005 and got this error.
you may find this solution helpful:
http://blogs.msdn.com/astebner/archive/2006/10/23/mailbag-how-to-set-the-noimpersonate-flag-for-a-custom-action-in-visual-studio-2005.aspx
However, if you still get the error. try to install the application using Setup.exe and not the msi file.
IF you happen to get a build error Error 1 'PostBuildEvent' failed with error code '1' 'Unspecified error'
make sure you located the JS file in the installer project folder and not in the solution project folder.
No comments:
Post a Comment