Code Runner .NET

September 2006

Building the Sources

Building Code Runner .NET is mostly straightforward.  But, if you want to build an the setup, there is some extras stuff you need to do.  First you'll need to install WiX 3.0.2015.   Then you have two options.  Either add the WiX 3.0 tools to your machines PATH environment variable in your System Properties

If you don't want to do that, you can use the EnvSetter add-in.  Here are the instructions on how to install the add-in:

  1. Copy the EnvSetter files to %ProgramFiles%\Microsoft Environment Setter Add-in\
  2. In Visual Studio go to Tools -> Options -> Add-in/Macro Security
  3. In the list box for Add-in File Paths add %ProgramFiles%\Microsoft Environment Setter Add-in\
  4. Close and re-open Visual Studio.
  5. Go to Tools -> Add-in Manager... and check the the add-in is visible.
  6. Add %ProgramFiles%\Microsoft Environment Setter Add-in\Environments-v1.1.xsd to the list of schemas that VS knows about in order to get automatic Intellisense when you open and edit a .environ file.  Do this by opening the .environ file, click on Schema in the Properties too window, select Add... and browse to the schema.

You may need to change the location of the WiX 3.0 installation in the CodeRunner.environ file depending on where you installed it.  There's documentation on the EnvSetter in the UserGuide.htm file in that directory.

Copyright © Microsoft Corporation. All rights reserved.