kichik
2b3da85bae
always create a valid standard input handle
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3512 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-12 10:28:49 +00:00
kichik
a05b0f6c61
made search for .dll in plug-in names case insensitive
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3511 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-11 19:29:04 +00:00
joostverburg
d8201ccded
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3510 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-11 17:13:27 +00:00
joostverburg
263542a0b6
new LZMA source files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3509 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-07 10:46:09 +00:00
kichik
d18cea205c
- lzma exehead is now 34kb instead of 34.5kb thanks to the new LZMA C SDK and should be much faster due to removal of critical section usage (not tested too much, test before usage)
...
- applied some parts of patch #875485
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3508 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-06 18:37:19 +00:00
eccles
ca9582c925
Windows 95 (OSR2)/98/ME no longer see drive free space capped to 2GB.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3507 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-06 12:31:26 +00:00
joostverburg
e90fe421d6
updated outdated info about shell extensions and compression methods
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3506 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-04 21:37:09 +00:00
joostverburg
11cb856326
new Orange theme graphics
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3505 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-29 15:44:35 +00:00
kichik
4d889381ca
only append the last part of the path specified using InstallDir if it is not also the first
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3504 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-27 14:13:08 +00:00
joostverburg
ee36f61aa3
return value info
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3503 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-26 17:03:29 +00:00
joostverburg
81ec7e4559
link to development page
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3502 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-25 23:31:36 +00:00
joostverburg
d3214f7466
license notes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3501 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-23 18:39:50 +00:00
joostverburg
fc31238735
link text not cut off when high dpi setting is used
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3500 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-23 17:46:16 +00:00
joostverburg
4fb91fac21
wrong filenames
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3499 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-23 17:22:17 +00:00
eccles
4f02d7930c
Note about BITMAPs being centered.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3498 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-21 15:42:24 +00:00
eccles
703548d9bf
Now, IO bitmaps never have any surrounding background.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3497 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-21 15:28:05 +00:00
eccles
6f96381818
We now centre bitmaps manually, to avoid differences in behaviour between XP and everything else.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3496 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-21 15:18:22 +00:00
joostverburg
c3ce5271a3
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3495 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-20 17:29:06 +00:00
kichik
b4f63105e1
AllowRootDirInstall should now work along with InstallDirRegKey when the specified registry value contains a root directory without a trailing backslash. When writing $INSTDIR as is, this will always be the case.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3494 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-20 15:13:13 +00:00
joostverburg
7b77fdcba5
1.03
...
- Added commands support for uninstall sections and functions
- Fixed variables switch in "StrLoc" and "StrTok" after using these
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3493 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-17 13:38:45 +00:00
joostverburg
92ebf81a32
Orange theme by MoNKi
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3492 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-16 19:11:02 +00:00
joostverburg
2240ff4a03
UpgradeDLL: rundll32l not always in $SYSDIR
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3491 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-15 13:03:15 +00:00
joostverburg
870351dffd
background color for welcome/finish page bitmap not set when image is stretched
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3490 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-14 19:41:51 +00:00
joostverburg
f54266d41b
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3489 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-11 22:00:27 +00:00
anoncvs_ezcontents
2fed742279
Calling show after a failed initDialog caused a freeze.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3488 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-10 23:29:49 +00:00
joostverburg
4bd2132d6a
option text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3487 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-08 13:53:38 +00:00
joostverburg
a9203269da
Expand all / Hide all options
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3486 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-08 13:40:52 +00:00
kichik
3f313004cb
fixed typo - MUI 1.70, not 1.79
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3485 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-08 13:05:06 +00:00
kichik
7c9ab6c657
added Contrib\\Modern UI\\images
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3483 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 21:13:56 +00:00
kichik
a4a0e1b063
(deguix) replaced StrSort and updated documentation some more
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3482 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 15:47:54 +00:00
kichik
569b4fb8e1
check if smaller than 31 (=control char) as unsigned
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3481 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 14:24:51 +00:00
kichik
95b34056d2
rc4->final
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3480 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 00:42:52 +00:00
kichik
58efd7312d
added deguix's collection of string functions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3479 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 00:39:42 +00:00
kichik
8c8a8a701d
updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3478 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:55:43 +00:00
joostverburg
69b399507a
bottom text link
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3477 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:27:39 +00:00
joostverburg
32589a1d28
NSIS 2.0
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3476 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:17:43 +00:00
joostverburg
b804b8c403
fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3475 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:14:34 +00:00
joostverburg
0b4e16ef1e
design
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3474 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:03:59 +00:00
joostverburg
956710c71d
Modern UI 1.70
...
* Improved documentation
* New Init custom function for Welcome and Finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3473 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:01:57 +00:00
kichik
4a8e19199a
only free the PIDL in DirProc, don't parse it too so g_tmp gets overwritten with the entire path instaed of just the display name
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3472 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 22:37:46 +00:00
kichik
80c8c38055
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3471 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 18:19:51 +00:00
kichik
77022dde8b
replaced tabs with spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3470 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 17:36:48 +00:00
kichik
2027f3c76d
llama.bmp doesn't have the color 0x00005B in it
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3469 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 16:56:30 +00:00
kichik
4e3f2c485e
made the command line parser cut right on /D= and _?= and not one char before. this way foo.exe "bla"/D=..., which appears to be valid in other applications, will not get the last quote cut off.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3468 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 16:31:32 +00:00
kichik
5ffa23ff64
UninstallIcon, not UnIcon
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3467 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-05 21:47:08 +00:00
eccles
5c83974226
cmdline and realcmds might not be pointing to the same string.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3466 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-05 14:06:05 +00:00
kichik
d07ec8774f
fixed some mismatched new and delete operators
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3465 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-05 12:19:02 +00:00
kichik
d08b963619
fixed uninstallers (thanks again eccles ;)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3464 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 23:12:54 +00:00
kichik
ff74ffb34b
fixed $CMDLINE corruption (thanks eccles)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3463 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 22:40:36 +00:00
kichik
2e9cb26270
- updated history
...
- added information about silent installers/uninstallers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3462 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 21:13:50 +00:00