Checking for MSDeploy in Inno Setup

At my work, we use Inno Setup to deploy ASP.NET web packages. With PowerShell we set various parameters and call MSDeploy to deploy the package to IIS. A problem we faced recently was that MSDeploy was not installed on the server. We needed to check before running the wizard if MSDeploy was installed.

(more…)

Continue ReadingChecking for MSDeploy in Inno Setup