Commit graph

3714 commits

Author SHA1 Message Date
kichik
0bf379e18e width should be 96, not 95
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4361 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-25 13:09:28 +00:00
kichik
82bddea6c0 added InstallDirRegKey examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4360 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 16:52:16 +00:00
kichik
c554872e1b - extracted reading an entire file to function read_file
- using vector<uchar> for file contents


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4359 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 15:53:58 +00:00
kichik
17fa7db2df cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4358 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 14:46:01 +00:00
kichik
a2177c9b8b dir_readers' memory now freed by boost::scoped_ptr
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4357 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 13:40:52 +00:00
kichik
872e35f0e7 it's SHGetSpecialFolderLocation not SHGetSpecialFolderPath
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4356 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 13:25:10 +00:00
kichik
c8b40f40f4 toolbar24h.bmp is english as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4355 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 12:06:43 +00:00
kichik
5375d9220c added manifest for xp style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4354 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 12:05:33 +00:00
kichik
2513f74699 sort the combo box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4353 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:55:01 +00:00
kichik
e225eea343 don't relay on the order in the combo box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4352 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:54:35 +00:00
kichik
7fa7361447 use same style for all blocks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4351 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:38:45 +00:00
kichik
b33ce7e1df free the allocated memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4350 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:37:38 +00:00
kichik
f555ea4420 clean-up on ok and cancel as well, not only close
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4349 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:31:03 +00:00
kichik
3b16701629 added comments
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4348 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:26:27 +00:00
kichik
34ff6b4bb4 no GetLongPathName on 95
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4347 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 21:54:55 +00:00
kichik
f3b771634e fixed bug #1008632 - some special folders don't always work in Windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4345 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 20:54:44 +00:00
kichik
7fb1bfc096 missing backslash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4344 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 16:07:13 +00:00
kichik
20dbc17dfa added flag descriptions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4343 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 15:47:14 +00:00
kichik
8255a45df0 added a note about sections.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4342 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 15:45:02 +00:00
kichik
7c4de9c74d handle /NOIEPROXY, even if /PROXY is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4341 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:24:01 +00:00
kichik
e6673d6f0e added information about /PROXY
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4340 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:16:05 +00:00
kichik
5d92e7fcfb tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4339 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:06:25 +00:00
kichik
3be7d0d9e3 applied patch #1334166 - nsisdl: /PROXY switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4338 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:05:53 +00:00
kichik
3b941a1e07 updated history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4337 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 13:55:15 +00:00
kichik
a9c8f27cb3 applied patch #1334155 - zip2exe: checkbox for solid compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4336 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 13:53:27 +00:00
kichik
d6145f7e0f provide stdin to keep xcopy happy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4335 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-20 19:36:03 +00:00
kichik
7ac5477abc use NLF_STRINGS_NO_SPECIAL instead of NLF_STRINGS - 3, as the number three can easily change
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4334 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-18 13:12:47 +00:00
kichik
4e33bf099a added NLF_STRINGS_NO_SPECIAL, number of real NLF strings, not including special strings not defined in the NLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4333 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-18 13:12:08 +00:00
kichik
5d91cbcd10 added inline comment example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4332 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-18 12:04:34 +00:00
kichik
9ab47b62b5 fixed bug #1328629 - Explicitly setting $LANGUAGE does not operate as expected
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4331 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-17 13:39:18 +00:00
icemank
0a17affe37 Fixed #ifdef blocks.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4330 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-16 12:52:04 +00:00
icemank
2bae0bb2ee Fixed indentations.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4329 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-16 12:50:29 +00:00
icemank
174feaed16 Fixed comment handling.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4328 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-16 05:37:13 +00:00
kichik
b8991b1482 original LIB is used, no need to remove #/.sconf_temp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4327 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-13 14:49:39 +00:00
kichik
e1d65c2150 don't add /GX to defenv
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4326 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-13 13:33:28 +00:00
kichik
8507a9027d added workaround for Platform SDK's libcp.lib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4325 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-13 13:16:38 +00:00
kichik
0f7012e04e use my_convert in !delfile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4324 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 14:40:36 +00:00
kichik
8414047fd9 fixed bug #1320297 - LogicLib.nsh portability issues
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4323 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 14:26:25 +00:00
kichik
c94fdbf119 added !appendfile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4322 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 14:24:21 +00:00
kichik
e7bdb6aad8 no language strings and variables with InstallDirRegKey
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4321 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 13:50:26 +00:00
kichik
23f9afc99d possible .data optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4320 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 13:32:47 +00:00
kichik
0d494737dc extract RegTool with the random data as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4319 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-12 11:10:23 +00:00
kichik
f3d46b8cb5 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4318 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 20:04:17 +00:00
kichik
315c7b1d64 * strip quotes and /S from RegTool's RunOnce key before checking if it exists
* added random data to the extraction name of RegTool to avoid problems with install->reboot->install->reboot


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4317 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 16:47:58 +00:00
kichik
babe73be5b updated change log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4316 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 16:31:27 +00:00
kichik
d144639111 write HWND and HWND2 entries to the INI with the control's HWND
no more weird calculations when there's a browse button


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4315 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 16:27:04 +00:00
kichik
49179ea08d Platfrom SDK's headers and libraries are newer than VC Toolkit's
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4314 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-10 11:45:01 +00:00
kichik
8aa498bc5d output an error message for SCons 0.96.90 or older, instead of a TypeError exception
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4313 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-08 21:13:02 +00:00
joostverburg
34b6c3357d larger browse button, localized texts will fit in better
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4312 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-08 10:27:25 +00:00
kichik
02de188fee no need for 'SectionIn RO' to be case sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4311 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-07 15:45:08 +00:00