Commit graph

13 commits

Author SHA1 Message Date
kichik
5ac5b3f95b deprecate SetPluginUnload and /NOUNLOAD
plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
dffc61dd63 use new artificial functions to remove the need to declare usage of functions from the header files and to remove the unnecessary differentiation between install and uninstall functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5782 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-21 01:12:22 +00:00
kichik
26d527f8e4 fixed links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5481 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-12 15:37:57 +00:00
kichik
140845e1bb typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4982 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-07 18:55:25 +00:00
kichik
43e1e36639 fixed bug #1589877 - Typos in Appendix E
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4806 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-03 12:21:06 +00:00
kichik
bf40650c6e typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4754 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-22 09:14:51 +00:00
kichik
aa43f0c349 Updates by Instructor
1. "WordReplace"
   -Added options "{", "}", "{*", "}*"

2. "GetOptions"
   -Now sets error flag if option does not found

3. "ConfigRead"
   -Now sets error flag if entry does not found

4. New case sensitive functions:
      "WordFindS", "WordFind2XS", "WordFind3XS", "WordReplaceS",
      "WordAddS", "WordInsertS", "StrFilterS", "TextCompareS",
      "ConfigReadS", "ConfigWriteS", "GetOptionsS"


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4517 212acab6-be3b-0410-9dea-997c60f758d6
2006-02-10 10:46:57 +00:00
kichik
817378e7e3 better wording
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4467 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-05 17:57:57 +00:00
kichik
245caeecc0 GetTime updates by Instructor
- Added support for system time (UTC)
- Added example how to convert time to 12-hour format AM/PM


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4456 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-24 15:47:32 +00:00
kichik
34ff6b4bb4 no GetLongPathName on 95
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4347 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 21:54:55 +00:00
kichik
f8062527fa typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
7e2442e17e updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4181 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-21 17:01:32 +00:00
kichik
fd2947c9ae header files of useful functions (Instructor)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4112 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-21 12:37:38 +00:00