summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.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/features.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/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index 890dcb7091..22630053d7 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -47,23 +47,24 @@
AllowAdvertise="no"
Description="$(loc.StrKerberosClientDebugDesc)"
Display="expand"
- InstallDefault="$(var.DebugSymInstallDefault)"
+ InstallDefault="$(var.DebugSymInstallDefault)"
Level="$(var.DebugSymLowLevel)"
Title="$(loc.StrKerberosClientDebugTitle)">
<ComponentRef Id="cmf_bin_debug"/>
+ <ComponentRef Id="cmp_ClientSystemDebug"/>
</Feature>
<?endif?>
- <Feature
- Id="feaKfwLeashExe"
- AllowAdvertise="no"
- Description="$(loc.StrLeashExeDesc)"
- Display="expand"
- InstallDefault="local"
- Level="130"
- Title="$(loc.StrLeashExeTitle)">
+ <Feature
+ Id="feaKfwLeashExe"
+ AllowAdvertise="no"
+ Description="$(loc.StrLeashExeDesc)"
+ Display="expand"
+ InstallDefault="local"
+ Level="130"
+ Title="$(loc.StrLeashExeTitle)">
<ComponentRef Id="cmf_leash32_exe" />
- </Feature>
+ </Feature>
<ComponentRef Id="cmf_aklog_exe" />
<ComponentRef Id="cmf_comerr32_dll" />
@@ -93,6 +94,7 @@
<ComponentRef Id="cmf_krb4cred_dll" />
<ComponentRef Id="cmf_krb4cred_en_us_dll" />
<ComponentRef Id="cmf_netidmgr_exe" />
+ <ComponentRef Id="cmf_kfwlogon_DLL" />
<!-- Kerberos IV options -->
<ComponentRef Id="rcm_krb4_1" />
@@ -249,7 +251,7 @@
<ComponentRef Id="cmp_dirinc_loadfuncs" />
<ComponentRef Id="cmp_dirinc_wshelper" />
<ComponentRef Id="cmp_dirinc_wshelper_arpa" />
- <ComponentRef Id="cmp_dirinc_netidmgr" />
+ <ComponentRef Id="cmp_dirinc_netidmgr" />
<ComponentRef Id="cmp_dirlib_i386" />
<ComponentRef Id="cmp_dirinstall_nsis" />
<ComponentRef Id="cmp_dirinstall_wix" />