Quick Sign In:  

Forum: General Discussion

Topic: Installing Virtual DJ from the command line on Windows

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

Hi guys, is it possible to install Virtual DJ on Windows without manually opening a browser?
I know it's not in the Chocolatey repo or Scoop, and probably never will, but if a simple PowerShell script can be made, that would already help.
I want to "version control" the software and configuration of my DJ laptop, so that i can get any new laptop configured easily and automated.
 

geposted Tue 23 Mar 21 @ 11:43 am
have you tried something like ->
wget -o vdj.msi https://www.virtualdj.com/download/pc
to download the file?
that link should always grab the latest non early access file unless it get changed for some reason
 

geposted Tue 23 Mar 21 @ 12:37 pm
Also you can unzip the msi and just replace the exe
should work it most cases
 

geposted Tue 23 Mar 21 @ 3:21 pm
wickedmix wrote :
Also you can unzip the msi and just replace the exe
should work it most cases


Thanks a lot! I will go with the unzip method because i can't automate the installer.
Also it seems that wget is not an alias for Invoke-WebRequest anymore in Powershell 7, which i use. There's only iwr as an alias.
 

geposted Tue 23 Mar 21 @ 10:40 pm


(Alte Themen und Foren werden automatisch geschlossen)