Call From Visual Studio 2003?
I'd really like to be able to add an "NSIS project" or something to my Visual Studio 2003 solution. Something that automatically compiles the installer each time the solution is built and knows that it has to wait until after all of the other projects in the solution have been built.
I played around with Microsoft's Setup Project once upon a time and it works like this (but sucks compared to NSIS of course ;). You just set the setup project as dependant on the other projects in the solution and it always compiles last.
It seems like this should be easy since the project dependencies thing is already built in to Visual Studio and all I need to do to compile my NSIS script is call an executable. But I haven't figured out a way to do it yet. Visual Studio 2003 doesn't seem to have a "custom" project type that allows you to just define an executable to call when the project is built or anything.
Anyone have anything like this working or have any ideas on how to make it happen? :)
Thanks,
-Zak