Archive: MS Visual Studio deployment project


MS Visual Studio deployment project
I'm using microsoft visual studio deployment project to create an installer I'm working on. The deployment project automatically detects what platform sdk dependencies the app requires and discreetly packages them and installs them so that we don't need to include things like msvcrt.dll, etc. in our install directory.

Does NSIS have similar functionality?


Nope. There's only this which does something similar for VB projects:

http://nsis.sourceforge.net/Convert_...to_nsis_script