Typically, Gurobi can be installed on a Windows machine by double-clicking on the downloaded Gurobi .msi (Microsoft installer) file. Installing Gurobi on Windows requires administrator permissions because system-wide changes are performed, including updating system environment variables. If such an installation is not possible, the contents of the package can be extracted without administrator privileges by running:
msiexec.exe /a Gurobi-9.5.0-win64.msi /qb TARGETDIR=c:\
Note that any alternative target directory can be specified. After the process is completed, you should see a new subdirectory c:\gurobi950
that contains the same files as a regular Gurobi installation.