~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to windows/merkaartor.wxs

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<?include defines.wxi?>
4
4
 
5
5
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
6
 
   <Product  Id="132E9A8B-1BF6-4d55-893E-110D662FD355" Name="$(var.PackageName)" 
7
 
      Language="1033" Version="0.12.0.2" Manufacturer="Bart Vanhauwaert"
8
 
      UpgradeCode="4892C085-55A9-413b-9C7B-42E33ED7D7D2">
 
6
   <Product  Id="5D43BC5B-DA2E-49ad-937E-1B48E1A882AB" Name="$(var.PackageName)" 
 
7
      Language="1033" Version="0.14.0.3" Manufacturer="Merkaartor"
 
8
      UpgradeCode="CBE31473-E824-4065-BC54-A90AA2BE143A">
9
9
 
10
10
      <Package 
11
 
         Description="A map editor for OpenStreetMap.org (Debug version)" InstallerVersion="100" Compressed="yes" />
 
11
         Description="A map editor for OpenStreetMap.org" InstallerVersion="100" Compressed="yes" />
12
12
 
13
13
      <!--Set the icon for the msi and Add/Remove programs-->
14
14
      <Icon Id='Merkaartor.exe' SourceFile='..\Icons\Mercator_16x16.ico'/>
 
15
      <Icon Id='MainIcon.exe' SourceFile='..\Icons\Mercator_48x48.ico'/>
15
16
      <Property Id="ARPPRODUCTICON" Value="Merkaartor.exe" />
16
17
      <Property Id="ALLUSERS" Value="1"/>
17
18
 
21
22
         <Directory Id="ProgramMenuFolder">
22
23
         </Directory>
23
24
         <Directory Id="ProgramFilesFolder">
24
 
            <Directory Id="INSTALLLOCATION" Name="Merkaartor">
25
 
                <Directory Id="MERKAARTORHARE" Name="share">
26
 
                   <Directory Id="WORLD_SHP" Name="world_shp" />
 
25
            <Directory Id="INSTALLLOCATION" Name="Merkaartor $(var.VERSION)$(var.REVISION)">
 
26
                <Directory Id="MERKAARTORSHARE" Name="share">
 
27
                </Directory>
 
28
                <Directory Id="MERKAARTORPLUGINS" Name="plugins">
 
29
                   <Directory Id="MPBACKGROUND" Name="background" />
 
30
                   <Directory Id="MPSTYLES" Name="styles" />
27
31
                </Directory>
28
32
                <Directory Id="QTIMAGEPLUGINDIR" Name="imageformats" />
29
33
                <Directory Id="QTTRANSLATIONS" Name="translations" />
31
35
         </Directory>
32
36
      </Directory>
33
37
 
34
 
      <DirectoryRef Id="WORLD_SHP">
35
 
         <Component Id="World_shp" Guid="406fac4e-54cf-4901-b4b7-936f75a69e15">
36
 
            <File Id="world_adm0.dbf" Name="world_adm0.dbf"
37
 
               Source="$(var.SharePath)\world_shp\world_adm0.dbf" DiskId="1">
38
 
            </File>
39
 
            <File Id="world_adm0.shp" Name="world_adm0.shp"
40
 
               Source="$(var.SharePath)\world_shp\world_adm0.shp" DiskId="1">
41
 
            </File>
42
 
            <File Id="world_adm0.shx" Name="world_adm0.shx"
43
 
               Source="$(var.SharePath)\world_shp\world_adm0.shx" DiskId="1">
 
38
      <DirectoryRef Id="MERKAARTORSHARE">
 
39
         <Component Id="worldbackgroundosb" Guid="12ACB195-D065-49bb-A7A9-CACE30DD8F1B">
 
40
            <File Id="world_background.osb" Name="world_background.osb"
 
41
               Source="$(var.SharePath)\world_background.osb" DiskId="1">
44
42
            </File>
45
43
         </Component>
46
44
      </DirectoryRef>
47
45
 
 
46
      <DirectoryRef Id="MPBACKGROUND">
 
47
         <Component Id="yahoo" Guid="A37E552D-FF55-4507-8C8D-3201993F7C48">
 
48
            <File Id="MYahooBackgroundPlugin.dll" Name="MYahooBackgroundPlugin.dll"
 
49
               Source="$(var.BinPath)\plugins\background\MYahooBackgroundPlugin.dll" DiskId="1">
 
50
            </File>
 
51
         </Component>
 
52
      </DirectoryRef>
 
53
      
 
54
      <DirectoryRef Id="MPSTYLES">
 
55
         <Component Id="skulpture" Guid="47E06B1A-DBF5-452d-A68A-5F45CE411353">
 
56
            <File Id="skulpture.dll" Name="skulpture.dll"
 
57
               Source="$(var.BinPath)\plugins\styles\skulpture.dll" DiskId="1">
 
58
            </File>
 
59
         </Component>
 
60
      </DirectoryRef>
 
61
      
48
62
      <DirectoryRef Id="INSTALLLOCATION">
49
63
         <Component Id="DllCt" Guid="79C79986-ECB5-4835-9E98-4370C0F8B654">
50
64
            <File Id="mingwm10.dll" Name="mingwm10.dll"
51
65
               Source="$(var.MingwPath)\bin\mingwm10.dll" DiskId="1">
52
66
            </File>
53
 
            <File Id="libexslt.dll" Name="libexslt.dll"
54
 
               Source="$(var.DllPath)\libexslt.dll" DiskId="1">
55
 
            </File>
56
 
            <File Id="libxml2.dll" Name="libxml2.dll"
57
 
               Source="$(var.DllPath)\libxml2.dll" DiskId="1">
58
 
            </File>
59
 
            <File Id="libxslt.dll" Name="libxslt.dll"
60
 
               Source="$(var.DllPath)\libxslt.dll" DiskId="1">
61
 
            </File>
62
 
            <File Id="libproj.dll" Name="libproj.dll"
63
 
               Source="$(var.DllPath)\libproj.dll" DiskId="1">
64
 
            </File>
65
67
            <File Id="libgdal1.dll" Name="libgdal-1.dll"
66
68
               Source="$(var.DllPath)\libgdal-1.dll" DiskId="1">
67
69
            </File>
70
72
 
71
73
      <DirectoryRef Id="INSTALLLOCATION">
72
74
         <Component Id="Merkaartor" Guid="5FDB24DB-CE92-433c-8AC4-288551C6AF7B">
73
 
                  <RegistryValue Root="HKCU" Key="Software\Merkaartor" Name="Installed" Type="integer" Value="1"/>
 
75
                  <RegistryValue Root="HKCU" Key="Software\Merkaartor $(var.VERSION)$(var.REVISION)" Name="Installed" Type="integer" Value="1"/>
74
76
            <File Id="MerkaartorExe" Name="Merkaartor.exe"
75
77
               Source="$(var.BinPath)\Merkaartor.exe" DiskId="1">
76
78
               <Shortcut Id="myshort" Directory="ProgramMenuFolder"
77
 
                     Name="Merkaartor" WorkingDirectory="INSTALLLOCATION"/>
 
79
                     Name="Merkaartor $(var.VERSION)$(var.REVISION)" WorkingDirectory="INSTALLLOCATION"
 
80
                                         Icon="MainIcon.exe" />
78
81
            </File>         
79
82
         </Component>
80
83
      </DirectoryRef>
108
111
         </Component>
109
112
      </DirectoryRef>
110
113
      
111
 
          <Feature Id="MerkaartorFeature" Title="Merkaartor editor" Level="1"
 
114
      <Feature Id="MerkaartorFeature" Title="Merkaartor editor" Level="1"
112
115
         Display="expand" ConfigurableDirectory="INSTALLLOCATION">
113
116
         <ComponentRef Id="DllCt" />
114
117
         <ComponentRef Id="Merkaartor" />
 
118
         <ComponentRef Id="yahoo" />
 
119
         <ComponentRef Id="skulpture" />
115
120
      </Feature>
116
121
      <Feature Id="ftWorld_Shp" Title="World Shape file" Level="1"
117
 
         Display="expand" ConfigurableDirectory="WORLD_SHP">
118
 
         <ComponentRef Id="World_shp" />
 
122
         Display="expand" ConfigurableDirectory="MERKAARTORSHARE">
 
123
         <ComponentRef Id="worldbackgroundosb" />
119
124
      </Feature>
120
125
     <Feature Id="QtMainFeature" Title="Main Qt DLLs" Level="1"
121
126
        Display="expand" ConfigurableDirectory="INSTALLLOCATION">