Comment by Pxtl
11 years ago
Yeah, ClickOnce should go down as one of the bigger dead-end embarrassments, since they torpedo'd installer projects in VS2012.
11 years ago
Yeah, ClickOnce should go down as one of the bigger dead-end embarrassments, since they torpedo'd installer projects in VS2012.
Why did they get rid of Installer Projects? We are still on VS2010 and although it isn't a massive issue to use a different installer system, it seems a very odd decision. I mean, you are writing apps for their OS using their tools. Why wouldn't you want to create an installer? Daft!
It's because the installer packages stink. WiX is a far better platform.
We know they stink, but it's what a lot of people have spent time working with.
There is no straightforward migration path from vdproj to WiX, either. It's a case of re-writing all of your deployment code (which has already been tested/tweaked/hacked on for years) for no upfront benefit.
1 reply →
WiX is missing all the ease-of-use features it needs to be a non-agonizing process. Deprecating installer packages in favour of WiX would make sense if they provided a migration path and better tooling for WiX.
I've been out of the Windows deployment ecosystem for ages. What's the benefit of using WiX over nsis?
1 reply →