- Timestamp:
- 07/02/08 07:14:22 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 846bbe4
- Parents:
- 34e7428
- File:
-
- 1 edited
-
helpers/installer/Product.wxs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer/Product.wxs
re1ef872 rda1c7e1 15 15 <?if "$(var.PlatForm)" = "x64"?> 16 16 <?define PlatForm.x64 ?> 17 <?define Product.GUID = "2D1374D5-8026-4e58-8F2E-6A3C40444769" ?> 18 <?define Package.GUID = "4E50A0E0-AE48-4737-A6A7-07F3A9F94C29" ?> 19 <?define Postfix.GUID = "DD5862EE637C" ?> 17 20 <?else?> 18 <?define PlatForm.Win32 ?> 21 <?define Product.GUID = "BD153740-D13B-4432-8D39-EE8D2F100B0A" ?> 22 <?define Package.GUID = "93CF1821-AB09-4c77-AA15-DD5862EE637B" ?> 23 <?define Postfix.GUID = "DD5862EE637B" ?> 24 <?define PlatForm.Win32 ?> 19 25 <?endif?> 20 26 … … 29 35 <?endif?> 30 36 31 <Product Id=" 2D1374D5-8026-4e58-8F2E-6A3C40444769" Name="NSClient++ ($(var.PlatForm))" Language="1033" Version="0.3.1.0" Manufacturer="MySolutions NORDIC">32 <Package Id=" 93CF1821-AB09-4c77-AA15-DD5862EE637B" Description="A simple windows monitor agent for (amongst others) nagios."37 <Product Id="$(var.Product.GUID)" Name="NSClient++ ($(var.PlatForm))" Language="1033" Version="0.3.1.0" Manufacturer="MySolutions NORDIC"> 38 <Package Id="$(var.Package.GUID)" Description="A simple windows monitor agent for (amongst others) nagios." 33 39 Comments="This will appear in the file summary stream." InstallerVersion="200" Compressed="yes"/> 34 40 <?ifdef var.PlatForm.Win32?> 35 <Condition Message="x64 bit version not supported on Win32 bit platform (get Win32 bit version instead)">NOT VersionNT64</Condition>41 <Condition Message="x64 bit version not supported (by installer) on Win32 bit platform (get Win32 bit version instead)">NOT VersionNT64</Condition> 36 42 <?else?> 37 <Condition Message="Win32 bit version not supported on x64 bit platform (get x64 bit version instead)">VersionNT64</Condition>43 <Condition Message="Win32 bit version not supported (by installer) on x64 bit platform (get x64 bit version instead)">VersionNT64</Condition> 38 44 <?endif?> 39 45 <Media Id="1" Cabinet="Product.cab" EmbedCab="yes" CompressionLevel="high"> … … 42 48 <Directory Id="$(var.ProgramFiles)"> 43 49 <Directory Id="INSTALLLOCATION" Name="NSClient" LongName="NSClient++"> 44 <Component Id="MainClient" Guid="F6636DB0-A0B9-4dd2-B74C- B91D05D3CBE7" Win64="$(var.Win64)">50 <Component Id="MainClient" Guid="F6636DB0-A0B9-4dd2-B74C-$(var.Postfix.GUID)" Win64="$(var.Win64)"> 45 51 <File Id="NSClientEXE" Name="nsclient.exe" LongName="nsclient++.exe" DiskId="1" 46 52 Source="$(var.Source)/nsclient++.exe" Vital="yes"> … … 61 67 </Component> 62 68 <Directory Id="INSTALLLOCATION_MODS" Name="modules"> 63 <Component Id="NRPEListener" Guid="5A0246F8-5167-45db-B246- 88F694C7CD7B" Win64="$(var.Win64)">69 <Component Id="NRPEListener" Guid="5A0246F8-5167-45db-B246-$(var.Postfix.GUID)" Win64="$(var.Win64)"> 64 70 <File Id="NRPEListenerDLL" Name="NRPELsnr.dll" LongName="NRPEListener.dll" DiskId="1" Source="$(var.Source)/modules/NRPEListener.dll" Vital="no" /> 65 71 <File Id="NRPEClientDLL" Name="NRPEClnt.dll" LongName="NRPEClient.dll" DiskId="1" Source="$(var.Source)/modules/NRPEClient.dll" Vital="no" /> 66 72 </Component> 67 <Component Id="NSCListener" Guid="6DAF8BB9-9A56-48f5-B2C5- A6CF832E2A69" Win64="$(var.Win64)">73 <Component Id="NSCListener" Guid="6DAF8BB9-9A56-48f5-B2C5-$(var.Postfix.GUID)" Win64="$(var.Win64)"> 68 74 <File Id="NSCListenerDLL" Name="NSCLsnr.dll" LongName="NSClientListener.dll" DiskId="1" Source="$(var.Source)/modules/NSClientListener.dll" Vital="no" /> 69 75 </Component> 70 <Component Id="NSCA" Guid="8820A304-C596-4393-A72F- E750EB112CAA" Win64="$(var.Win64)">76 <Component Id="NSCA" Guid="8820A304-C596-4393-A72F-$(var.Postfix.GUID)" Win64="$(var.Win64)"> 71 77 <File Id="NSCAAgentDLL" Name="NSCAAgnt.dll" LongName="NSCAAgent.dll" DiskId="1" Source="$(var.Source)/modules/NSCAAgent.dll" Vital="no" /> 72 78 </Component> 73 <Component Id="Plugins" Guid="9B490E67-5472-4266-96DC- 5C36F3F3209B" Win64="$(var.Win64)">79 <Component Id="Plugins" Guid="9B490E67-5472-4266-96DC-$(var.Postfix.GUID)" Win64="$(var.Win64)"> 74 80 <File Id="ModCheckEventLog.dll" Name="EvntLg.dll" LongName="CheckEventLog.dll" DiskId="1" Source="$(var.Source)/modules/CheckEventLog.dll" Vital="no" /> 75 81 <File Id="ModCheckExternalScripts.dll" Name="ExtScr.dll" LongName="CheckExternalScripts.dll" DiskId="1" Source="$(var.Source)/modules/CheckExternalScripts.dll" Vital="no" />
Note: See TracChangeset
for help on using the changeset viewer.








