Files
meteor/scripts/windows
Jesse Rosenberger ab111e7800 Detect dev_bundle download errors and fail appropriately on Windows.
This is in an attempt to resolve a situation which could occur when the
extraction of the dev_bundle.tar fails with an EOF error, but the tool
continues as if the file was fine.  Ultimately the, error preference
set in the PS1 script is only observed in the case of PowerShell
ErrorLevel and not just an error condition encountered in a command.
2017-03-30 16:12:19 +03: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.