From 8a7d1cdf437405d74b3616fd54aef8219aa722ae Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 20 Aug 2004 23:42:59 +0000 Subject: New WiX based MSI installer for KFW Requires WiX 2.0.1927.1 patched by Asanka. http://prdownloads.sourceforge.net/wix/sources-2.0.1927.1.zip ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16675 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/features.wxi | 210 +++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 src/windows/installer/wix/features.wxi (limited to 'src/windows/installer/wix/features.wxi') diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi new file mode 100644 index 0000000000..aaece45a43 --- /dev/null +++ b/src/windows/installer/wix/features.wxi @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LEASHAUTOSTART = 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit