kichik
47090922dc
fixed bug #1119442 - CreateDirectory sets error flag with paths containing "\\"
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3956 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 15:29:52 +00:00
kichik
0856e2a3c4
applied patch #1179116 - debian amd64/gcc-4.0 build fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3955 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:45:14 +00:00
kichik
4fa0dc6087
fixed bug #1168711 - when leaving the directory page, only set log_dolog if the check box was created
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3954 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:36:19 +00:00
kichik
106939c165
made ExpandEnvStrings set the error flag as the documentation says it should
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3953 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:27:55 +00:00
kichik
033500e72a
added information about non-existing environment variables used in ExpandEnvStrings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3952 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:26:17 +00:00
kichik
7c0a2a1851
fixed bug #1178756 - EnumRegValue now sets the error flag if the enumeration index is out of range
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3951 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:04:05 +00:00
kichik
a28ec7b3c1
some more useful macros
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3950 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 10:30:43 +00:00
kichik
b43ab07a9b
new Malaysian translation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3949 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 09:21:06 +00:00
kichik
7b5819c99c
no longer needed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3948 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:32:46 +00:00
kichik
fde1c303a2
added information about SetCompressor /SOLID
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3947 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:14:23 +00:00
kichik
73bd89e9c3
use solid compression
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3946 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:04:36 +00:00
kichik
9613c8988f
- stubs are no longer included in makensis but read from the Stubs directory
...
- new /SOLID switch for SetCompressor allows setting solid compression without recompiling makensis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3945 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:04:07 +00:00
kichik
c345108cc0
added NSISCALL to functions used in the stub (EXEHEAD)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3944 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 11:23:12 +00:00
kichik
7798a6ab61
reverted latest change as File already removes the read-only flag
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3943 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-31 20:13:47 +00:00
kichik
7a3a452d9a
fixed bug #1168652 - French: Install Location 2 shortcuts on P
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3942 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 21:32:15 +00:00
kichik
02c67b8a83
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3941 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 20:57:16 +00:00
kichik
99fd0223ab
clarified usage of SetCompressor
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3940 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 19:14:59 +00:00
kichik
c9c8811194
- added AddBrandingImage examples
...
- added information about usage of variables
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3939 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 19:09:30 +00:00
kichik
31f957efda
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3938 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 18:09:37 +00:00
kichik
819e5c7e77
remove read only file attribute before using Rename /REBOOTOK
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3937 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-27 17:40:58 +00:00
kichik
54599162b7
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3936 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-24 15:21:40 +00:00
kichik
e94a2c8ab1
replaced spaces with underscores in index output parameter names
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3935 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-22 18:54:12 +00:00
kichik
5c44c11691
added LockWindow description
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3934 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-22 18:30:21 +00:00
kichik
f9016b2bb5
fixed two problematic string length measurements
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3933 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 17:07:48 +00:00
kichik
9053776109
use correct freeing method
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3932 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 17:06:45 +00:00
kichik
849ccff72b
added missing parenthesis
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3931 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 16:18:47 +00:00
kichik
f53f97b4ca
added missing MB_RTLREADING
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3929 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 14:18:04 +00:00
kichik
dd3d4f237a
2.05 -> 2.06
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3928 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 13:53:41 +00:00
kichik
f584ca31b2
updated history
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3927 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 13:44:41 +00:00
kichik
9794354bea
improvements
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3926 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 12:49:34 +00:00
kichik
326556f0e3
fixed bug #1155060 - Install type drop down box not showing default InstType
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3925 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 11:56:23 +00:00
kichik
b42f4595b1
added missing include
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3924 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-18 15:56:27 +00:00
kichik
ccf2bb96a5
applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3923 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 21:26:59 +00:00
kichik
38b94f19a5
implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox"
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3922 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 20:44:31 +00:00
kichik
14836bb4a6
implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox"
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3921 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-15 17:48:22 +00:00
kichik
5ef483cf7b
fixed GlobalFree call with a bad pointer (thanks Takhir)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3920 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-11 11:28:58 +00:00
kichik
2b53221b64
fixed bug #1159700 - SetFont doesn't work well with RTL on Windows 9x
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3919 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-10 18:53:34 +00:00
kichik
0c691fe4f8
fixed compile error without NSIS_CONFIG_CRC_SUPPORT
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3918 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-05 16:56:41 +00:00
kichik
ac0e85db40
fixed bug #1144763 - more than 3 files in uninstall, cannot compile
...
data was added to udata after setro(TRUE) was used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3917 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-05 12:07:13 +00:00
kichik
e9efbba1a2
implemented feature request #711900 - StartMenu SetCtlColors support
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3916 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-04 13:04:14 +00:00
kichik
8db5fa9604
SetCurInstType works without the components page too
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3915 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-03 20:46:08 +00:00
kichik
b4b3f0b1eb
fixed bug #1155836 - Incorrect section group state
...
section flags weren't read again after a recursive call for _RefreshSectionGroups returned
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3914 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-03 20:15:58 +00:00
kichik
548899ccd5
fixed bug #1155588 - missing ClearErrors in GetWindowsVersion
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3913 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-03 17:42:15 +00:00
kichik
b9ecd8f65c
size optimizations
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3912 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-25 15:28:37 +00:00
kichik
4bb5e9b310
available
variable in DirProc's WM_IN_UPDATEMSG handler wasn't properly initialized
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3911 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-25 14:19:00 +00:00
kichik
189afff7c3
applied patch #1123154 - nsis 2.05 makefile missing components.c
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3910 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-25 13:29:49 +00:00
kichik
a7e4a69bb4
fixed plug-ins directory initialization for extremely restricted guest users with no directory listing access to the temporary directory
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3909 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-18 13:39:42 +00:00
kichik
18a03a5eb5
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3908 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-18 09:12:23 +00:00
kichik
d192713026
implemented feature request #1124901 - Registry functions and ShellVarContext
...
all registry instructions now accept SHCTX which is replaced with HKLM or HKCU on runtime according to SetShellVarContext
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3907 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-17 21:20:05 +00:00
kichik
023618b590
Icelandic by Gretar Orri Kristinsson
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3906 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-17 20:38:10 +00:00