Commit graph

2967 commits

Author SHA1 Message Date
joostverburg
a1f64d2d4c compiles with NSIS_SUPPORT_CODECALLBACKS disabled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3600 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:47:14 +00:00
kichik
5ab7a5eeb1 2.0->2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3599 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:29:58 +00:00
kichik
c5af89209c fixed handling of relative paths such as \file.ext in do_add_file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3598 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:29:03 +00:00
kichik
010dc75a71 converted RMDir back from SHFileOperation to the good old manual method
- RMDir can now be used with both /r and /REBOOTOK
- RMDir /r no longer leaves lots of files behind if one file removal failed
- The plug-ins directory is now always deleted, if not immediately, then after reboot
- RMDir /r prints a detailed log of its actions


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3597 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 17:03:07 +00:00
kichik
7270abe8d3 close installer on WM_QUERYENDSESSION instead of trying to clean up on WM_ENDSESSION which doesn't work if there's an active plug-in (for example, when the finish page is showing)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3596 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 16:47:19 +00:00
joostverburg
cbd1b0427c Luxembourgish language files by Jo Hoeser
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3595 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 12:39:42 +00:00
kichik
bb3f7be9ba added !execute
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3594 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 11:29:28 +00:00
kichik
3181bf4b4d size optimization - lzma exehead is now 33.5kb
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3593 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 11:05:48 +00:00
joostverburg
09d09d59d7 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3592 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-01 14:45:36 +00:00
kichik
f212f43855 updated colors.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3591 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-24 12:34:47 +00:00
kichik
f43be4183a - fixes by brainsucker:
* Bug with proc call parts redefinition, # for example
* Bug with memory protection during callback processing (XP SP2)
- updated documentation:
* all examples now work, thanks to brainsucker's fixes
* visual improvements
* pointer information


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3590 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-23 17:23:34 +00:00
kichik
f27b869756 some basic color defines by Rob Segal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3589 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-15 17:54:08 +00:00
kichik
0735b7400e fixed internet shortcuts creation with CreateShortcut (thanks rex123)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3588 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-15 17:37:11 +00:00
kichik
bf4d3c6c94 DeleteRegKey fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3587 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 21:06:18 +00:00
kichik
f5fddd3f24 variables confusion (Comm@nder21)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3586 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 18:39:20 +00:00
kichik
a4ea07f3fa fixed unicode conversion with iconv
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3585 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 18:32:27 +00:00
kichik
f52f1c921f 'bla'->'${VALUE}'
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3584 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-07 17:06:54 +00:00
joostverburg
40fc357e89 more things NSIS_CONFIG_PLUGIN_SUPPORT relies on
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3583 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-06 23:43:14 +00:00
joostverburg
1f042ea131 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3582 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-02 17:27:00 +00:00
kichik
8233ce2db2 made the agree radio button come before the disagree radio button in the license page's tab order so pressing the up key will move the selection up and not down
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3581 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-01 20:22:38 +00:00
kichik
6fd6f0c453 applied patch #983523 - Spelling errors on spanish language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3580 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-01 19:53:15 +00:00
kichik
654c416c15 added DirVerify to the list of the directory's page supported options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3579 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 21:54:23 +00:00
kichik
da90827244 latest StrFunc example and readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3578 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 20:00:50 +00:00
kichik
5d8517c328 - extended maximum binary data for WriteRegBin to 3 * NSIS_MAX_STRLEN
- fixed FileRead setting the error flag when a null character is the first character it reads
- made File /nonfatal always produce a warning if the file can't be found
- some size optimizations


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3577 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 19:53:05 +00:00
kichik
d1f241e6c8 patch #977897 by Anders - IntOp shr & shl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3576 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 15:24:20 +00:00
kichik
d05b8bc6ad 2.0->2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3575 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 11:19:17 +00:00
kichik
4a3f5ecb73 bump zip2exe version to 0.32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3574 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 10:48:31 +00:00
kichik
88c19d767d fixed a crash caused by defining a macro in a file included by another macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3573 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 10:16:31 +00:00
kichik
c1dc7b8c92 added msys/cygwin requirement for rm and echo commands
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3572 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 20:06:31 +00:00
kichik
f23f6c62fb always make target dirs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3571 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 15:51:59 +00:00
kichik
9b061b5fc9 fixed compatibility with gcc 3.3 and improved makefiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3570 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 12:42:41 +00:00
kichik
bbd00dc276 fixed MMapBuf on POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3569 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 11:44:03 +00:00
kichik
49c2c1e139 bug #961027 - clarification that CreateShortCut requires the path of link exists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3568 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 09:36:45 +00:00
kichik
6b7c67458d zip files created on Windows use the OEM code page - conversion to ANSI code page added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3567 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-18 18:58:56 +00:00
kichik
d2ba6bd725 fixed problems with quotes and spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3566 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-18 17:59:36 +00:00
kichik
e98c0550c3 missing "there" added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3565 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-18 17:39:56 +00:00
kichik
4e6cf01f9c added getWindow
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3564 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-17 17:54:48 +00:00
joostverburg
aeaefd9776 fixed compilation without background gradient support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3563 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-12 15:34:34 +00:00
kichik
164589a75d updated compilation information
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3562 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-12 14:01:46 +00:00
kichik
732849f297 updated history for 2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3561 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 16:13:51 +00:00
kichik
b11c65e0f8 - added BGFont that allows setting the background text font
- made Times New Roman default font for the background text because it should always have support for the locale's language


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3560 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 15:33:00 +00:00
kichik
0799b35cd6 updated by Yaron Shahrabani
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3559 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 13:25:12 +00:00
kichik
c50e17955c case changes for #include lines for cross compiling (Michiel Ephraim)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3558 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 11:24:09 +00:00
kichik
5805930656 html fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3557 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:33:59 +00:00
kichik
74051c80de new, hopefully more informative, System plug-in documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3556 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:31:45 +00:00
kichik
879a8245bc (brainsucker) bug-fix-release, 4.06.2004
1. System::Copy /SIZE fixed (Kichik).
2. System::Copy with destination auto-allocation now pushes destination
address on stack.
3. Callbacks fixed (Kichik's kick is awesome).


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3555 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 15:32:05 +00:00
kichik
5c4deddee2 hCompressionThread is not an handle on POSIX, casting added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3554 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 11:52:01 +00:00
kichik
13b3590472 test both cases
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3553 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 11:49:02 +00:00
kichik
647d61ff24 SetOutPath "-" works again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3552 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 11:05:29 +00:00
joostverburg
8031329c3d fixed cvs root patching
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3551 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-01 12:29:46 +00:00