git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a35d733
)
nsis-installer-take-three-20031230
author
Jeffrey Altman
<jaltman@mit.edu>
Tue, 30 Dec 2003 22:31:03 +0000 (22:31 +0000)
committer
Jeffrey 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
patch
|
blob
|
history
diff --git
a/src/WINNT/install/NSIS/OpenAFS.nsi
b/src/WINNT/install/NSIS/OpenAFS.nsi
index
62ac3b8
..
a9b5f7d
100644
(file)
--- a/
src/WINNT/install/NSIS/OpenAFS.nsi
+++ b/
src/WINNT/install/NSIS/OpenAFS.nsi
@@
-1811,7
+1811,7
@@
FunctionEnd
Function AFSPageGetCellName
-!ifndef v2.0b4
+!ifdef v2.0b3
Call IsSilent
Pop $R1
StrCmp $R1 "/S" exit