sebescudie / GammaLauncher

A simple launcher for VVVV Gamma
GNU General Public License v3.0
48 stars 7 forks source link

install dependencies with gammalauncher installer #54

Open mhusinsky opened 1 year ago

mhusinsky commented 1 year ago

when installed on a totally fresh win10 system, gammalauncher does not launch as it lacks some dependencies (probably .net6 runtime).

the easiest way to solve this is to install some vvvv gamma preview (2022.5), because it actually installs all nescessary runtimes to also run the gammalauncher. however, this requires the extra step of going to the webpage and downloading/running the respective installer.

it would be nice if the gammalauncher installer itself would also initiate the install of all required runtimes to run itself, then it could really serve as the single point of entry into the vvvv-world.

sebescudie commented 1 year ago

Nice suggestion, thanks, also had to manually install the runtime testing the launcher on a fresh machine. Will investigate that!

sebescudie commented 1 year ago

Saving those for later :

sebescudie commented 8 months ago

GammaLauncher is now available as a winget package that also takes care of installing the required vcredist and .NET6.