Recent content by SpacemanSam

  1. S

    Installing Steam on the D: drive?

    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...
  2. S

    Installing Steam on the D: drive?

    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...