Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Defines.wxi « setup - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 885ed2072602a776a3e9b039ffe54786af60c6b5 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
  <Include>
    <!-- Product GUIDs & Version Number -->
    <?define ProductVersion =           "2.0.0"?>
    <?define UpgradeCode =              "E211CCFB-D706-4919-B2FF-0F7F426EA27B"?>
    <?define ProductID =                "EB9B4D4D-D88C-424A-87AA-B7EF40BCB072"?>
    <!-- Product and Company information -->
    <?define ProductName =              "WinDirStat"?>
    <?define ProductFolder =            "WinDirStat"?>
    <?define Manufacturer =             "WinDirStat Team"?>
    <?define ARPContact =               "WinDirStat Team"?>
    <?define ARPHelpLink =              "http://windirstat.net"?>
    <!--  <?define ARPTelephone =             "N/A"?> -->
    <?define IconFilePath =             "..\common\WinDirStat.ico" ?>

    <?define ProductBinariesDir =       "..\wds_release\Debug"?>
    <?define ProductHelpDir =           "..\..\help"?>
    <?define LicenseRtf =               "..\windirstat\res\license.rtf"?>

    <!--  <?define SetupBanner =              "..\images\banner.jpg"?>-->
    <!--  <?define SetupDialog =              "..\images\dialog.jpg"?>-->


    <!-- Default Registry Key, in which most registry settings are saved. -->
    <?define ProductRegKeyPath = "SOFTWARE\Seifert\WinDirStat"?>

    <!-- List of languages (LCIDs) to include for the product 
  <?define LanguageList =   ""?>
  -->
    <!-- The LanguageList array is used to include language fragments. 
       
      Here's the list of the languages besides 1033(en-US) which is built-in:
      
      
      Czech                 0405	1029	cs-CZ
      German                0407	1031	de-DE
      English United States 0409	1033	en-US
      Spanish               040a	1034	es-ES
      Finnish               040b 	1035	fi-FI
      French                040c 	1036	fr-FR
      Hungarian             040e	1038	hu-HU
      Icelandic             040f	1039	is-IS
      Italian               0410	1040	it-IT
      Dutch                 0413	1043	nl-NL
      Polish                0415	1045	pl-PL
      Russian               0419	1049	ru-RU
      Estonian              0425	1061	et-EE
      
      
      For updates, here's a good page for reference:
      http://www.science.co.il/language/locale-codes.asp
       
      NOTE: For adding new languages, remember also to configure a new 
            fragment!
  -->

</Include>