|
2 | 2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
3 | 3 | <?define ManufacturerName="CuteMarkEd Project"?> |
4 | 4 | <?define ProductName="CuteMarkEd"?> |
5 | | - <?define ProductVersion="0.11.2"?> |
6 | | - <Product Name="$(var.ProductName)" |
7 | | - Id="*" |
| 5 | + <?define ProductVersion="0.11.3"?> |
| 6 | + <Product Name="$(var.ProductName)" |
| 7 | + Id="*" |
8 | 8 | UpgradeCode="335156FC-CB7F-4357-98D4-B5519E66402B" |
9 | | - Language="1033" |
10 | | - Version="$(var.ProductVersion)" |
| 9 | + Language="1033" |
| 10 | + Version="$(var.ProductVersion)" |
11 | 11 | Manufacturer="$(var.ManufacturerName)"> |
12 | 12 |
|
13 | 13 | <Package Id="*" |
14 | | - InstallerVersion="200" |
| 14 | + InstallerVersion="200" |
15 | 15 | Compressed="yes" |
16 | 16 | Description="CuteMarkEd Installer" |
17 | 17 | Manufacturer="$(var.ManufacturerName)" |
18 | 18 | /> |
19 | 19 |
|
20 | | - <Media Id="1" |
21 | | - Cabinet="cutemarked.cab" |
| 20 | + <Media Id="1" |
| 21 | + Cabinet="cutemarked.cab" |
22 | 22 | EmbedCab="yes" |
23 | 23 | /> |
24 | 24 |
|
25 | 25 | <MajorUpgrade |
26 | 26 | DowngradeErrorMessage="CuteMarkEd is already installed with a higher version." |
27 | 27 | AllowSameVersionUpgrades="yes" /> |
28 | 28 |
|
29 | | - <!-- Directory tree --> |
30 | | - <Directory Id="TARGETDIR" Name="SourceDir"> |
| 29 | + <!-- Directory tree --> |
| 30 | + <Directory Id="TARGETDIR" Name="SourceDir"> |
31 | 31 | <Directory Id="ProgramFilesFolder"> |
32 | 32 | <Directory Id="INSTALLDIR" Name="$(var.ProductName)"> |
33 | | - <Directory Id="accessible" Name="accessible"/> |
34 | 33 | <Directory Id="dictionaries" Name="dictionaries"/> |
35 | 34 | <Directory Id="iconengines" Name="iconengines"/> |
36 | 35 | <Directory Id="imageformats" Name="imageformats"/> |
|
39 | 38 | <Directory Id="translations" Name="translations"/> |
40 | 39 | </Directory> |
41 | 40 | </Directory> |
42 | | - |
| 41 | + |
43 | 42 | <Directory Id="ProgramMenuFolder"> |
44 | 43 | <Directory Id="ProgramMenuDir" Name="$(var.ProductName) $(var.ProductVersion)"> |
45 | 44 | <Component Id="ApplicationShortcuts" Guid="EDF171FF-255B-4036-A363-C81D6E0F4F21"> |
|
80 | 79 | <File Id="Qt5QuickLibrary" Source="Qt5Quick.dll"/> |
81 | 80 | <File Id="Qt5SensorsLibrary" Source="Qt5Sensors.dll"/> |
82 | 81 | <File Id="Qt5SqlLibrary" Source="Qt5Sql.dll"/> |
| 82 | + <File Id="Qt5WebChannelLibrary" Source="Qt5WebChannel.dll"/> |
83 | 83 | <File Id="Qt5WebKitLibrary" Source="Qt5WebKit.dll"/> |
84 | 84 | <File Id="Qt5WebKitWidgetsLibrary" Source="Qt5WebKitWidgets.dll"/> |
85 | 85 | <File Id="Qt5WidgetsLibrary" Source="Qt5Widgets.dll"/> |
86 | 86 | <File Id="Qt5WinExtras" Source="Qt5WinExtras.dll"/> |
87 | | - <File Id="icudt51Library" Source="icudt51.dll"/> |
88 | | - <File Id="icuin51Library" Source="icuin51.dll"/> |
89 | | - <File Id="icuuc51Library" Source="icuuc51.dll"/> |
| 87 | + <File Id="icudt53Library" Source="icudt53.dll"/> |
| 88 | + <File Id="icuin53Library" Source="icuin53.dll"/> |
| 89 | + <File Id="icuuc53Library" Source="icuuc53.dll"/> |
90 | 90 | <File Id="libgcc_s_dw2Library" Source="libgcc_s_dw2-1.dll"/> |
91 | 91 | <File Id="libstdcppLibrary" Source="libstdc++-6.dll"/> |
92 | 92 | <File Id="libwinpthreadLibrary" Source="libwinpthread-1.dll"/> |
|
110 | 110 | </Component> |
111 | 111 | </DirectoryRef> |
112 | 112 |
|
113 | | - <DirectoryRef Id="accessible"> |
114 | | - <Component Id="QtAccessiblityComponent" Guid="A4B2D7FA-3B7F-4F03-B3B1-AF5C212F4B44" DiskId="1"> |
115 | | - <File Id="QtAccessibleWidgetsPlugin" Source="accessible/qtaccessiblewidgets.dll"/> |
116 | | - </Component> |
117 | | - </DirectoryRef> |
118 | | - |
119 | 113 | <DirectoryRef Id="dictionaries"> |
120 | 114 | <Component Id="DictionariesComponent" Guid="AAC09D8C-FFD2-46DF-BDA2-081D26AFF431" DiskId="1"> |
121 | 115 | <File Id="cs_CZ.aff" Source="dictionaries/cs_CZ.aff"/> |
|
132 | 126 | <File Id="README_en_US.txt" Source="dictionaries/README_en_US.txt"/> |
133 | 127 | </Component> |
134 | 128 | </DirectoryRef> |
135 | | - |
| 129 | + |
136 | 130 | <!-- Fontawesome Icon Engine --> |
137 | 131 | <DirectoryRef Id="iconengines"> |
138 | 132 | <Component Id="IconEngineComponent" Guid="E7E34602-4099-4A73-8533-7631EF7D598A" DiskId="1"> |
|
142 | 136 |
|
143 | 137 | <DirectoryRef Id="imageformats"> |
144 | 138 | <Component Id="QtImageFormatsComponent" Guid="B688FB5F-318F-494D-BF56-C83F3BB3F946" DiskId="1"> |
| 139 | + <File Id="QtDdsPlugin" Source="imageformats/qdds.dll"/> |
145 | 140 | <File Id="QtGifPlugin" Source="imageformats/qgif.dll"/> |
146 | 141 | <File Id="QtIcoPlugin" Source="imageformats/qico.dll"/> |
| 142 | + <File Id="QtJp2Plugin" Source="imageformats/qjp2.dll"/> |
147 | 143 | <File Id="QtJpegPlugin" Source="imageformats/qjpeg.dll"/> |
148 | 144 | <File Id="QtMngPlugin" Source="imageformats/qmng.dll"/> |
149 | 145 | <File Id="QtSvgPlugin" Source="imageformats/qsvg.dll"/> |
150 | 146 | <File Id="QtTgaPlugin" Source="imageformats/qtga.dll"/> |
151 | 147 | <File Id="QtTiffPlugin" Source="imageformats/qtiff.dll"/> |
152 | 148 | <File Id="QtWbmpPlugin" Source="imageformats/qwbmp.dll"/> |
| 149 | + <File Id="QtWebpPlugin" Source="imageformats/qwebp.dll"/> |
153 | 150 | </Component> |
154 | 151 | </DirectoryRef> |
155 | 152 |
|
|
168 | 165 | <DirectoryRef Id="translations"> |
169 | 166 | <Component Id="QtTranslationsComponent" Guid="245EDE4C-00C9-4FA9-9E78-D4B1C526AAF0" DiskId="1"> |
170 | 167 | <File Id="QtCSTranslation" Source="translations/qt_cs.qm"/> |
| 168 | + <File Id="QtDATranslation" Source="translations/qt_da.qm"/> |
171 | 169 | <File Id="QtDETranslation" Source="translations/qt_de.qm"/> |
| 170 | + <File Id="QtESTranslation" Source="translations/qt_es.qm"/> |
| 171 | + <File Id="QtFRTranslation" Source="translations/qt_fr.qm"/> |
172 | 172 | <File Id="QtHUTranslation" Source="translations/qt_hu.qm"/> |
173 | 173 | <File Id="QtITTranslation" Source="translations/qt_it.qm"/> |
174 | 174 | <File Id="QtJATranslation" Source="translations/qt_ja.qm"/> |
| 175 | + <File Id="QtPLTranslation" Source="translations/qt_pl.qm"/> |
| 176 | + <File Id="QtPTTranslation" Source="translations/qt_pt.qm"/> |
175 | 177 | <File Id="QtRUTranslation" Source="translations/qt_ru.qm"/> |
176 | 178 | <File Id="QtSKTranslation" Source="translations/qt_sk.qm"/> |
177 | 179 | <File Id="QtUKTranslation" Source="translations/qt_uk.qm"/> |
178 | 180 | <File Id="QtZHCNTranslation" Source="translations/qt_zh_CN.qm"/> |
179 | 181 | <File Id="QtZHTWTranslation" Source="translations/qt_zh_TW.qm"/> |
180 | 182 | </Component> |
181 | 183 | </DirectoryRef> |
182 | | - |
| 184 | + |
183 | 185 | <Feature Id="Complete" Title="CuteMarkEd" Level="1"> |
184 | 186 | <ComponentRef Id="ProductComponent"/> |
185 | 187 | <ComponentRef Id="Qt5Component"/> |
186 | | - <ComponentRef Id="QtAccessiblityComponent"/> |
187 | 188 | <ComponentRef Id="QtImageFormatsComponent"/> |
188 | 189 | <ComponentRef Id="QtPlatformsComponent"/> |
189 | 190 | <ComponentRef Id="QtPrintSupportComponent"/> |
|
201 | 202 | <!-- Allow user to change the installation directory --> |
202 | 203 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> |
203 | 204 | <UIRef Id="WixUI_InstallDir" /> |
204 | | - |
| 205 | + |
205 | 206 | <!-- Skip license dialog --> |
206 | 207 | <UI> |
207 | 208 | <Publish Dialog="WelcomeDlg" |
|
215 | 216 | Value="WelcomeDlg" |
216 | 217 | Order="2">1</Publish> |
217 | 218 | </UI> |
218 | | - |
| 219 | + |
219 | 220 | <Icon Id="CuteMarkEd.exe" SourceFile="cutemarked.exe"/> |
220 | 221 | </Product> |
221 | 222 | </Wix> |
0 commit comments