Add README for building Windows installer

This commit is contained in:
Avital Oliver
2015-02-26 14:10:39 -08:00
parent 83c65e718f
commit b587efdab5
4 changed files with 20 additions and 17 deletions

17
scripts/windows/README Normal file
View 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.

View File

@@ -0,0 +1,3 @@
wixver.cs
wixver.h

View File

@@ -1,4 +0,0 @@
// <auto-generated/>
using System.Reflection;
[assembly:AssemblyVersion("3.0.0.0")]
[assembly:AssemblyFileVersion("3.7.5534.8992")]

View File

@@ -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