summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/site-local.wxi
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2005-11-30 04:33:54 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2005-11-30 04:33:54 +0000
commit062b5d52c60fcfa282f17d1921178b8e3f367b06 (patch)
tree34985c44da1cf617c742ab04f5ffe31e91e1165f /src/windows/installer/wix/site-local.wxi
parentfb17705c66b593fb72c57e8a2f01c33d26c14693 (diff)
downloadkrb5-062b5d52c60fcfa282f17d1921178b8e3f367b06.tar.gz
krb5-062b5d52c60fcfa282f17d1921178b8e3f367b06.tar.xz
krb5-062b5d52c60fcfa282f17d1921178b8e3f367b06.zip
Updates to Wix installer source for KFW 3.0 Beta 2
- Updates all strings - Creates shortcuts for netidmgr.exe and netidmgr.chm - Adds KFW Logon Network Provider Known bugs: - the old Leash Documentation PDF still has a shortcut - specifying the WorkingDirectory does not work ticket: new component: windows status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17520 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/site-local.wxi')
-rw-r--r--src/windows/installer/wix/site-local.wxi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi
index 345bdbf959..476471956b 100644
--- a/src/windows/installer/wix/site-local.wxi
+++ b/src/windows/installer/wix/site-local.wxi
@@ -6,7 +6,7 @@
<!-- TargetDir should point to build target directory and must end with
a backslash. If not specified, assume we are in TargetDir\install -->
- <?define TargetDir="c:\temp\kfw\kfw-3.0.0-beta-1\"?>
+ <?define TargetDir="c:\temp\kfw\kfw-3.0.0-beta-2\"?>
<!-- ConfigDir should point to directory containing configuration files
(krb5.ini, krb.con, krbrealm.con) to be bundled with the installer.
@@ -53,7 +53,7 @@
<?define DebugSyms?>
<!-- Optional defines -->
- <?define Beta="1"?> <!-- Numeric Beta identifier -->
+ <?define Beta="2"?> <!-- Numeric Beta identifier -->
<!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file
instead of the new leash32.chm file -->