Commit graph

2835 commits

Author SHA1 Message Date
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
kichik
b1a527c4ce made the command line parser not ignore any switch just before it didn't have a switch before it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3461 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 20:03:30 +00:00
kichik
1214352131 added information about constants' availability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3460 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 14:46:25 +00:00
joostverburg
325b2b91bf fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3459 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 11:53:51 +00:00
joostverburg
76ff5ca8c3 more fixing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3458 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-03 22:18:08 +00:00
kichik
fa355ff0e3 updated /hdrinfo to include information about lzma too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3457 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-03 13:51:27 +00:00
kichik
e5280834ac Some system I tested on didn't quite get the END part and seeked beyond the end of the file which caused the CRC checksum to be written in a place where the exehead didn't expect it. Because of this, all solid installers compiled on that system failed CRC.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3456 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-03 13:44:03 +00:00
joostverburg
4a6a8ef996 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3455 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 20:16:28 +00:00
joostverburg
10a394dade another fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3454 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 18:59:15 +00:00
joostverburg
48c2216b73 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3453 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 16:59:49 +00:00
joostverburg
d9208004c4 NSIS 1.x history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3452 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 16:00:08 +00:00
kichik
ad20b46de5 no more *.rc for nsisdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3450 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:14:39 +00:00
kichik
dec6634222 rc3->rc4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3449 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:09:40 +00:00
kichik
65c6f9d251 missing "if"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3448 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 14:13:00 +00:00
kichik
61b875bcd0 notes about proxies
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3447 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 14:06:53 +00:00
eccles
75f3aa0691 - "Restores focus to its previous state when exiting" was broken.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3446 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 23:55:08 +00:00
kichik
f98092a996 no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3445 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 22:11:42 +00:00
kichik
1ff9789272 All windows are now created in the main thread where the main dialog is created. This should fix any weird user32.dll crashes caused by different types of messages sent to the main dialog during destruction of the NSISdl dialog. This also reduces the size of the DLL by 0.5KB :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3444 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 18:52:06 +00:00
eccles
38d9a9aa37 - Fixed potential crash caused by WinSock being shutdown while the connection is still open.
- Cleaned up dialog creation a little (some details, such as font, were being changed after the dialog was already visible).
- Restores focus to its previous state when exiting.
- Fixed another one of those "holding down Cancel at the wrong moment can cause the installer to suddenly exit" problems.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3443 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 15:50:00 +00:00
joostverburg
438365532e rc4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3442 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 11:18:01 +00:00
kichik
ebd0852b60 fixed mishandling of MBCS chars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3441 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-31 19:54:45 +00:00
joostverburg
3b65a9cb07 updated Farsi / Persian langauge files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3440 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-31 13:35:28 +00:00
kichik
976e1f7097 - fixed two bugs which caused MBCS chars to be treated wrongly in validate_filename and therefore trim too much when validating a path
- converted minus ones to INVALID_FILE_ATTRIBUTES


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3439 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 23:51:31 +00:00
kichik
44ea5c2787 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3438 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:31:58 +00:00
kichik
fc41843fa0 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3437 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:25:39 +00:00
kichik
bd25e070c8 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3436 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:04:10 +00:00
kichik
8dbe4f1203 fixed a bug that was present since at least 1.3, which caused IO to read heap memory beyond pszListItems and possibly to crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3435 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 20:37:43 +00:00
kichik
de15ecd44b forced a clean-up of the plugins dir and solid installer's temp file on reboot since the regular one wasn't called on windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3434 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 23:18:32 +00:00
joostverburg
547b40d6b5 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3433 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 19:34:32 +00:00
joostverburg
f5d97e7335 no need for a codepage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3432 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 13:58:59 +00:00
joostverburg
ba1cf8fcc2 Latin/Cyrillic version
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3431 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 13:57:57 +00:00
joostverburg
22a8498506 Nike
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3430 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 12:50:02 +00:00
kichik
851032d22a fixed some compile errors caused by removing some config.h options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3429 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 01:23:24 +00:00
joostverburg
1d53ac7649 new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3428 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 21:22:35 +00:00
joostverburg
d7ff25d6a4 page settings info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3427 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 20:23:58 +00:00
joostverburg
64f4f97736 Cyrillic, updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3426 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 19:03:22 +00:00
joostverburg
026debf09b new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3425 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 21:47:37 +00:00
kichik
bb4413a2c6 fixed logging
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3424 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 18:44:31 +00:00
kichik
7e8d9bf641 ASCII only display names
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3423 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 16:58:21 +00:00
kichik
91d6d7e391 Add the disabled flag too so when we return to this page it's disabled again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3422 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 15:23:42 +00:00
joostverburg
88fd4b000b new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3421 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 16:33:40 +00:00
joostverburg
2e29bc806f Indonesian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3420 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 16:27:08 +00:00
kichik
d6076fa59b rc2->rc3
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3418 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:38:17 +00:00
kichik
d9d0eab327 no need for this return instruction
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3417 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:29:41 +00:00
kichik
0d3735bedc Added some missing enabling and disabling of buttons to the settings window
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3416 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:29:32 +00:00