Skip to content

Commit

Permalink
Merge pull request CosmosOS#1157 from VisualDevelopment/master
Browse files Browse the repository at this point in the history
Bumped Inno Setup version
  • Loading branch information
quajak authored May 4, 2019
2 parents a772265 + 507cb2f commit 0bbab7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed Build/Tools/innosetup-5.6.1.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Cosmos.Build.Builder.Dependencies
{
internal class InnoSetupDependency : IDependency
{
private const string InnoSetupInstallerUrl = "https://raw.githubusercontent.com/CosmosOS/Cosmos/master/Build/Tools/innosetup-5.6.1.exe";
private const string InnoSetupInstallerUrl = "http://www.jrsoftware.org/download.php/is.exe"

public string Name => "Inno Setup";

Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Build.Builder/Services/InnoSetupService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 0bbab7c

Please sign in to comment.