1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326
|
<?xml version="1.0" encoding="UTF-8"?>
<!--,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.-->
<!--| |-->
<!--| Swirc.wxs |-->
<!--| |-->
<!--| Copyright (C) 2018-2025 Markus Uhlin. All rights reserved. |-->
<!--| |-->
<!--`____________________________________________________________'-->
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package
InstallerVersion="400"
Language="1033"
Manufacturer="Swirc Development Team"
Name="Swirc 3.5.8"
Version="3.5.8.0"
ProductCode="A3532170-8CC9-47BF-A0F6-5CB3F3341F12"
UpgradeCode="4899E3ED-B314-4402-8E66-A2AB1B4632DE">
<Icon Id="swirc_ico" SourceFile="swirc-royal.ico" />
<Property Id="ARPPRODUCTICON" Value="swirc_ico" />
<Media Cabinet="swirc.cab" EmbedCab="yes" Id="1" />
<ui:WixUI Id="WixUI_Minimal" />
<!-- WixVariable Id="WixUIBannerBmp" Value="SwircUIBanner1.bmp" /-->
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
<DirectoryRef Id="de_lc_msgs">
<Component Id="de_lc_msgs_compo" Bitness="always64">
<File
Id="de_lc_msgs_file"
KeyPath="yes"
Source="c:\out\swirc-x64\de\LC_MESSAGES\swirc.mo" />
</Component>
</DirectoryRef>
<DirectoryRef Id="fi_lc_msgs">
<Component Id="fi_lc_msgs_compo" Bitness="always64">
<File
Id="fi_lc_msgs_file"
KeyPath="yes"
Source="c:\out\swirc-x64\fi\LC_MESSAGES\swirc.mo" />
</Component>
</DirectoryRef>
<DirectoryRef Id="fr_lc_msgs">
<Component Id="fr_lc_msgs_compo" Bitness="always64">
<File
Id="fr_lc_msgs_file"
KeyPath="yes"
Source="c:\out\swirc-x64\fr\LC_MESSAGES\swirc.mo" />
</Component>
</DirectoryRef>
<DirectoryRef Id="sv_lc_msgs">
<Component Id="sv_lc_msgs_compo" Bitness="always64">
<File
Id="sv_lc_msgs_file"
KeyPath="yes"
Source="c:\out\swirc-x64\sv\LC_MESSAGES\swirc.mo" />
</Component>
</DirectoryRef>
<DirectoryRef Id="APPLICATIONROOTDIRECTORY">
<Component Id="en_US_aff" Bitness="always64">
<File
Id="en_US_aff_file"
KeyPath="yes"
Source="c:\out\swirc-x64\en_US.aff" />
</Component>
<Component Id="en_US_dic" Bitness="always64">
<File
Id="en_US_dic_file"
KeyPath="yes"
Source="c:\out\swirc-x64\en_US.dic" />
</Component>
<!-- BEGIN LibreSSL -->
<Component Id="crypto_dll" Bitness="always64">
<File
Id="crypto_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\crypto-57.dll" />
</Component>
<Component Id="ssl_dll" Bitness="always64">
<File
Id="ssl_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\ssl-60.dll" />
</Component>
<!-- END LibreSSL -->
<!-- BEGIN MINGW -->
<Component Id="libgcc_dll" Bitness="always64">
<File
Id="libgcc_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libgcc_s_seh-1.dll" />
</Component>
<Component Id="libstdcpp_dll" Bitness="always64">
<File
Id="libstdcpp_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libstdc++-6.dll" />
</Component>
<Component Id="libwinpthread_dll" Bitness="always64">
<File
Id="libwinpthread_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libwinpthread-1.dll" />
</Component>
<!-- END MINGW -->
<Component Id="libcharset_dll" Bitness="always64">
<File
Id="libcharset_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libcharset-1.dll" />
</Component>
<Component Id="libcurl_dll" Bitness="always64">
<File
Id="libcurl_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libcurl.dll" />
</Component>
<Component Id="libhunspell_dll" Bitness="always64">
<File
Id="libhunspell_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libhunspell-1.7-0.dll" />
</Component>
<Component Id="libiconv_dll" Bitness="always64">
<File
Id="libiconv_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libiconv-2.dll" />
</Component>
<Component Id="libidn_dll" Bitness="always64">
<File
Id="libidn_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libidn-12.dll" />
</Component>
<Component Id="libintl_dll" Bitness="always64">
<File
Id="libintl_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\libintl-8.dll" />
</Component>
<Component Id="pdcurses_dll" Bitness="always64">
<File
Id="pdcurses_dll_file"
KeyPath="yes"
Source="c:\out\swirc-x64\pdcurses.dll" />
</Component>
<Component Id="swirc_chm" Bitness="always64">
<File
Id="swirc_chm_file"
KeyPath="yes"
Source="c:\out\swirc-x64\swirc.chm" />
</Component>
<Component Id="swirc_exe" Bitness="always64">
<File
Checksum="yes"
DefaultLanguage="0"
Id="swirc_exe_file"
KeyPath="yes"
Source="c:\out\swirc-x64\swirc.exe" />
</Component>
<Component Id="trusted_roots_pem" Bitness="always64">
<File
Id="trusted_roots_pem_file"
KeyPath="yes"
Source="c:\out\swirc-x64\trusted_roots.pem" />
</Component>
</DirectoryRef>
<!-- ========================================= -->
<!-- Add the shortcut to our installer package -->
<!-- ========================================= -->
<DirectoryRef Id="ApplicationProgramsFolder">
<Component Guid="*" Id="swirc_exe_shortcut">
<Shortcut
Description="Curses IRC client"
Id="swirc_exe_shortcut_element"
Name="Swirc"
Target="[#swirc_exe_file]"
WorkingDirectory="APPLICATIONROOTDIRECTORY">
<!-- ===== -->
<!-- AUMID -->
<!-- ===== -->
<ShortcutProperty
Key="System.AppUserModel.ID"
Value="SwircDevelopmentTeam.Swirc" />
<!-- ========= -->
<!-- COM CLSID -->
<!-- ========= -->
<ShortcutProperty
Key="System.AppUserModel.ToastActivatorCLSID"
Value="{62337340-CB78-4AE9-A524-685424C52DC7}" />
</Shortcut>
<Shortcut Id="UninstallProduct"
Name="Uninstall Swirc"
Description="Uninstalls Swirc IRC client"
Target="[System64Folder]msiexec.exe"
Arguments="/x [ProductCode]" />
<RemoveFolder
Id="ApplicationProgramsFolder"
On="uninstall" />
<RegistryValue
Key="Software\Microsoft\Swirc"
KeyPath="yes"
Name="installed"
Root="HKCU"
Type="integer"
Value="1" />
</Component>
<Component
Guid="C8A05C9E-A23E-453A-A620-0A62332C0158"
Id="swirc_chm_shortcut">
<Shortcut
Description="Swirc Help"
Id="swirc_chm_shortcut_element"
Name="Swirc Help"
Target="[#swirc_chm_file]"
WorkingDirectory="APPLICATIONROOTDIRECTORY">
</Shortcut>
</Component>
</DirectoryRef>
<Feature Id="MainApplication" Title="Main Application" Level="1">
<ComponentRef Id="de_lc_msgs_compo" />
<ComponentRef Id="fi_lc_msgs_compo" />
<ComponentRef Id="fr_lc_msgs_compo" />
<ComponentRef Id="sv_lc_msgs_compo" />
<ComponentRef Id="en_US_aff" />
<ComponentRef Id="en_US_dic" />
<ComponentRef Id="crypto_dll" />
<ComponentRef Id="ssl_dll" />
<ComponentRef Id="libgcc_dll" />
<ComponentRef Id="libstdcpp_dll" />
<ComponentRef Id="libwinpthread_dll" />
<ComponentRef Id="libcharset_dll" />
<ComponentRef Id="libcurl_dll" />
<ComponentRef Id="libhunspell_dll" />
<ComponentRef Id="libiconv_dll" />
<ComponentRef Id="libidn_dll" />
<ComponentRef Id="libintl_dll" />
<ComponentRef Id="pdcurses_dll" />
<ComponentRef Id="swirc_chm" />
<ComponentRef Id="swirc_exe" />
<ComponentRef Id="trusted_roots_pem" />
<ComponentRef Id="swirc_exe_shortcut" />
<ComponentRef Id="swirc_chm_shortcut" />
</Feature>
<CustomAction
Id="SetInstallLocation"
Property="ARPINSTALLLOCATION"
Value="[ProgramFiles64Folder]Swirc" />
<CustomAction Id="SetNoModify" Property="ARPNOMODIFY" Value="1" />
<CustomAction Id="SetNoRepair" Property="ARPNOREPAIR" Value="1" />
<InstallExecuteSequence>
<Custom Action="SetInstallLocation" After="CostFinalize">
</Custom>
<Custom Action="SetNoModify" After="InstallValidate">
</Custom>
<Custom Action="SetNoRepair" After="InstallValidate">
</Custom>
</InstallExecuteSequence>
<InstallUISequence>
</InstallUISequence>
<StandardDirectory Id="ProgramFiles64Folder">
<Directory Id="APPLICATIONROOTDIRECTORY" Name="Swirc">
<Directory Id="de_lang" Name="de">
<Directory Id="de_lc_msgs" Name="LC_MESSAGES" />
</Directory>
<Directory Id="fi_lang" Name="fi">
<Directory Id="fi_lc_msgs" Name="LC_MESSAGES" />
</Directory>
<Directory Id="fr_lang" Name="fr">
<Directory Id="fr_lc_msgs" Name="LC_MESSAGES" />
</Directory>
<Directory Id="sv_lang" Name="sv">
<Directory Id="sv_lc_msgs" Name="LC_MESSAGES" />
</Directory>
</Directory>
</StandardDirectory>
<!-- ============================== -->
<!-- Define the directory structure -->
<!-- ============================== -->
<StandardDirectory Id="ProgramMenuFolder">
<Directory Id="ApplicationProgramsFolder" Name="Swirc" />
</StandardDirectory>
<!-- StandardDirectory Id="TARGETDIR">
<Merge
DiskId="1"
Id="VCRedist"
Language="0"
SourceFile="C:\MergeModules\Microsoft_VC143_CRT_x64.msm" />
</StandardDirectory -->
<!-- Feature
AllowAdvertise="no"
Display="hidden"
Id="VCRedist"
Level="1"
Title="Visual C++ Runtime">
<MergeRef Id="VCRedist" />
</Feature -->
</Package>
</Wix>
|