summaryrefslogtreecommitdiffstats
path: root/src/windows/installer
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2005-11-30 13:19:08 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2005-11-30 13:19:08 +0000
commit0fa271134c47e98c8bcea543ae074e84c77e0cc0 (patch)
treef2ad2cd3a633b959084e6b0e4b0f3c724ccf0b7e /src/windows/installer
parentffe4fadd93c7d5d744cdcf4cf30d865be535c3ff (diff)
downloadkrb5-0fa271134c47e98c8bcea543ae074e84c77e0cc0.tar.gz
krb5-0fa271134c47e98c8bcea543ae074e84c77e0cc0.tar.xz
krb5-0fa271134c47e98c8bcea543ae074e84c77e0cc0.zip
correct installation of krb4_en_us.dll to use the correct name
ticket: 3256 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer')
-rw-r--r--src/windows/installer/wix/files.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi
index 8d0085a0e6..07c307b90c 100644
--- a/src/windows/installer/wix/files.wxi
+++ b/src/windows/installer/wix/files.wxi
@@ -332,7 +332,7 @@
<File Id="fil_krb4cred_dll" LongName="krb4cred.dll" Name="krb4cred.dll" KeyPath="yes" />
</Component>
<Component Id="cmf_krb4cred_en_us_dll" Guid="3FF40A29-E2C3-40F3-B81C-2948494BE4B0" DiskId="1">
- <File Id="fil_krb4cred_en_us_dll" LongName="krb5cred_en_us.dll" Name="krb4cenu.dll" KeyPath="yes" />
+ <File Id="fil_krb4cred_en_us_dll" LongName="krb4cred_en_us.dll" Name="krb4cenu.dll" KeyPath="yes" />
</Component>
<Component Id="cmf_netidmgr_exe" Guid="AEB06D67-B4F3-45B1-AC1E-5C1AFF747756" DiskId="1">
<File Id="fil_netidmgr_exe" LongName="netidmgr.exe" Name="netidmgr.exe" KeyPath="yes" />