Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to install virtual audio cable application without prompt message using powershell command

Virtual audio cable installer does not have silent mode on. Therefore can not use following command

Start-Process -Wait -FilePath 'c:\software\vac460\setup64.exe' ArgumentList"/S /v/qn"

Is there another way to install application without user intervention.

like image 209
Sonam Mohite Avatar asked Dec 02 '25 23:12

Sonam Mohite


1 Answers

I emailed the developer for VAC to ask this same question. He responded:

You can add "-s -k 30570681-0a8b-46e5-8cb2-d835f43af0c5" to the setup.exe command line.

I have confirmed that this worked using VAC 4.64:

.\setup64.exe -s -k 30570681-0a8b-46e5-8cb2-d835f43af0c5

The installer returns immediately and the process installs in the background. However the installation only took about 10 seconds at most. If you needed to catch a failed install I would suggest monitoring the active audio device and timing out based on that.

Installation log file (on my system) went to C:\Program Files\Virtual Audio Cable\install.log

like image 165
Mark Henderson Avatar answered Dec 04 '25 17:12

Mark Henderson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!