source: nscp/debug-in.bat @ e7dbac9

0.4.00.4.10.4.2stable
Last change on this file since e7dbac9 was e7dbac9, checked in by Michael Medin <michael@…>, 4 years ago

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*
  • Property mode set to 100644
File size: 258 bytes
Line 
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
4Set /P _INST=<tmp.txt
5echo Install: %_INST%
6msiexec /l* installer.txt /i stage\%2installer\%_INST%
Note: See TracBrowser for help on using the repository browser.