We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a4601 commit 31bba47Copy full SHA for 31bba47
contrib/windows/build-installer.nsi
@@ -9,6 +9,7 @@ SetCompress off
9
CRCCheck off
10
SetDataBlockOptimize on
11
ShowInstDetails nevershow
12
+ShowUninstDetails nevershow
13
RequestExecutionLevel user
14
BrandingText " "
15
@@ -29,6 +30,9 @@ Caption "Julia Installer" # title bar
29
30
!define MUI_ICON "${JULIAHOME}\contrib\windows\julia.ico"
31
!define MUI_UNICON "${JULIAHOME}\contrib\windows\julia.ico"
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
36
37
# Uninstall settings
38
!define UninstLog "uninstall.log"
contrib/windows/julia-banner.bmp
0 Bytes
contrib/windows/julia-header.bmp
25.2 KB
contrib/windows/julia.ico
139 KB
0 commit comments