MSBuild Task based on TrackedVCToolTask to build NSIS installer
I am investigating if somebody already created a solution to build NSIS installers using the TrackedVCToolTask MSBuild task. Currently our build system is using the Exec task, but this not always rebuilds or rebuilds too often when the dependencies of the installer script are updated. I could write such a MSBuild Task myself, but don't want to re-invent the wheel.
Note: I have seen other solutions based on new project types, but I am looking for a .target file that can be included in the .vcxproj file.
Does anybody known if such a solution has already been created and is freely available?
|