On a target machine (that already has .NET 3.5 SP1 installed), run the launcher as Administrator. You will likely get errors:
Visual Studio 2008 Portable is a self-contained version of Visual Studio 2008 that can be run directly from a portable storage device, such as a USB drive or an external hard drive. This version of the software is not installed on the host computer, and no registry entries or files are left behind. The portable version of Visual Studio 2008 includes most of the features of the full version, including the code editor, debugger, and project templates. visual studio 2008 portable
The simplest way to "produce text" to the screen is via the console. Go to > New > Project and select Console Application . For C#: Use System.Console.WriteLine("Your Text Here"); . On a target machine (that already has
VS2008 writes registry keys to HKCU\Software\Microsoft\VisualStudio\9.0 . Export them from the reference PC (after install) and run .reg on the target PC. Example export: The portable version of Visual Studio 2008 includes
set DRIVE=%~d0 reg.exe import VS2008_base.reg reg.exe add "HKLM\SOFTWARE\Microsoft\VisualStudio\9.0" /v InstallDir /t REG_SZ /d "%DRIVE%\VS2008Portable\Common7\IDE\" /f
: This is complex to set up and often fails with VS 2008 because of the deep integration of the MSDN Library and SQL Server components. 3. Portable Alternatives