forked from mickem/nscp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.wxs
36 lines (27 loc) · 1.35 KB
/
properties.wxs
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
<Include>
<!-- CONFIGURE APPLICATION INFORMATION -->
<Property Id="ARPCOMMENTS">NSClient++ is a monitoring Agent for amongst other systems Nagios</Property>
<Property Id="ARPCONTACT">[email protected]</Property>
<Property Id="ARPHELPLINK">http://nsclient.org</Property>
<Property Id="ARPURLINFOABOUT">http://nsclient.org</Property>
<Property Id="ARPURLUPDATEINFO">http://nsclient.org</Property>
<Property Id="ARPHELPTELEPHONE">http://nsclient.org</Property>
<Property Id="ARPPRODUCTICON">nscp.exe</Property>
<!-- CONFIGURE INITAL VALUES IN CONFIG UI -->
<Property Id="ALLOWED_HOSTS">127.0.0.1,::1</Property>
<Property Id="NSCLIENT_PWD">$GEN$</Property>
<Property Id="MONITORING_TOOL">GENERIC</Property>
<Property Id="CONFIGURATION_TYPE">ini://${exe-path}/nsclient.ini</Property>
<Property Id="GENERATE_SAMPLE_CONFIG">0</Property>
<Property Id="INSTALL_SAMPLE_CONFIG">0</Property>
<Property Id="NRPEMODE">SAFE</Property>
<!-- CONFIGURE THE INSTALLER -->
<Property Id="ALLOW_CONFIGURATION">1</Property>
<WixVariable Id="WixUIBannerBmp" Value="Bitmaps\bannrbmp.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="Bitmaps\dlgbmp.bmp" />
<!-- CONFIGURE THE PROGRAM -->
<Property Id="HELP_LINK">http://nsclient.org/nscp/</Property>
<Property Id="SERVICE_NAME">nscp</Property>
<!-- internal keys -->
<Property Id="KEY_NRPEMODE">SAFE</Property>
</Include>