- updated history

- added information about silent installers/uninstallers


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3462 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-02-04 21:13:50 +00:00
parent b1a527c4ce
commit 2e9cb26270
7 changed files with 152 additions and 27 deletions

View file

@ -129,7 +129,7 @@
\c ; ($R0 at this point is "ass string")
\c
\c Function StrStr
\c Exch $R1 ; st=haystack,old$R1, $R1=needle
\c Exch $R1 ; st=haystack,old$R1, $R1=needle
\c Exch ; st=old$R1,haystack
\c Exch $R2 ; st=old$R1,old$R2, $R2=haystack
\c Push $R3