Changeset bc97cd8 in nscp for helpers/installer


Ignore:
Timestamp:
09/06/08 20:51:13 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
dc59b0e
Parents:
c0522cd
Message:

2008-09-06 MickeM

  • Improved error reporting in the eventlogchecker
  • *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead! I Recommend everyone to stop using the "old" filtering.

2008-09-04 MickeM

  • Fixed issues with new service stuff on NT4 and W2K (should work fine now) + Added some DebugOutput? to service handling features so if you experience tropubel try using sysinternals DebugView? too se logging before the agent startes.
  • Fixed a memory leak in the error formating code

2008-08-24 MickeM

  • Changed NSCA "general problem" error message to be more descriptive.
  • Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/installer/Product.wxs

    rda1c7e1 rbc97cd8  
    3535  <?endif?> 
    3636 
    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"> 
    3838    <Package Id="$(var.Package.GUID)" Description="A simple windows monitor agent for (amongst others) nagios." 
    3939             Comments="This will appear in the file summary stream." InstallerVersion="200" Compressed="yes"/> 
     
    6060                          LongName="Stop NSClient++ ($(var.PlatForm))" WorkingDirectory='INSTALLDIR' Icon="nsclient.exe" 
    6161                          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"/> 
    6268              </File> 
    6369              <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.