Commit graph

21 commits

Author SHA1 Message Date
kichik
409190db2f b1 (CVS) label
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1938 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-11 19:33:20 +00:00
kichik
0c8f15a05e Page size in /HDRINFO
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1899 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-05 19:44:29 +00:00
kichik
03e17bbbed nsisconf.nsh works again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1795 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-20 17:41:00 +00:00
kichik
be7192efb7 /NOCD instead of /CD
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1704 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-14 20:03:07 +00:00
rainwater
0257d4fbc5 Renamed nsisconf.nsi to nsisconf.nsh since it is really a include file. The NSIS installer will rename the nsisconf.nsi file to nsh if present to prevent upgrade issues.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1259 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 23:03:34 +00:00
justin1014
bcdd65afd5 updated /HDRINFO text =)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1075 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:43:41 +00:00
kichik
34ff80ab5f Shows the right name when can't open script (doesn't show the .nsi appended)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1051 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 16:42:41 +00:00
kichik
a607325d97 Added /version command line option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1002 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 19:48:41 +00:00
kichik
b95bb39182 Version change
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@958 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-08 14:22:40 +00:00
justin1014
64e81bd4c7 made SetCurrentDirectory check for error for /CD
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@947 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 21:02:38 +00:00
sunjammerx
52d70d4a8c *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@925 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 13:18:12 +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
kichik
5e18d63dd4 alpha 7
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@723 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-22 22:46:01 +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
c3c52d4f4c Improved Sunjammer's code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 15:04:45 +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
kichik
334dad1e15 Compiles without Platform SDK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@649 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 14:31:50 +00:00
sunjammerx
31ad4513e9 Added automatic use of dll commands (see config.h for more details)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@645 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 02:05:00 +00:00
kichik
c4f7a48f8c version updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@643 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 21:22:55 +00:00
sunjammerx
7f3ad99e51 Added KiCHiK (Amir Szekely) to the list of contributors output when makensis.exe runs.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@639 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 19:49:09 +00:00
kichik
3e9e73ec59 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 10:01:35 +00:00