Files
meteor/scripts/windows/README
Avital Oliver 405009a2c3 Improve and simplify Windows installer flow
* Always install the the user's local directory
  (skip the dialog asking where to install)

* Skip login/register dialog (it doesn't work yet)

* Improve prose
2015-03-03 23:20:24 -08:00

18 lines
541 B
Plaintext

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.