streamdeck-tools icon indicating copy to clipboard operation
streamdeck-tools copied to clipboard

Not understanding the StreamDeck-Tools Template tool

Open nickhudson4 opened this issue 2 years ago • 1 comments

It downloads as a Visual Studio extension but I can't find any info on how to use it? Is there a menu in VS for it?

I am also having issues getting the install.bat to work. I am attempting to use it on your stopwatch example. Steps

  1. Place install.bat in bin folder.
  2. Created folder C:/TEMP/
  3. Edit install.bat with correct paths for DistrobutionTool, etc.
  4. Run install.bat RELEASE com.barraider.stopwatch

Error: "C:\TEMP"\com.barraider.stopwatch.streamDeckPlugin' is not recognized as an internal or external command, operable program or batch file.

nickhudson4 avatar Aug 10 '23 19:08 nickhudson4

@nickhudson4 A bit late, but below are the steps I took to use the StreamDeck-Tools Template, in case they're helpful:

  1. Installed Visual Studio Community 2022 (the extension was not installable with VSCode)

  2. From Windows File Explorer, right-clicked the VSIX file and selected the suggested Visual Studio option.

image

  1. In the VSIX Installer window that appears, selected 'Install'.

image

  1. In Visual Studio's uppermost toolbar, I selected File -> Project.

image

  1. Searched 'streamdeck' in the project template search box that appears, selected StreamDeck-Tools Template, and then selected 'Next'.

image

  1. A project configuration window then appears within which you can specify a name and location for your project. Select 'Create' and the project will be populated with a number of files, incluiding a README.

image

image

Hope this helped.

dataisinteresting avatar Dec 27 '23 07:12 dataisinteresting