快速登录:  

Forum: General Discussion

话题: Installing Virtual DJ from the command line on Windows

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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.
 

发表时间 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
 

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

发表时间 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.
 

发表时间 Tue 23 Mar 21 @ 10:40 pm


(陈旧帖子或论坛版块会自动关闭)