Commit graph

6300 commits

Author SHA1 Message Date
kichik
2b2ac0a9af Memory now unlocks and can now be freed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@924 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 12:23:26 +00:00
kichik
4ea2e1eafc v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@923 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 12:13:47 +00:00
rainwater
0dcf9ff3c4 added terminate process
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@922 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 20:47:03 +00:00
rainwater
74875edfc5 Added ExecToLog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@921 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 20:40:41 +00:00
rainwater
a659c508b1 New exec plugin (broke)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@920 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 19:46:49 +00:00
kichik
8dcb0e237f Uses the new plugin call method
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@919 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:50:11 +00:00
kichik
5c3f9f97c3 Better RTL, not perfect yet
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@918 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:27:12 +00:00
kichik
c7b0ee4c5d Added Icon and Bitmap controls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@917 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:25:50 +00:00
joostverburg
78f3d78cf8 version 1.15. Multilanguage example: changed LangDialog to LangDLL::LangDialog (using the DLL name is now required)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@916 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:23:26 +00:00
kichik
e14ef45aaf History updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@915 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:23:14 +00:00
kichik
c3cc4b5b5f Updated info for Icon and Bitmap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@914 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:23:07 +00:00
joostverburg
232392db24 changed LangDialog to LangDLL::LangDialog (dll name is now required)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@913 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:16:44 +00:00
kichik
f8a6be6635 Two new control types: Icon and Bitmap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@912 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:14:34 +00:00
kichik
dd6f4dea41 New translation by Veekee
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@911 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:39:02 +00:00
rainwater
bb3380ae81 forgot recompile crap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@910 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:15:31 +00:00
rainwater
19a293342d Forgot to update usage instructions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@909 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:12:24 +00:00
rainwater
05ab67fc95 Update for new makensisw
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@908 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:09:59 +00:00
rainwater
a366fe072f makensisw now takes same paramters as makensis (path to makensis.exe is no longer passed)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@907 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:08:17 +00:00
kichik
7e0d30e86d Plugin command changed to plugin::command without .dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@906 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 16:00:47 +00:00
kichik
f763a5276f Copmile note added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@905 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 14:35:26 +00:00
kichik
cc30332487 Now only accepts plug-in calls in the form of dllname[.dll]::FunctionName
Prevents clashes with future commands


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@904 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 14:28:10 +00:00
kichik
490104b9cc Now processes plug-in DLLs only if a script is compiled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@903 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 13:15:12 +00:00
rainwater
c1390a83c0 Added UberSplash to the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@902 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 13:10:53 +00:00
kichik
3a2b46e2d4 New UberSplash by Vince
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@901 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 12:56:49 +00:00
justin1014
0bb9e63724 made win9x move/delete on reboot support proper and function like on win2k (in that shit is deleted in order). Also should be slightly smaller (though < 512 bytes difference)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@900 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 05:40:02 +00:00
rainwater
18fbbd621f Fix crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@899 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 01:59:38 +00:00
rainwater
7f0129654f updated link to docs and buffer overrun prob
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@898 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 00:49:51 +00:00
sunjammerx
12f3bc0af7 Fixed a buffer overrun that was causing makensisw.exe to crash - I *think* this is the cause of the elusive crash that's been around for about a week now.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@897 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 23:23:15 +00:00
rainwater
b000b54619 minor update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@896 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 20:12:47 +00:00
rainwater
e3518c0809 Testing new notification
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@895 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 20:09:01 +00:00
joostverburg
3decf1c8bd version 1.14 - small grammar fix & updated UI files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@894 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 19:30:07 +00:00
joostverburg
3a20a31780 version 1.14 - small grammar fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@893 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 19:13:55 +00:00
justin1014
f3bca60d70 Updated RichEdit usage to hopefully be better (still somewhat untested)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@892 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 18:49:24 +00:00
kichik
2c5e3daf0e RichEdit loading handled in WM_INITDIALOG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@891 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 17:27:51 +00:00
justin1014
4cafe448b6 made it so SetCompress off when in whole compression mode throws warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@890 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:52:14 +00:00
justin1014
b9d46504df made SetCompressor handle switching back from bzip2 to zlib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@889 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:38:33 +00:00
justin1014
c411481d1f removed excess compression dependencies since they were never used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@888 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:29:40 +00:00
justin1014
9d5fbbedce fixed 'zlip' to 'zlib' typo in defines :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@887 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:27:25 +00:00
kichik
83e71c5dae v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@886 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:22:25 +00:00
kichik
0f830fbf45 Fixed a bug that prevented the last letter from getting copied
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@885 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:33:55 +00:00
kichik
52892d7e6d Now always loads RichEdit2 if present
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@884 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:25:47 +00:00
kichik
42cea14dde Outputs to ../default.exe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@883 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:21:57 +00:00
kichik
87f5a85e22 v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@882 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:03:05 +00:00
kichik
aa6e0e15f9 UI holder source code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@881 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 10:14:22 +00:00
joostverburg
7905335fc4 Simplified Chinese Language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@880 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 09:43:03 +00:00
rainwater
0694d4c102 fixed some warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@879 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 23:50:08 +00:00
eccles
4e487ad99c DeleteRegKey now complains if given a third parameter
(other than /ifempty)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@878 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 23:00:04 +00:00
eccles
cb16b216d3 exehead.xml no longer required
(added dynamically by makensis)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@877 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 20:05:09 +00:00
eccles
15222e155c Small grammar fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@876 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 19:50:25 +00:00
rainwater
d8916735db more doc updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@875 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 19:02:12 +00:00