From a548658b68dacaab5725597d30f08d16e895a373 Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Tue, 22 Nov 2011 09:40:21 +0000 Subject: [PATCH] some more work on WiX installer project --- ANX.Framework.sln | 5 +++++ Installer/anx.wxs | 40 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/ANX.Framework.sln b/ANX.Framework.sln index 0cf3620b..f59c5e80 100644 --- a/ANX.Framework.sln +++ b/ANX.Framework.sln @@ -86,6 +86,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{82CDEC51 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyboardSample", "Samples\KeyboardSample\KeyboardSample.csproj", "{05233BB1-444F-43F6-A3DF-B82AA924E094}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{04C721BB-F871-4872-9EA9-B2062BF21E62}" + ProjectSection(SolutionItems) = preProject + Installer\anx.wxs = Installer\anx.wxs + EndProjectSection +EndProject Global GlobalSection(SubversionScc) = preSolution Svn-Managed = True diff --git a/Installer/anx.wxs b/Installer/anx.wxs index 68be475c..501cdcb1 100644 --- a/Installer/anx.wxs +++ b/Installer/anx.wxs @@ -10,19 +10,51 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + +