Commit graph

2960 commits

Author SHA1 Message Date
kichik
5c6fbf8745 DeleteINIStr and DeleteINISec do set the error flag if there was an error, but not if the key or string were not there before.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3087 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 21:46:32 +00:00
kichik
2f48bf615d DeleteINIStr and DeleteINISec do not set the error flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3086 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 21:41:28 +00:00
eccles
ddeda1ce45 More info about escaping special characters.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3085 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 19:56:08 +00:00
kichik
10c82bd2a9 No need for output from cvsdata.nsi unless it's an error (working this time)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3084 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 18:42:35 +00:00
kichik
21ecbb7198 No need for output from cvsdata.nsi unless it's an error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3083 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 18:37:34 +00:00
eccles
764bdc8f87 A backslash typed into a Text field with MULTILINE flag was not being escaped when saved back to State.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3082 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 00:17:19 +00:00
joostverburg
c84dcdb8a2 abort custom function also work when not using abort warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3081 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-31 18:05:49 +00:00
joostverburg
d4fecb1318 invalid pseudo-class
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3080 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-31 15:23:23 +00:00
joostverburg
4cbad72f44 fixed codepage number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3079 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-31 13:06:48 +00:00
eccles
a7ed10087c - Icon and bitmap controls were being passed the file name string on creation which the control would interpret as the name of a resource, and fail.
- Now passes hInstance to LoadImage call which seems to solve a bizarre sporadic possible Windows bug where the LR_LOADFROMFILE parameter seems to be ignored.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3078 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-30 23:51:44 +00:00
kichik
f9c8fd6682 That shouldn't have gotten in there...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3077 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-30 23:12:25 +00:00
kichik
570f1b0e75 Minimal TreeView item hieght is 16, the height of the checbox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3076 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-30 00:08:21 +00:00
kichik
419d351fc3 No need to escape quotes, the slashes will show in the output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3075 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 22:59:29 +00:00
joostverburg
c71cd7f2cf 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3074 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 18:30:16 +00:00
joostverburg
fd54d7510f 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3073 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 18:19:35 +00:00
joostverburg
a54a0348f2 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3072 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 16:59:15 +00:00
joostverburg
dbc5d96274 v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3071 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 16:58:47 +00:00
joostverburg
947bb6177b fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3070 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 17:05:16 +00:00
kichik
71072d7532 Fixed bug #830913 - if /nonfatal is used a warning should be displayed, not an error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3069 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 15:46:33 +00:00
joostverburg
6b3d1d8cd0 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3068 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 13:55:40 +00:00
joostverburg
5733e2ee0c UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3067 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 12:54:05 +00:00
joostverburg
4d89fd74db 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3066 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 12:53:39 +00:00
joostverburg
c2ae041b98 UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3065 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-26 16:27:27 +00:00
joostverburg
48e38f374c 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3064 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-26 16:27:06 +00:00
joostverburg
13234b6e63 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3063 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-26 13:33:37 +00:00
joostverburg
a88d48d94c lang ID
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3062 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-25 20:50:56 +00:00
joostverburg
cccd428d6a category fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3061 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 17:49:43 +00:00
joostverburg
823c9b0519 renamed MUI_CHECKBITMAP to MUI_COMPONENTSPAGE_CHECKBITMAP
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3060 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 17:06:14 +00:00
joostverburg
8839008f2b fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3059 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 15:56:57 +00:00
kichik
70c6218a70 tab stop for license data - thanks Nick Allan
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3058 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 14:07:46 +00:00
joostverburg
02ffbea99e UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3057 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 11:48:32 +00:00
joostverburg
74bdc7ca4d 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3056 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 11:47:20 +00:00
ramon18
5abb423213 FIX - Portuguese language (upsss)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3055 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 22:19:55 +00:00
ramon18
589961614e Portuguese language files update (nsh->1.67) (UninstallingText changed)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3054 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 22:17:34 +00:00
joostverburg
439d0e1259 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3053 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 20:34:09 +00:00
joostverburg
5d8a229e72 UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3052 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 20:34:00 +00:00
joostverburg
8e03f9ccdf UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3051 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 16:21:54 +00:00
joostverburg
f03286f3b8 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3050 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 16:21:39 +00:00
joostverburg
a0bb0901bf UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3049 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 14:34:17 +00:00
joostverburg
d1b66f9834 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3048 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 14:33:49 +00:00
joostverburg
89c15df8aa version
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3047 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 14:32:35 +00:00
joostverburg
f84a8861c9 credits, history, links, fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3046 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 13:01:59 +00:00
joostverburg
fb8deef368 UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3045 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 12:53:51 +00:00
joostverburg
648a2accc5 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3044 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 12:51:29 +00:00
joostverburg
4a9dac930a fixes: header text, 3 lines welcome/finish title, alternative comp page, docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3043 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 12:43:49 +00:00
joostverburg
8442558574 Modern UI 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3042 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-22 19:23:45 +00:00
joostverburg
7787f4cb4b fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3041 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-22 12:42:27 +00:00
joostverburg
cb0e58dc37 new format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3040 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-21 20:06:09 +00:00
joostverburg
b78b397014 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3039 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-20 12:22:24 +00:00
joostverburg
f9738ee55d 1.66
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3038 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-20 12:15:34 +00:00