Commit graph

259 commits

Author SHA1 Message Date
joostverburg
efa51b61da UpgradeDLL: set overwrite flag back
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2841 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-05 14:56:20 +00:00
kichik
9e5ccb9a32 - SetCompressor: added /FINAL switch
- SetOverwrite: added lastusd option
- Greek MUI translation v1.66


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2835 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-05 11:46:48 +00:00
kichik
74ea2dc585 * PageEx - every page can be used everywhere and as many times as needed
* DirVar - easy way to add another dir page
* default strings in the language file (Page directory is enough, no need for DirText)
* strings from the language file are now LangStrings that can be used in the script
* no more /LANG - one string for all languages
* any lang strings can be used everywhere, installer or uninstaller (no un.)
* no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey)
* DirText parm for browse dialog text
* SetBkColor -> SetCtlColors - can now set text color too
* fixed SetOutPath and File /r bug
* fixed File /a /oname bug
* added $_CLICK for pages
* added quotes support in lang files (patch #752620)
* extraction progress
* separate RTL dialogs for RTL langs (improved RTL too)
* InstallOptions RTL
* StartMenu RTL
* fixed RegDLL?
* added IfSilent and SetSilent (SetSilent only works from .onInit)
* fixed verify window (it never showed) (bug #792494)
* fixed ifnewer readonly file problem (patch #783782)
* fixed wininit.ini manipulation when there is another section after [rename]
* fixed some ClearType issues
* fixed a minor bug in the resource editor
* fixed !ifdef/!endif stuff, rewritten
* lots of code and comments clean ups
* got rid of some useless exceptions handling and STL classes (still much more to go)
* lots of optimizations, of course ;)
* updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready)
* minor bug fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
joostverburg
c5b69c819d fixed InstallOptions link on site
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2817 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 17:43:41 +00:00
flizebogen
91e3fee204 Added very basic informations about the new version commands (VIProductVersion, VIAddVersionKey)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2812 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-15 16:36:58 +00:00
sunjammerx
c321d4c0df Fixed broken processor pack link.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2807 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-13 12:30:55 +00:00
kichik
2449fbc6bd Rename /REBOOTOK doesn't care if the destination exists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2797 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-09 23:23:14 +00:00
kichik
962d787224 Rename can't overwrite
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2795 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-08 22:03:11 +00:00
kichik
156426e038 /S is case sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2785 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-04 12:16:57 +00:00
joostverburg
1845d6a828 new UpgradeDLL syntax
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2781 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 21:06:56 +00:00
joostverburg
6919ce3e3e typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2775 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-26 12:54:29 +00:00
joostverburg
fd91250b8a UpgradeDLL: temp base dir support (to solve Win9x issues)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2774 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-26 12:45:39 +00:00
joostverburg
061dce82f1 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2748 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 21:25:42 +00:00
joostverburg
91dc660c02 lots of updates: user variables, new instructions, text updates, changelog etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 19:46:37 +00:00
kichik
5ed85b24be SetShellVarContext doesn't work for $QUICKLAUNCH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2714 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-13 11:19:11 +00:00
joostverburg
528cbb7324 compiler compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2694 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-06 21:39:56 +00:00
o_owd
e52b3432d9 internal links update. replaced \k with \R.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2682 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 11:09:54 +00:00
o_owd
a4723522cf updated LicenseBkColor help
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2674 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-24 10:00:15 +00:00
joostverburg
63a1f7a0e3 changelog, info, doc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2665 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 11:22:55 +00:00
o_owd
26dcf66d68 adeed AllowSkipFiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2663 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-20 18:04:56 +00:00
kichik
6443dfeb61 Should work on Windows 98 now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2662 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-20 17:44:44 +00:00
kichik
c5c57c0fdb default value for reg keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2622 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-08 18:23:15 +00:00
kichik
38606c296e Latest documentation by flizebogen
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2595 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-30 11:42:06 +00:00
joostverburg
7efaadfcff UpgradeDLL - register DLL on reboot fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2581 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 19:45:24 +00:00
kichik
82cebbf365 Bug 738682 fixed - .onGUIEnd => un.onGUIEnd
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2554 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-16 10:05:20 +00:00
kichik
2a54ed32e6 Compile NSIS for NSIS_CONFIG_LOG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2551 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-14 09:59:11 +00:00
kichik
9dae86701f .onGUIEnd
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2550 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-14 09:54:02 +00:00
kichik
e857a8927b 8bpp max for CheckBitmap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2540 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-09 19:19:40 +00:00
kichik
9599e280a5 Tab
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2525 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-01 19:28:18 +00:00
flizebogen
0b9c1c4d3d Added description for Ifabort, modified SectionSetText, added Errorlevel description
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2477 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-21 18:52:31 +00:00
flizebogen
0e8b582375 Updated Changelog and added "compiling NSIS Sources" notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2470 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-19 16:29:15 +00:00
flizebogen
1337d5cde6 Added "How to Read REG_MULTI_SZ Values" to Useful Infos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2455 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-10 17:44:47 +00:00
joostverburg
7ce9651864 that was test stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2453 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-07 18:45:28 +00:00
joostverburg
a1ecd322a7 updated GetWindowsVersion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2450 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-07 17:55:59 +00:00
kichik
2953a75330 Capital F - typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2439 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-06 15:45:37 +00:00
flizebogen
17f3de5985 Updated Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2438 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-05 14:50:12 +00:00
flizebogen
bd99b6d7dc Changed Conditional Compilation docs to default style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2429 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-04 19:26:45 +00:00
kichik
0e30afb5d9 Hopefully readable now: indent -nut -kr -bl -bli0 -i2 *
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2423 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-04 14:43:36 +00:00
joostverburg
4d18e498c2 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2420 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-04 09:30:09 +00:00
kichik
daba7d0e80 S1 not S2 for !addincludedir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2416 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-03 14:27:38 +00:00
joostverburg
238051f56f macro's can contain !ifdef etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2403 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-31 14:28:43 +00:00
flizebogen
b6117c6992 Changed section syntax again (added req flag)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2402 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 17:12:08 +00:00
flizebogen
ddb1214134 Section Syntax (! for bold sections)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2401 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 16:49:13 +00:00
joostverburg
31bbb272b2 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2399 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 12:45:31 +00:00
joostverburg
e1cd0373a4 updated changelog, blue links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2398 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 12:21:00 +00:00
flizebogen
8bf38c08ba Updated RMDIR command Syntax, added internal Referencies, rearanged order of some commands (by letter), new css file (no underlines for links)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2393 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-29 17:33:48 +00:00
flizebogen
01b0fb71f0 Updated SetBKColor and Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2388 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-28 20:45:40 +00:00
kichik
7212948929 Now shows line number for unresolved \R cross-references
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2386 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-28 18:32:16 +00:00
kichik
13d4130442 No need for two LoadLangugeFile sections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2384 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-28 13:24:25 +00:00
flizebogen
5dd33fff25 Updated Tutorial, typos and a few links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2383 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-27 19:45:50 +00:00