reg export "HKCU\Software\Microsoft\VisualStudio\9.0" vs2008.reg On target PC (non-admin allowed):
@echo off set VS2008_ROOT=%~dp0 set PATH=%VS2008_ROOT%\Common7\IDE;%VS2008_ROOT%\VC\bin;%VS2008_ROOT%\Common7\Tools;%PATH% set INCLUDE=%VS2008_ROOT%\VC\include;%VS2008_ROOT%\VC\atlmfc\include set LIB=%VS2008_ROOT%\VC\lib;%VS2008_ROOT%\VC\atlmfc\lib set LIBPATH=%LIB% set DevEnvDir=%VS2008_ROOT%\Common7\IDE\ start "" "%VS2008_ROOT%\Common7\IDE\devenv.exe" From a system with VS2008, copy: visual studio 2008 portable
While is outdated and not officially supported as a portable app, you can create a semi-portable version that runs from a USB drive on Windows XP/Vista/7 (and partially on Windows 10/11 with compatibility settings). reg export "HKCU\Software\Microsoft\VisualStudio\9