mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-windows-wix-translate_et-20080205
LICENSE MIT Install the dll dependencies for translate_et as part of the client component. (cherry picked from commit 48fe8ad6ab68620dbfc26ad44f078c01ba5174c5)
This commit is contained in:
parent
18f928926d
commit
75ce9992ce
@ -71,6 +71,8 @@
|
||||
<ComponentRef Id="cpf_CellServDB" />
|
||||
<ComponentRef Id="cmf_afs_cpa_CPL" />
|
||||
|
||||
<ComponentRef Id="cmf_afsadminutil_DLL" />
|
||||
<ComponentRef Id="cmf_afsclientadmin_DLL" />
|
||||
<ComponentRef Id="cmf_afsrpc_DLL" />
|
||||
<ComponentRef Id="cmf_afsauthent2_DLL" />
|
||||
<ComponentRef Id="cmf_afspthread_DLL" />
|
||||
@ -119,8 +121,8 @@
|
||||
<Feature Id="feaServer" AllowAdvertise="no" Description="$(loc.StrAFSServerLongDesc)" Display="expand"
|
||||
InstallDefault="followParent" Level="130" Title="$(loc.StrAFSServerDesc)">
|
||||
|
||||
<ComponentRef Id="rcm_Server" />
|
||||
<ComponentRef Id="cmp_CommonDir" />
|
||||
<ComponentRef Id="rcm_Server" />
|
||||
<ComponentRef Id="cmp_CommonDir" />
|
||||
|
||||
<ComponentRef Id="cmf_afsserver_CPL" />
|
||||
<ComponentRef Id="cmf_afsbosadmin_DLL" />
|
||||
@ -299,6 +301,8 @@
|
||||
<ComponentRef Id="cmp_CommonDir" />
|
||||
|
||||
<ComponentRef Id="cmf_afsrpc_DLL" />
|
||||
<ComponentRef Id="cmf_afsadminutil_DLL" />
|
||||
<ComponentRef Id="cmf_afsclientadmin_DLL" />
|
||||
<ComponentRef Id="cmf_afsauthent2_DLL" />
|
||||
<ComponentRef Id="cmf_afspthread_DLL" />
|
||||
<ComponentRef Id="cmf_TaAfsAppLib_DLL" />
|
||||
|
@ -21,6 +21,12 @@
|
||||
<CreateFolder />
|
||||
</Component>
|
||||
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsclientadmin_DLL" Guid="$(var.cmf_afsclientadmin_DLL_guid)">
|
||||
<File Id="fileafsclientadmin_DLL" Name="afscliad.dll" LongName="afsclientadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsclientadmin.dll"/>
|
||||
</Component>
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsadminutil_DLL" Guid="$(var.cmf_afsadminutil_DLL_guid)">
|
||||
<File Id="fileafsadminutil_DLL" Name="afsadmut.dll" LongName="afsadminutil.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsadminutil.dll"/>
|
||||
</Component>
|
||||
<?ifndef BinsOnly?>
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsbosadmin_DLL" Guid="$(var.cmf_afsbosadmin_DLL_guid)">
|
||||
<File Id="fileafsbosadmin_DLL" Name="afsbosad.dll" LongName="afsbosadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsbosadmin.dll"/>
|
||||
@ -28,9 +34,6 @@
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afscfgadmin_DLL" Guid="$(var.cmf_afscfgadmin_DLL_guid)">
|
||||
<File Id="fileafscfgadmin_DLL" Name="afscfgad.dll" LongName="afscfgadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afscfgadmin.dll"/>
|
||||
</Component>
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsclientadmin_DLL" Guid="$(var.cmf_afsclientadmin_DLL_guid)">
|
||||
<File Id="fileafsclientadmin_DLL" Name="afscliad.dll" LongName="afsclientadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsclientadmin.dll"/>
|
||||
</Component>
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afskasadmin_DLL" Guid="$(var.cmf_afskasadmin_DLL_guid)">
|
||||
<File Id="fileafskasadmin_DLL" Name="afskasad.dll" LongName="afskasadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afskasadmin.dll"/>
|
||||
</Component>
|
||||
@ -40,9 +43,6 @@
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsvosadmin_DLL" Guid="$(var.cmf_afsvosadmin_DLL_guid)">
|
||||
<File Id="fileafsvosadmin_DLL" Name="afsvosad.dll" LongName="afsvosadmin.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsvosadmin.dll"/>
|
||||
</Component>
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsadminutil_DLL" Guid="$(var.cmf_afsadminutil_DLL_guid)">
|
||||
<File Id="fileafsadminutil_DLL" Name="afsadmut.dll" LongName="afsadminutil.dll" KeyPath="yes" DiskId="1" src="$(var.ServerDir)\afsadminutil.dll"/>
|
||||
</Component>
|
||||
<?endif?>
|
||||
|
||||
<Component Win64="$(var.Win64)" Id="cmf_afsrpc_DLL" Guid="$(var.cmf_afsrpc_DLL_guid)">
|
||||
|
Loading…
x
Reference in New Issue
Block a user