STABLE14-wix-updates-20041208

Add new property for StoreAnsiFilenames
This commit is contained in:
Jeffrey Altman 2004-12-08 09:58:49 +00:00 committed by Jeffrey Altman
parent 6af41739b1
commit 6e4b4696e5
3 changed files with 16 additions and 0 deletions

View File

@ -83,6 +83,9 @@ OpenAFS for Windows
(Network provider):
[HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider]
(OpenAFS Client):
[HKLM\SOFTWARE\OpenAFS\Client]
The configurable properties are as follows:
AFSCACHEPATH
@ -211,6 +214,12 @@ OpenAFS for Windows
Registry value : SMBAuthType
Valid values : '0','1' or '2'
STOREANSIFILENAMES
Registry key : (OpenAFS Client)
Registry value : StoreAnsiFilenames
Valid values : '0' or '1'
USEDNS
Registry key : (Service parameters)

View File

@ -26,6 +26,9 @@
<!-- empty property
<Property Id="AFSCACHESIZE"></Property>
-->
<!-- empty property
<Property Id="STOREANSIFILENAMES"></Property>
-->
<!-- Add/remove programs -->
<Property Id="ARPCOMMENTS">$(var.ProductComments)</Property>

View File

@ -134,6 +134,10 @@
<Registry Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters" Name="CacheSize" Type="integer" Value="[AFSCACHESIZE]" Id="reg_Full_Client17" KeyPath="yes" />
<Condition>AFSCACHESIZE &lt;&gt; ""</Condition>
</Component>
<Component Id="rcm_StoreAnsiFilenames" Guid="EAC84AD6-CF90-4b28-AF32-6F96DF55C3C4" Transitive="yes">
<Registry Root="HKLM" Key="SOFTWARE\OpenAFS\Client" Name="StoreAnsiFilenames" Type="integer" Value="[STOREANSIFILENAMES]" Id="reg_Full_Client18" KeyPath="yes" />
<Condition>STOREANSIFILENAMES &lt;&gt; ""</Condition>
</Component>
<Component Id="rcm_Documentation" Guid="97493526-4A5C-4C55-A1D6-EA38841B1B85">
<Registry Root="HKLM" Key="SOFTWARE\TransarcCorporation\AFS Supplemental Documentation" KeyPath="yes" Id="reg_Docs2" />
<Registry Root="HKLM" Key="SOFTWARE\TransarcCorporation\AFS Supplemental Documentation" Action="createKeyAndRemoveKeyOnUninstall" Id="reg_Docs" />