kichik
4cea6a7811
idx not dataHandle
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1993 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-21 23:31:36 +00:00
kichik
69ef5ba1ab
Case insensitive plug-in function names
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1988 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-21 09:14:28 +00:00
kichik
3eaa8894f7
Another line... =/
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1820 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-22 12:58:44 +00:00
kichik
617cf2bbe2
Forgot a line
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1819 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-22 12:56:19 +00:00
kichik
83b92fb6ea
Plugins used both in uninstaller and installer problems should be fixed now
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1817 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-22 12:45:38 +00:00
kichik
1f9aee2b38
Plugin size only counted once now, no more huge "optimizations" when using one plugin a lot of times.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1703 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-14 19:43:14 +00:00
kichik
1d98414847
Installers with plugins now load faster too
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1112 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 13:11:28 +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
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
0b31694486
- Plug-in command can now come in any order in the script
...
- Second plug-in DLL doesn't produce errors anymore
- Infinite loop bug fixed (again)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@678 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 22:12:10 +00:00
kichik
93a5fa4c1c
Sunjammer's code is now fully optimized
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@668 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 16:35:53 +00:00
kichik
6b6709196d
Sunjammer's plug-in feature optimized a bit. Still some work is done in the installer it self, but I am currently working on it
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@661 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 21:55:00 +00:00
sunjammerx
f79499a946
Implemented :: syntax to specify which dll contains the comamd to run (in cases where more than one dll has the same command, OR the command is the same name as a built-in command)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@652 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 20:40:14 +00:00
sunjammerx
7e6be3cf1e
- Fixed a bug in the dll export scanner (spotted and cured by CodeSquid)
...
- Fixed a bug in the installer runtime (spotted by CodeSquid)
- Renamed all usage of ExternalCommand to Plugin
- Added a compile time PluginDir command
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@650 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 19:13:52 +00:00