Files
meteor/scripts/windows
Jesse Rosenberger 9d7cf49511 Support SAVE_DEV_BUNDLE_TARBALL caching on Windows dev_bundle install
The SAVE_DEV_BUNDLE_TARBALL environment variable is already supported in the Unix version and this mimics that functionality in the Windows script.  Use of this flag makes debugging much less painful, especially when switching branches (for example, during a `git bisect`) as the dev_bundle can be cached locally.

I also replaced a couple un-related uses of `echo` with `Write-Host` which is the preferred way to output messages in PowerShell as it supports more options.

Fixes: developer experience
2016-11-03 13:19:36 -04:00
..

To build the Windows installer, run .\build-installer.ps1 from within
PowerShell.

Prerequisites:
==============

Install Visual C++ 2010 Express, which can be found here:
* http://www.visualstudio.com/downloads/download-visual-studio-vs

Then, install Visual Studio 2010 Service Pack 1 here:
* http://www.microsoft.com/en-us/download/details.aspx?id=23691

Now, install WiX Toolset 3.8 from here:
* https://wix.codeplex.com/releases/view/115492

Now restart your command line process before running the build script
again.