From bd1febc8932662ff6407af62cc7093f25c42078d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 19 Mar 2004 19:44:31 +0000 Subject: [PATCH] nsis-installer-20040319 Fix: The use a provided CellServDB file option was not working. You can't compare a filename to "1" and expect it to work. Add: Make the use of DNS optional and default it to off. --- src/WINNT/install/NSIS/AFSCell.ini | 32 ++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/WINNT/install/NSIS/AFSCell.ini b/src/WINNT/install/NSIS/AFSCell.ini index 7d84c378d..e410d6f0a 100644 --- a/src/WINNT/install/NSIS/AFSCell.ini +++ b/src/WINNT/install/NSIS/AFSCell.ini @@ -1,5 +1,5 @@ [Settings] -NumFields=11 +NumFields=13 [Field 1] Type=label @@ -49,7 +49,7 @@ Right=-1 Top=65 Bottom=75 -[Field 7] +[Field 11] Type=Checkbox State=0 Left=50 @@ -57,15 +57,15 @@ Right=60 Top=75 Bottom=85 -[Field 8] +[Field 12] Type=label -Text=Use Integrated Logon +Text=Use DNS to Search for Cell Servers Left=65 Right=-1 Top=75 Bottom=85 -[Field 9] +[Field 7] Type=Checkbox State=0 Left=50 @@ -73,15 +73,31 @@ Right=60 Top=85 Bottom=95 -[Field 10] +[Field 8] Type=label -Text=Enable Integrated Logon high security +Text=Use Integrated Logon Left=65 Right=-1 Top=85 Bottom=95 -[Field 11] +[Field 9] +Type=Checkbox +State=0 +Left=50 +Right=60 +Top=95 +Bottom=105 + +[Field 10] +Type=label +Text=Enable Integrated Logon high security +Left=65 +Right=-1 +Top=95 +Bottom=105 + +[Field 13] Type=label Text=You may now configure some installation options that control how the AFS Client behaves. Left=35 -- 2.39.5