File: mysql-conncpp-msi-arpprops.xml

package info (click to toggle)
mysql-connector-c%2B%2B 1.1.0-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,296 kB
  • sloc: cpp: 40,503; ansic: 2,114; php: 528; sql: 402; xml: 259; makefile: 50
file content (30 lines) | stat: -rw-r--r-- 1,503 bytes parent folder | download
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
<Include>
  <Property Id="ARPCOMMENTS" Value="MySQL Connector/C++ is a MySQL database connector for C++." />
  <Property Id="ARPCONTACT" Value="http://www.mysql.com/about/contact/" />
  <Property Id="ARPPRODUCTICON" Value="MySQLConnector.ico" />
  <Property Id="ARPHELPLINK" Value="http://forums.mysql.com/list.php?167" />
  <Property Id="ARPURLINFOABOUT" Value="http://dev.mysql.com/downloads/connector/cpp/" />
  <Property Id="ARPURLUPDATEINFO" Value="http://dev.mysql.com/downloads/connector/cpp/" />
  <!--Property Id="ARPHELPTELEPHONE" Value="URL where one can find support phone numbers" /-->
  <Property Id="ARPAUTHORIZEDCDFPREFIX" Value="http://dev.mysql.com/doc/refman/5.1/en/connector-cpp.html" />
  <Property Id="ARPSIZE" Value="3" />

  <!--
  <Property Id="ARPNOMODIFY" Value="0" />
  <Property Id="ARPNOREPAIR" Value="0" />
  <Property Id="ARPNOREMOVE" Value="0" />
  <Property Id="ARPSYSTEMCOMPONENT" Value="0" />
  -->

  <Icon Id="MySQLConnector.ico" SourceFile="Bitmaps\MySQLConnector.ico" />

  <!-- Set up ARPINSTALLLOCATION property -->
  <CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />
  <CustomAction Id="SetARPREADME" Property="ARPREADME" Value="[INSTALLDIR]README" />

  <!-- Sequences -->
  <InstallExecuteSequence>
    <Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
    <Custom Action="SetARPREADME" After="InstallValidate"></Custom>
  </InstallExecuteSequence>
</Include>