Closed jkoplo closed 9 years ago
@jkoplo In the Sentinel.sln file, there is a reference to "Setup1\Setup1.vdproj", which doesn't exist in the source code. Will you remove this reference before I merge? Thanks for contributing!
I removed the orphan "Setup1" project. It was leftover from the the way VS2013 handles installers now that they aren't supported out of the box.
Also, I did remove the ClickOnce stuff from the main Sentinel project... Otherwise the setup project was just installing the ClickOnce app instead of an exe.
So I'm not sure you want to pull all my changes in and maintain them. Without more poking, it seems difficult to support an EXE and a ClickOnce app in VS.
-Jody
On Wed, Jul 1, 2015 at 12:11 PM, ishegatron notifications@github.com wrote:
@jkoplo https://github.com/jkoplo In the Sentinel.sln file, there is a reference to "Setup1\Setup1.vdproj", which doesn't exist in the source code. Will you remove this reference before I merge? Thanks for contributing!
— Reply to this email directly or view it on GitHub https://github.com/ishegatron/Sentinel/pull/14#issuecomment-117798109.
Created a 64-bit MSI installer that also associates .sntl files with sentinel. Also added a default .sntl for NLog UDP and a shortcut to launch that quickly.