Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Some 'branding' updates. As for the metadata what I put in is probabl…
Browse files Browse the repository at this point in the history
…y fine, but still warrants discussion for if/when this is officially released. See #1 The AppId is just a GUID generated by the Inno Setup IDE.  I don't know exactly what it generates it from but it's not terribly important.  It only needs to be generated once, really, that I can think of.
  • Loading branch information
embray committed Feb 25, 2016
1 parent 9db2b8c commit 004fdd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions windows/Toolbox.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MyAppName "Docker Toolbox"
#define MyAppPublisher "Docker"
#define MyAppURL "https://docker.com"
#define MyAppContact "https://docker.com"
#define MyAppName "SageMath Windows"
#define MyAppPublisher "SageMath"
#define MyAppURL "http://www.sagemath.org/"
#define MyAppContact "http://www.sagemath.org/"

#define b2dIsoPath "..\bundle\boot2docker.iso"
#define dockerCli "..\bundle\docker.exe"
Expand All @@ -12,7 +12,7 @@

[Setup]
AppCopyright={#MyAppPublisher}
AppId={{FC4417F0-D7F3-48DB-BCE1-F5ED5BAFFD91}
AppId={{723D6855-C02C-42AE-92E7-8DFEDA411195}
AppContact={#MyAppContact}
AppComments={#MyAppURL}
AppName={#MyAppName}
Expand All @@ -24,10 +24,10 @@ AppUpdatesURL={#MyAppURL}
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName=Docker
DefaultGroupName=SageMath
DisableProgramGroupPage=yes
DisableWelcomePage=no
OutputBaseFilename=DockerToolbox
OutputBaseFilename=SageMath
Compression=lzma
SolidCompression=yes
WizardImageFile=windows-installer-side.bmp
Expand Down

0 comments on commit 004fdd8

Please sign in to comment.