mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add README for building Windows installer
This commit is contained in:
17
scripts/windows/README
Normal file
17
scripts/windows/README
Normal file
@@ -0,0 +1,17 @@
|
||||
To build the Windows installer, run .\build-installer.ps1 from within
|
||||
PowerShell.
|
||||
|
||||
Prerequisites:
|
||||
==============
|
||||
|
||||
Installed 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.
|
||||
3
scripts/windows/installer/WiXBalExtension/inc/.gitignore
vendored
Normal file
3
scripts/windows/installer/WiXBalExtension/inc/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
wixver.cs
|
||||
wixver.h
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
// <auto-generated/>
|
||||
using System.Reflection;
|
||||
[assembly:AssemblyVersion("3.0.0.0")]
|
||||
[assembly:AssemblyFileVersion("3.7.5534.8992")]
|
||||
@@ -1,13 +0,0 @@
|
||||
// <auto-generated/>
|
||||
#ifndef _VERSION_FILE_H_
|
||||
#define _VERSION_FILE_H_
|
||||
|
||||
#define szVerMajorMinor "3.7"
|
||||
#define szVerMajorMinorBuildRev "3.7.5534.8992"
|
||||
#define rmj 3
|
||||
#define rmm 7
|
||||
#define rbd 5534
|
||||
#define rev 8992
|
||||
#define szVerName "BalExtensionExt Release"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user