File tree Expand file tree Collapse file tree 6 files changed +5
-1
lines changed Expand file tree Collapse file tree 6 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
;!@Install@!UTF-8!
2
- Title="The Julia Language "
2
+ Title="Julia"
3
3
RunProgram="julia-installer.exe"
4
4
;!@InstallEnd@!
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ SetCompress off
9
9
CRCCheck off
10
10
SetDataBlockOptimize on
11
11
ShowInstDetails nevershow
12
+ ShowUninstDetails nevershow
12
13
RequestExecutionLevel user
13
14
BrandingText " "
14
15
@@ -29,6 +30,9 @@ Caption "Julia Installer" # title bar
29
30
!define MUI_ICON " ${JULIAHOME}\contrib\windows\julia.ico"
30
31
!define MUI_UNICON " ${JULIAHOME}\contrib\windows\julia.ico"
31
32
!define MUI_WELCOMEFINISHPAGE_BITMAP " ${JULIAHOME}\contrib\windows\julia-banner.bmp"
33
+ !define MUI_HEADERIMAGE
34
+ !define MUI_HEADERIMAGE_BITMAP " ${JULIAHOME}\contrib\windows\julia-header.bmp"
35
+ !define MUI_HEADERIMAGE_RIGHT
32
36
33
37
# Uninstall settings
34
38
!define UninstLog " uninstall.log"
You can’t perform that action at this time.
0 commit comments