kfw installer: install leash help file (leash.chm)
authorTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:47:02 +0000 (20:47 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:47:02 +0000 (20:47 +0000)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7050

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25580 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/installer/wix/features.wxi
src/windows/installer/wix/files.wxi

index 572cce64213b5b299ee54754c8c9f33eb89ab450..fa8c8f0d3dfc4a0317785df094041aa49a73135e 100644 (file)
             <ComponentRef Id="rcm_leash_5" />
             <ComponentRef Id="rcm_leash_6" />
             
-<!--        <?ifdef OldHelp?>
-            <ComponentRef Id="cmf_leash32_hlp" />
-        <?else?>
             <ComponentRef Id="cmf_leash32_chm" />
-        <?endif?> -->
             
             <!-- Leash dll options -->
             <ComponentRef Id="rcm_leashdll_1" />
index 8826ef820275fa75872291279d9835bc9e0743ea..a7245e7e45e37cd9f15e9cb004e9a7eaf89e4ee2 100644 (file)
                         <Condition>USELEASH</Condition>
                     </Component> -->
 
-<!--                <?ifdef OldHelp?>
-                    <Component Win64="$(var.Win64)" Id="cmf_leash32_hlp" Guid="$(var.cmf_leash32_hlp_guid)" DiskId="1">
-                           <File Id="fil_leash32_hlp" Name="leash32.hlp" KeyPath="yes" />
-                    </Component>
-                <?else?>
                     <Component Win64="$(var.Win64)" Id="cmf_leash32_chm" Guid="$(var.cmf_leash32_chm_guid)" DiskId="1">
-                           <File Id="fil_leash32_chm" Name="leash32.chm" KeyPath="yes" />
+                           <File Id="fil_leash32_chm" Name="leash.chm" KeyPath="yes" />
                     </Component>
-                <?endif?> -->
                     
                     <Component Win64="$(var.Win64)" Id="cmf_leashw32_dll" Guid="$(var.cmf_leashw32_dll_guid)" DiskId="1">
                            <File Id="fil_leashw32_dll" Name="$(var.cmf_leashw32_dll_name)" KeyPath="yes" />