Commit graph

1188 commits

Author SHA1 Message Date
kichik
2cd2142ca3 upgraded to lzma sdk 4.43 for faster compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4772 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-16 08:46:36 +00:00
kichik
51a96f2d75 avoid gcc warning about switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4771 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-16 08:05:22 +00:00
kichik
592feee35c cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4770 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-16 07:53:49 +00:00
kichik
f6e706f2b0 added RequestExecutionLevel
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4753 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-16 14:06:45 +00:00
kichik
c2b6cbe0b7 cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4752 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-16 13:41:17 +00:00
kichik
2f15840257 moved manifest generation to a seprate file and added made it support vista's access level extensions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4751 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-16 13:38:21 +00:00
kichik
f4bfa52981 extracted SetVarsSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4750 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-16 11:35:43 +00:00
kichik
71e601f11f fixed bug #1536377 - incorrect timestamps on big-endian platforms
instead of messing with structs, use simple arithmetic ops to split the time to low & high words


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4738 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-19 12:47:17 +00:00
kichik
f69dde1f7a NLF_ERR_REG_DLL isn't used anywhere, no need to add it to the language table
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4729 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-07 14:01:54 +00:00
kichik
2e365a4e13 fixed bug #1535995 - failed plug-in calls output incomplete messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4728 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-07 13:57:13 +00:00
kichik
593633dec7 like StrCmp and !ifdef, !if is now case insensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4719 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-03 18:49:07 +00:00
kichik
1faa72a2d2 fixed bug #1468852 - Wrong "Total size" reported if greater than 2GB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4714 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:58:22 +00:00
kichik
e530408b95 partial fix for bug #1470826 - unaligned memory access
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4713 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:52:20 +00:00
kichik
aa9edc8427 fixed bug #1504772 - Sources/Platform.h type definitions are not 64bit-safe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4712 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:48:47 +00:00
kichik
b15cf04ef2 fixed bug #1509909 - !system & !packhdr fail with quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4711 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 10:29:23 +00:00
kichik
d9cf0668e2 avoid "statement with no effect" warnings with gcc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4698 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 14:53:27 +00:00
kichik
3e561714e4 fixed bug #1504758 - CRC32 implementation use potentially non-32bit types
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4697 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 14:12:04 +00:00
kichik
70e426839a fixed bug #1504297 - .onVerifyInstDir changes browsing text
script executed in .onVerifyInstDir changes ps_tmpbuf which is returned by GetNSISStringTT and is used for the browsing text


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4694 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 13:15:01 +00:00
kichik
bb2490ce7c my_glob no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4672 212acab6-be3b-0410-9dea-997c60f758d6
2006-05-19 16:04:49 +00:00
kichik
a7d42ace7e fixed bug #1481664 - RMDir can't delete read-only folders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4667 212acab6-be3b-0410-9dea-997c60f758d6
2006-05-19 07:49:16 +00:00
kichik
706c6be323 fixed bug #1481044 - Segfault with nsis 2.16 on MacOS 10.3 (ppc)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4665 212acab6-be3b-0410-9dea-997c60f758d6
2006-05-03 15:43:54 +00:00
kichik
991295e17f fixed bug #1474597 - Mac OS X 10.4 build failures
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4664 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-28 15:54:42 +00:00
kichik
9ed073277d avoid gcc uninitialized warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4663 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-28 13:33:17 +00:00
kichik
8524adc662 better HANDLE definition - pointer can be more than 32-bit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4662 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-28 13:25:48 +00:00
kichik
e5fd5c4d86 virtual destructor to avoid gcc warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4661 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-28 13:23:29 +00:00
kichik
d4cedcefee glob is no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4657 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-15 12:51:02 +00:00
kichik
b6f39da3aa initialize path
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4656 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-15 12:41:09 +00:00
kichik
b97466fdf7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4655 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-14 10:05:01 +00:00
kichik
a4724a1d6b match log_text in util.c
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4649 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-07 16:21:16 +00:00
kichik
b6a484bdc4 oops, that shouldn't be there
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4637 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:46:42 +00:00
kichik
fb5483c73e need util.cpp for unicode conversion on non-win32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4636 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:46:36 +00:00
kichik
580c98a100 implemented RFE #1460586 - Put time stamps in the install log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4635 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:45:03 +00:00
kichik
f1a6014174 size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4633 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:44:28 +00:00
kichik
a7be6822ea automatically pass makensis build settings to script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4632 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:42:30 +00:00
kichik
d2ab1be975 use CResourceEditor helper methods
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4631 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:42:12 +00:00
kichik
90422d4789 another sanity check
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4630 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:40:09 +00:00
kichik
6ca7033812 fixed a crash while adding resources when there are named resources
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4629 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:39:12 +00:00
kichik
daa44a760c properly calculate number of language strings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4624 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 15:22:45 +00:00
kichik
3581eec6ee make !define /date prints act like !define /math
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4623 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-28 18:22:34 +00:00
kichik
12df15a9e5 implemented RFE #1459210 - !define /date should use UTC
added /utcdate flag


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4622 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-28 18:20:28 +00:00
kichik
411a2d5c58 fixed bug #1459789 - Incorrect FileOpen input validation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4621 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-28 17:02:23 +00:00
kichik
9079530840 big-endian compatibility for uninstall_generate
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4620 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 19:43:25 +00:00
kichik
bd9130a0c8 use new generate_unicons_offsets
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4619 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 19:31:54 +00:00
kichik
3697599cb4 big-endian compatibility for generate_unicons_offsets
also a bit refactored using methods from CResourceEditor


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4618 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 19:30:45 +00:00
kichik
eebbf93155 extracted GetResourceDirectory and made it and GetNTHeaders public
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4617 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 18:50:51 +00:00
kichik
668e245a5d fixed virtual address adjustment calculation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4616 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 17:44:17 +00:00
kichik
7ac37fe627 original data of MakeLangID.exe, without aligned virtual section size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4615 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 17:31:48 +00:00
kichik
f579ca1e7e set resource section's virtual size to its unaligned size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4614 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 17:30:57 +00:00
kichik
0907fb648b big-endian compatibility
could have been better, but due to lack of time, original code base and the fact that it works, i'm happy with it


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4613 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 17:24:28 +00:00
kichik
c680fbbc04 write little-endian values in replace_icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4612 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-25 16:29:41 +00:00