The MSBuild task to create installers with InnoSetup [assumes Inno Setup 5]( https://github.com/loresoft/msbuildtasks/blob/master/Source/MSBuild.Community.Tasks/InnoSetup.cs#L98) (The default install location for Inno Setup 6 is `Program Files (x86)\Inno Setup 6`)
The MSBuild task to create installers with InnoSetup assumes Inno Setup 5
(The default install location for Inno Setup 6 is
Program Files (x86)\Inno Setup 6)