Commit graph

1501 commits

Author SHA1 Message Date
joostverburg
4462ab3fa5 button text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3776 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-20 20:11:02 +00:00
joostverburg
067e4293bc corrected uninstaller finish page text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3767 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-13 19:33:27 +00:00
joostverburg
484c07a54a removed trailing space after string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3759 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-26 14:57:26 +00:00
joostverburg
92729a99ca fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3755 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-24 13:10:23 +00:00
kichik
89d3581649 Added another parameter to plug-in functions. This parameter is a structure with pointers to exec_flags and ExecuteCodeSegment. This is backward compatible with older plug-ins because plug-in functions use the __cdecl calling convention which means NSIS clears the stack.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3751 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 17:43:08 +00:00
kichik
406accb6cf updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3742 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 19:08:54 +00:00
joostverburg
bc7c5f9486 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3741 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 16:39:52 +00:00
joostverburg
3a7bfe74e6 The selected language is only stored in the registry when installation was succesful
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3730 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 15:43:24 +00:00
kichik
bfb170dba1 case change for language name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3725 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 22:44:12 +00:00
joostverburg
7c4b5bc3d3 Albanian language files by Besnik Bleta
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3709 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 14:54:18 +00:00
kichik
2d96e61a68 - tabs to spaces
- removed obsolete commented code


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3698 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 14:50:50 +00:00
ramon18
7cf2ae3160 #1042367 - Banner fixed for bug 1022399 now hangs, code simplified on banner destroy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3697 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 00:53:04 +00:00
kichik
80f062d8ce - fixed bug #1022399 - Only initial banner is in foreground
- added a few more checks


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3690 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-01 13:14:13 +00:00
kichik
4964bf6ef3 case change for language name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3676 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-30 10:37:39 +00:00
kichik
006083f626 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3675 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-29 16:36:00 +00:00
kichik
28c2e72073 Library fixes and improvements:
- always register DLL/TLB, even if the installer didn't copy it there
 - only copy one RegTool and use it to register all of the DLLs and TLBs
 - extract the RegTool as an .exe so explorer won't complain it doesn't know how to open the file
 - fixed REGDLLTLB registering just as a TLB


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3660 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-24 12:38:23 +00:00
ramon18
9c8af69119 #1008509 - Fixed compilation of plugin NSISdl under VS.NET
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3657 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-17 22:53:34 +00:00
joostverburg
7e893b2a80 corrected spelling of "Welcome" (patch 1026048)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3652 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-10 21:09:37 +00:00
kichik
eb0e1fa14d close all open file handles when one of them fail to open
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3649 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-07 19:50:13 +00:00
joostverburg
776eb349c0 filename corrections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3648 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-05 12:21:17 +00:00
joostverburg
f1ac2cc1ba fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3647 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-04 14:26:54 +00:00
kichik
ba4e09bc04 1*2000 is not 1000
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3646 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-03 13:14:26 +00:00
kichik
bfeb898451 three functions, not two
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3645 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-03 13:13:36 +00:00
kichik
4cb6161b0f added /NOIEPROXY (based on memph's code)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3643 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-02 21:07:12 +00:00
kichik
b58a609b69 Bin\\MakeLangId.exe source code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3629 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-18 15:56:56 +00:00
kichik
91a59170e9 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3626 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-14 12:28:15 +00:00
kichik
46d41fb79c DirRequest's title is set by Text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3623 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 21:14:14 +00:00
kichik
1b4d15a40b - patch #1005664 - nlf inclusion problems on case sensitive platforms
- fixed Mongolian.nsh


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3620 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 19:26:10 +00:00
joostverburg
44e438a91f fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3617 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-12 22:25:12 +00:00
joostverburg
be68386f13 Mongolian language files by Bayarsaikhan Enkhtaivan
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3616 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-12 22:23:16 +00:00
joostverburg
b0ff95667c fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3614 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-11 20:29:08 +00:00
kichik
2af0e9c2c5 moved Luxembourgish.nsh to the right folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3608 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 10:52:47 +00:00
joostverburg
f6e096dd36 DLL version 2.41
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3603 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:06:39 +00:00
joostverburg
4e4b0e8420 new system for DLL/TLB library setup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3601 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:04:13 +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
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
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
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
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
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
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
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
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
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
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