Commit graph

19 commits

Author SHA1 Message Date
kichik
0aed504f4a happy new year!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5917 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 14:44:30 +00:00
pabs3
80c2fae5c1 Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-13 16:54:39 +00:00
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
3495441728 no need for function usage deceleration or un. suffix anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5787 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-21 13:26:54 +00:00
joostverburg
cddfeabec9 MULTIUSER_INSTALLMODE_INSTDIR should not be used for the uninstaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5641 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-28 14:34:00 +00:00
joostverburg
71b46b45c3 check whether function from StrFunc.nsh is already included
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5616 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-01 20:31:23 +00:00
joostverburg
c41952ad3a fixed error when a custom installation mode initialization function is used only for the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5587 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 18:22:54 +00:00
joostverburg
94ae8d4d68 fixed error when a custom installation mode initialization function is used only for the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5586 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 18:02:03 +00:00
joostverburg
0d820475ae fixed typo in MULTIUSER_NOUNINSTALL setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5576 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-23 21:00:53 +00:00
joostverburg
c851892b66 fixed bug #1913029 - default installation mode based on registry key is now set correctly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5573 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-12 20:39:55 +00:00
kichik
98b8b28f98 fixed eol-style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5529 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-08 21:10:44 +00:00
joostverburg
48b9003ca1 * added some comments
* added settings for registry key that enables the installation mode to be set to the mode from a previous installation
* fixed a few typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5498 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-28 21:46:31 +00:00
joostverburg
bce63d6a98 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5497 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-28 20:10:15 +00:00
joostverburg
23e1474468 fixed compile error when check for administrator or power user privileges is included
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5488 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 21:26:42 +00:00
joostverburg
1ee934b1f9 corrected info about power users
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5487 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 20:52:33 +00:00
joostverburg
157e867dae fix FunctionEnd command in example code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5486 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 19:17:14 +00:00
joostverburg
f8011438e0 fix typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5478 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-04 13:53:20 +00:00
kichik
e09278687d fixed wrong function name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5476 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 20:45:50 +00:00
joostverburg
0b8811f237 Multi-User Header File: Installer configuration for multi-user Windows environments
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5471 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-02 01:48:34 +00:00