summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/files.wxi
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-09-21 15:54:05 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-09-21 15:54:05 +0000
commit3c620f0f46459849bfade40c89b525010ea4d38d (patch)
tree776e0b75a27bdc7605a957100c67fb8c72c586a6 /src/windows/installer/wix/files.wxi
parentf3110b420b5cf27698c5151c1dcb296cdbc9a753 (diff)
downloadkrb5-3c620f0f46459849bfade40c89b525010ea4d38d.tar.gz
krb5-3c620f0f46459849bfade40c89b525010ea4d38d.tar.xz
krb5-3c620f0f46459849bfade40c89b525010ea4d38d.zip
oops, make sure we install from the correct source file
on Windows 2000 ticket: 4309 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18602 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/files.wxi')
-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 08ef9b58f7..9ee81bb420 100644
--- a/src/windows/installer/wix/files.wxi
+++ b/src/windows/installer/wix/files.wxi
@@ -358,7 +358,7 @@
<Condition>VersionNT &gt; 500</Condition>
</Component>
<Component Id="cmf_netidmgr_exe_w2k" Guid="0F85D4F3-7897-4FE3-8501-AD0C383CCB4F" DiskId="1" Transitive="yes">
- <File Id="fil_netidmgr_exe_w2k" LongName="netidmgr.exe" Name="netidmgr.exe" KeyPath="yes" />
+ <File Id="fil_netidmgr_exe_w2k" LongName="netidmgr.exe" Name="netidmgr.exe" KeyPath="yes" src="$(var.BinDir)W2K\netidmgr.exe"/>
<File Id="fil_netidmgr_chm_w2k" LongName="netidmgr.chm" Name="netidmgr.chm" />
<Registry Id="reg_ts_netidmgr_0_w2k" Root="HKLM" Key="Software\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\netidmgr" Action="createKeyAndRemoveKeyOnUninstall" />
<Registry Id="reg_ts_netidmgr_1_w2k" Root="HKLM" Key="Software\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\netidmgr" Name="Flags" Type="integer" Value="1032" />