Advanced Installer FTW Again So I've just gone through a complex and lengthy process of going cross platform. So when I needed to get… Posted on: June 22, 2022 By: jammer With: 0 Comments
Goodbye WiX Installer => Hello Advanced Installer Adventures in the land of Windows Packaging ... WiX - Windows Installer XML Before I start, this isn't a WiX… Posted on: February 19, 2021 By: jammer With: 0 Comments
Docker + Windows + WordPress + MySQL + PHPMyAdmin = Nirvana The last time I did any Wordpress development was over a year ago so I no longer have PHP and… Posted on: August 6, 2017 By: jammer With: 3 Comments
Package Dependencies & Deploying .NET I recently had a requirement to completely package up a .NET application so that it was extremely portable beyond it's… Posted on: July 13, 2015 By: jammer With: 0 Comments
View IISEXpress Hosted Sites On Your Local Network This is a useful little tidbit of knowledge to have. Suppose you can browse to your new spanky site using… Posted on: July 2, 2015 By: jammer With: 0 Comments
Compile Time Checking for MVC Views One advantage of MVC Razor could also be deemed a disadvantage. No comile time checking of views. I personally love… Posted on: June 26, 2014 By: jammer With: 0 Comments
Nuget Strikes Again Honestly, for tool that's supposed to make life easier and more robust I find myself battling with it often. I've… Posted on: June 18, 2014 By: jammer With: 0 Comments
CI Process – Why? Why is having a CI process good? There are so many reasons why CI is good. I use it on… Posted on: September 4, 2013 By: jammer With: 0 Comments
MVC Deployment – JavaScript – ReferenceError is not defined … This had me stumped for a moment. All the Javascript was there (linkable from bundle links in the page source),… Posted on: August 31, 2013 By: jammer With: 0 Comments
MVC – Display Version Number in Your UI If you ever want to display the version of your app in the UI (useful in development with lots of… Posted on: August 29, 2013 By: jammer With: 0 Comments
Build Process – TeamCity, NUnit, dotCover & Octopus Deploy I've blogged about TC a bit in the past but I've just setup a whole new build process for my… Posted on: August 28, 2013 By: jammer With: 0 Comments
WiX UI Not Updating As Expected During my recent forays into the world of WiX I've been slowly hacking away at the steep learning curve. This… Posted on: July 6, 2010 By: jammer With: 0 Comments
Managed Custom Actions Failing in WiX? Well after many hours wondering why my WiX custom actions were failing to run I made an interesting discovery. The… Posted on: July 2, 2010 By: jammer With: 0 Comments
Building Installers If you are ever in a situation where you are building an installer for an application and things have gone… Posted on: July 1, 2010 By: jammer With: 0 Comments