I found the answer. Steam has a switch to specify the installation path: /D=drive:path
Here are the excerpts from the batch file I use to install it:
1. Configuration options:
REM Drive to install games on
SET GamesDrive=D:
REM Install Steam?
SET Steam=1
2. The thingamabob that does the...
I use a batch file to run Chocolatey to install apps on each computer. The line that I'm currently using to install Steam is:
IF DEFINED Steam choco upgrade steam-client
This completely automates the installation, but installs Steam to the default installation path.
How do I specify the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.