Add commandline argument for installation path to installer

So when started from GammaLauncher it can be set to the vvvv installations folder specified there.

image

start the installer like this:
vvvv_gamma_5.2_setup.exe --path "D:\_vvvv"
which then should result in:
image

1 Like

vvvv_gamma_5.2_setup.exe /DIR "D:\_vvvv"

works.

thanks @Elias.

2 Likes

Unfortunately it doesn’t work like this. It only seemed that way because I had that version already installed in the same location.

This is the way:
vvvv_gamma_5.2_setup.exe /DIR="D:\_vvvv\vvvv_gamma_5.2"