Changeset bc97cd8 in nscp for helpers/installer
- Timestamp:
- 09/06/08 20:51:13 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- dc59b0e
- Parents:
- c0522cd
- File:
-
- 1 edited
-
helpers/installer/Product.wxs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer/Product.wxs
rda1c7e1 rbc97cd8 35 35 <?endif?> 36 36 37 <Product Id="$(var.Product.GUID)" Name="NSClient++ ($(var.PlatForm))" Language="1033" Version="0.3. 1.0" Manufacturer="MySolutions NORDIC">37 <Product Id="$(var.Product.GUID)" Name="NSClient++ ($(var.PlatForm))" Language="1033" Version="0.3.4.0" Manufacturer="MySolutions NORDIC"> 38 38 <Package Id="$(var.Package.GUID)" Description="A simple windows monitor agent for (amongst others) nagios." 39 39 Comments="This will appear in the file summary stream." InstallerVersion="200" Compressed="yes"/> … … 60 60 LongName="Stop NSClient++ ($(var.PlatForm))" WorkingDirectory='INSTALLDIR' Icon="nsclient.exe" 61 61 IconIndex="0" Arguments="/stop" Description="Stop NSClient++ as a service"/> 62 </File> 63 <File Id="NSClientTRAY" Name="systray.exe" DiskId="1" 64 Source="$(var.Source)/systray.exe" Vital="yes"> 65 <Shortcut Id="StartmenuNSClientTray" Directory="ProgramMenuDir" Name="NSCPTray" 66 LongName="NSClient++ ($(var.PlatForm) system tray)" WorkingDirectory="INSTALLDIR" Icon="nsclient.exe" 67 IconIndex="0" Description="Run NSClient++ in test mode"/> 62 68 </File> 63 69 <File Id="NSClientINI" Name="NSC.ini" LongName="NSC.ini" DiskId="1" Source="$(var.Source)/NSC.ini" Vital="yes"/>
Note: See TracChangeset
for help on using the changeset viewer.








