nsis-installer-take-three-20031230
authorJeffrey Altman <jaltman@mit.edu>
Tue, 30 Dec 2003 22:31:03 +0000 (22:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 30 Dec 2003 22:31:03 +0000 (22:31 +0000)
only use IsSilent on 2.0b3

src/WINNT/install/NSIS/OpenAFS.nsi

index 62ac3b8..a9b5f7d 100644 (file)
@@ -1811,7 +1811,7 @@ FunctionEnd
 
 
 Function AFSPageGetCellName
-!ifndef v2.0b4
+!ifdef v2.0b3
    Call IsSilent
    Pop $R1
    StrCmp $R1 "/S" exit