From: Jeffrey Altman Date: Wed, 8 Dec 2004 10:19:57 +0000 (+0000) Subject: wix-update-20041208 X-Git-Tag: BP-disconnected~98 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=e8e9a297bc92f40ff03a468b64e8f0b5c930fa6c wix-update-20041208 Add new Property for StoreAnsiFilenames ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== Add property for StoreAnsiFilenames --- diff --git a/doc/txt/winnotes/msi-deployment-guide.txt b/doc/txt/winnotes/msi-deployment-guide.txt index 70c6c27..2ee9046 100644 --- a/doc/txt/winnotes/msi-deployment-guide.txt +++ b/doc/txt/winnotes/msi-deployment-guide.txt @@ -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) diff --git a/src/WINNT/install/wix/feature.wxi b/src/WINNT/install/wix/feature.wxi index d786b2d..cb35995 100644 --- a/src/WINNT/install/wix/feature.wxi +++ b/src/WINNT/install/wix/feature.wxi @@ -35,6 +35,7 @@ + diff --git a/src/WINNT/install/wix/property.wxi b/src/WINNT/install/wix/property.wxi index d3edf9e..3dfb8b0 100644 --- a/src/WINNT/install/wix/property.wxi +++ b/src/WINNT/install/wix/property.wxi @@ -26,6 +26,9 @@ + $(var.ProductComments) diff --git a/src/WINNT/install/wix/registry.wxi b/src/WINNT/install/wix/registry.wxi index c7de6c1..1fd0dba 100644 --- a/src/WINNT/install/wix/registry.wxi +++ b/src/WINNT/install/wix/registry.wxi @@ -134,6 +134,10 @@ AFSCACHESIZE <> "" + + + STOREANSIFILENAMES <> "" +