Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git] / win / zebra.nsi
1 !include EnvVarUpdate.nsh
2 !include version.nsi
3 !include "MUI.nsh"
4
5 !define VS_REDIST_FULL "c:\Program Files (x86)\Microsoft Visual Studio ${VSVER}.0\VC\redist\1033\${VS_REDIST_EXE}"
6
7 ; For example can be found with regedit:
8 ;  Microsoft Visual C++ 2013 x86 Minimum Runtime
9 !if "${VSARCH}" = "x64"
10 ; 64-bit
11 !if "${VSVER}" = "12"
12 !define VS_REDIST_KEY "SOFTWARE\Classes\Installer\Products\6E8D947A316B3EB3F8F540C548BE2AB9"
13 !endif
14 !if "${VSVER}" = "14"
15 ; Microsoft Visual C++ 2015 x64 Minimum Runtime - 14.0.23026
16 !define VS_REDIST_KEY "SOFTWARE\Classes\Installer\Products\51E9E3D0A7EDB003691F4BFA219B4688"
17 !endif
18
19 InstallDir "$PROGRAMFILES64\Zebra"
20 !else
21 ; 32-bit
22 !if "${VSVER}" = "12"
23 !define VS_REDIST_KEY "SOFTWARE\Classes\Installer\Products\21EE4A31AE32173319EEFE3BD6FDFFE3"
24 !endif
25 !if "${VSVER}" = "14"
26 ; Microsoft Visual C++ 2015 x86 Minimum Runtime - 14.0.23026
27 !define VS_REDIST_KEY "SOFTWARE\Classes\Installer\Products\55E3652ACEB38283D8765E8E9B8E6B57"
28 !endif
29
30 InstallDir "$PROGRAMFILES\Zebra"
31 !endif
32
33 !if "${VSVER}" = "14"
34 !define VS_REDIST_EXE vc_redist.${VSARCH}.exe
35 !else
36 !define VS_REDIST_EXE vcredist_${VSARCH}.exe
37 !endif
38
39 RequestExecutionLevel admin
40
41 SetCompressor bzip2
42
43 Name "Zebra"
44 Caption "Index Data Zebra ${VERSION} Setup"
45 OutFile "idzebra_${VERSION}.exe"
46
47 LicenseText "You must read the following license before installing:"
48 LicenseData license.txt
49
50 ComponentText "This will install Zebra on your computer:"
51 InstType "Full (w/ Source)"
52 InstType "Lite (w/o Source)"
53
54 InstallDirRegKey HKLM "SOFTWARE\Index Data\Zebra" ""
55
56 ;--------------------------------
57 ; Pages
58
59   !insertmacro MUI_PAGE_LICENSE "license.txt"
60   !insertmacro MUI_PAGE_COMPONENTS
61   !insertmacro MUI_PAGE_DIRECTORY
62   !insertmacro MUI_PAGE_INSTFILES
63
64   !insertmacro MUI_UNPAGE_CONFIRM
65   !insertmacro MUI_UNPAGE_INSTFILES
66 ; Page components
67 ; Page directory
68 ; Page instfiles
69
70 ; UninstPage uninstConfirm
71 ; UninstPage instfiles
72
73 ;--------------------------------
74 ;Languages
75
76 !insertmacro MUI_LANGUAGE "English"
77
78 ;--------------------------------
79 Section "" ; (default section)
80         SetOutPath "$INSTDIR"
81         ; add files / whatever that need to be installed here.
82         WriteRegStr HKLM "SOFTWARE\Index Data\Zebra" "" "$INSTDIR"
83         WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Zebra" "DisplayName" "Zebra ${VERSION} (remove only)"
84         WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Zebra" "UninstallString" '"$INSTDIR\uninst.exe"'
85         ; write out uninstaller
86         WriteUninstaller "$INSTDIR\uninst.exe"
87         SetOutPath "$SMPROGRAMS\Index Data\Zebra\"
88         CreateShortCut "$SMPROGRAMS\Index Data\Zebra\Zebra Program Directory.lnk" \
89                  "$INSTDIR"
90         WriteINIStr "$SMPROGRAMS\Index Data\Zebra\Zebra Home page.url" \
91               "InternetShortcut" "URL" "http://www.indexdata.dk/zebra/"
92         CreateShortCut "$SMPROGRAMS\Index Data\Zebra\Uninstall Zebra.lnk" \
93                 "$INSTDIR\uninst.exe"
94         SetOutPath $INSTDIR
95         File ..\LICENSE.zebra
96         File ..\README
97         SetOutPath $INSTDIR
98         File /r ..\tab
99 SectionEnd ; end of default section
100
101 Section "Zebra Runtime"
102         SectionIn 1 2
103         SetOutPath $INSTDIR\bin
104 !if "${VS_REDIST_FULL}" != ""
105         File "${VS_REDIST_FULL}"
106         ReadRegDword $1 HKLM "${VS_REDIST_KEY}" "Version"
107         ${If} $1 == ""
108           ExecWait '"$INSTDIR\bin\${VS_REDIST_EXE}" /passive /nostart'
109         ${endif}
110         Delete "$INSTDIR\bin\${VS_REDIST_EXE}"
111 !endif
112         File ..\bin\*.exe
113         File ..\bin\idzebra.dll
114         File ..\bin\libxml2.dll
115         File ..\bin\libxslt.dll
116         File ..\bin\yaz*.dll
117         File ..\bin\icu*.dll
118         File ..\bin\libexpat.dll
119 SectionEnd
120
121 Section "Zebra Development"
122         SectionIn 1
123         SetOutPath $INSTDIR\include
124         File ..\include\*.h
125         SetOutPath $INSTDIR\include\idzebra
126         File ..\include\idzebra\*.h
127         SetOutPath $INSTDIR\lib
128         File ..\lib\*.lib
129 SectionEnd
130
131 Section "Zebra Documentation"
132         SectionIn 1 2
133         SetOutPath $INSTDIR\doc
134         File /nonfatal /r ..\doc\*.html
135         File /r ..\doc\*.png
136         File /r ..\doc\*.xml
137         File /r ..\doc\*.xsl
138         SetOutPath "$SMPROGRAMS\Index Data\Zebra\"
139         CreateShortCut "$SMPROGRAMS\Index Data\Zebra\HTML Documentation.lnk" \
140                  "$INSTDIR\doc\index.html"
141 SectionEnd
142
143 Section "Zebra Examples"
144         SectionIn 1 2
145
146         SetOutPath $INSTDIR
147
148         File /r ..\test
149         File /r /x *.mf /x *.LCK ..\examples
150 SectionEnd
151
152 Section "Zebra Source"
153         SectionIn 1
154         SetOutPath $INSTDIR
155         File ..\IDMETA
156         SetOutPath $INSTDIR\util
157         File ..\util\*.c
158         File ..\util\*.tcl
159         SetOutPath $INSTDIR\dfa
160         File ..\dfa\*.c
161         File ..\dfa\*.h
162         SetOutPath $INSTDIR\index
163         File ..\index\*.c
164         File ..\index\*.h
165         SetOutPath $INSTDIR\isams
166         File ..\isams\*.c
167         SetOutPath $INSTDIR\isamc
168         File ..\isamc\*.c
169         File ..\isamc\*.h
170         SetOutPath $INSTDIR\isamb
171         File ..\isamb\*.c
172         SetOutPath $INSTDIR\data1
173         File ..\data1\*.c
174         SetOutPath $INSTDIR\dict
175         File ..\dict\*.c
176         File ..\dict\*.h
177         SetOutPath $INSTDIR\bfile
178         File ..\bfile\*.c
179         File ..\bfile\*.h
180         SetOutPath $INSTDIR\rset
181         File ..\rset\*.c
182         SetOutPath $INSTDIR\test\api
183         File ..\test\api\*.c
184         File ..\test\api\*.cfg
185         SetOutPath $INSTDIR\win
186         File makefile
187         File *.nsi
188         File *.txt
189 SectionEnd
190
191 Section "Zebra Path"
192         SectionIn 1 2
193         ${EnvVarUpdate} $0 "PATH" "A" "HKLM" "$INSTDIR\bin"
194 SectionEnd
195
196 ; begin uninstall settings/section
197 UninstallText "This will uninstall Zebra ${VERSION} from your system"
198
199 Section Uninstall
200 ; add delete commands to delete whatever files/registry keys/etc you installed here.
201         Delete "$INSTDIR\uninst.exe"
202         DeleteRegKey HKLM "SOFTWARE\Index Data\Zebra"
203         DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Zebra"
204         ExecWait '"$INSTDIR\bin\zebrasrv" -remove'
205         RMDir /r "$SMPROGRAMS\Index Data\Zebra"
206         RMDir /r $INSTDIR
207         ${un.EnvVarUpdate} $0 "PATH" "R" "HKLM" "$INSTDIR\bin"
208         IfFileExists $INSTDIR 0 Removed
209                 MessageBox MB_OK|MB_ICONEXCLAMATION \
210                  "Note: $INSTDIR could not be removed."
211 Removed:
212 SectionEnd
213 ; eof