From ed8fdaa8e152ed1e607b187b15ae072db30ccfa9 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Sat, 24 Jul 2004 08:35:04 +0000 Subject: [PATCH] wix-updates-20040723 Change default security level to 'crypt'. Add registry key for SMBAuthType. Add configurable property for SMBAuthType. Remove high security mode option from the UI. Workaround UI bug where a text control would redraw twice, once properly, once without interpreting format codes when there are two properties to replace. --- src/WINNT/install/wix/config.wxi | 5 +++- src/WINNT/install/wix/lang/en_US/ui.wxi | 31 ++++++++++++------------- src/WINNT/install/wix/property.wxi | 1 + src/WINNT/install/wix/registry.wxi | 1 + 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/src/WINNT/install/wix/config.wxi b/src/WINNT/install/wix/config.wxi index e2d8b81e9..e4702b09d 100644 --- a/src/WINNT/install/wix/config.wxi +++ b/src/WINNT/install/wix/config.wxi @@ -63,7 +63,10 @@ - + + + + diff --git a/src/WINNT/install/wix/lang/en_US/ui.wxi b/src/WINNT/install/wix/lang/en_US/ui.wxi index c5ffea7c1..1b8e9eaf0 100644 --- a/src/WINNT/install/wix/lang/en_US/ui.wxi +++ b/src/WINNT/install/wix/lang/en_US/ui.wxi @@ -750,14 +750,14 @@ - - - - - - - - + + + + + + + + 0 @@ -772,9 +772,8 @@ 1 - 0 - 1 - 3 + 0 + 1 @@ -820,7 +819,7 @@ {\VerdanaBold13}[ProductName] [Wizard] was interrupted - [ProductName] setup was interrupted. Your system has not been modified. To install this program at a later time, please run the installation again. + [ProductName] setup was interrupted. Your system has not been modified. To install or modify this program at a later time, please run the installation again. Click the Finish button to exit the [Wizard]. @@ -911,8 +910,8 @@ - - [DlgTitleFont]Remove [ProductName] + + [DlgTitleFont]Remove OpenAFS for Windows @@ -940,8 +939,8 @@ - - [DlgTitleFont]Repair [ProductName] + + [DlgTitleFont]Repair OpenAFS for Windows diff --git a/src/WINNT/install/wix/property.wxi b/src/WINNT/install/wix/property.wxi index 41dfcff4e..48daeb96f 100644 --- a/src/WINNT/install/wix/property.wxi +++ b/src/WINNT/install/wix/property.wxi @@ -16,6 +16,7 @@ -m -n -q + $(var.SMBAuthType) diff --git a/src/WINNT/install/wix/registry.wxi b/src/WINNT/install/wix/registry.wxi index 110c5a08d..609e89817 100644 --- a/src/WINNT/install/wix/registry.wxi +++ b/src/WINNT/install/wix/registry.wxi @@ -119,6 +119,7 @@ + -- 2.39.5