Support for Inno Setup 6

This commit is contained in:
VisualDevelopment 2019-05-02 16:32:28 +03:00
parent 5cade819d7
commit cbc5b5509a

View file

@ -5,7 +5,7 @@ namespace Cosmos.Build.Builder.Services
{
internal class InnoSetupService : IInnoSetupService
{
private const string InnoSetupRegistryKey = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 5_is1";
private const string InnoSetupRegistryKey = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 6_is1";
public string GetInnoSetupInstallationPath()
{