From 14e2c3837da5fead5928055260fd1698b086c76d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 19 May 2011 11:44:35 +0100 Subject: [PATCH] Initial installer code --- windows/app.wxs | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ windows/config.wxi | 22 ++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 windows/app.wxs create mode 100644 windows/config.wxi diff --git a/windows/app.wxs b/windows/app.wxs new file mode 100644 index 0000000..694d448 --- /dev/null +++ b/windows/app.wxs @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/config.wxi b/windows/config.wxi new file mode 100644 index 0000000..4c17b62 --- /dev/null +++ b/windows/config.wxi @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.1.4