mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 11:11:45 +00:00
Support for Inno Setup 6
This commit is contained in:
parent
5cade819d7
commit
cbc5b5509a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue