git-ecosystem / sample-trace2-otel-collector

A sample custom collector to contain trace2receiver and associated config and installer scripts
MIT License
10 stars 2 forks source link

create BAT version of Windows installer #5

Closed jeffhostetler closed 10 months ago

jeffhostetler commented 11 months ago

Create BAT file version of sample installer for Windows. This will use a developer command prompt (and a little PowerShell) to create a ZIP file of the component pieces. Inside the ZIP file will be BAT files to install, register, and unregister the collector with the system.

This is intended to replace the original Git-SDK-based GNU Makefile and bash scripts that I used during development, which I've marked "deprecated".