Changeset e7dbac9 in nscp for debug-in.bat


Ignore:
Timestamp:
09/06/09 22:28:33 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1fc246c
Parents:
308b6f5
Message:

2009-09-06 MickeM

+ Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.

  • Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debug-in.bat

    r358cda1 re7dbac9  
    1 dir /O:-D /A:-D /B stage\installer\*x64* > tmp.txt 
     1rem dir /O:-D /A:-D /B stage\installer\*x64* > tmp.txt 
     2echo dir /O:-D /A:-D /B stage\%2installer\*%1*  
     3dir /O:-D /A:-D /B stage\%2installer\*%1* > tmp.txt 
    24Set /P _INST=<tmp.txt 
    35echo Install: %_INST% 
    4 msiexec /l* installer.txt /i stage\installer\%_INST% 
     6msiexec /l* installer.txt /i stage\%2installer\%_INST% 
Note: See TracChangeset for help on using the changeset viewer.