kichik
335fd47066
made the Reboot command first quit and then reboot
...
- fixed bug #989690
- the installer now denies reboots while running
- the Reboot instruction no longer returns or sets the error flag
- added .onRebootFailed which is called when Reboot fails
- installer should now always clean-up when rebooting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3729 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 13:56:02 +00:00
kichik
b5cab9b25f
link to .onInit
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3728 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-13 18:39:20 +00:00
kichik
38b693f19a
added small usage examples
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3703 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 18:41:43 +00:00
joostverburg
d539bfc9ae
fixed parameter name
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3699 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 16:32:32 +00:00
kichik
b57f43ce92
added shl and shr to IntOp
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3674 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-28 21:25:08 +00:00
kichik
3e7c2c464d
added information about uninstallers and error levels
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3672 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-25 14:56:59 +00:00
kichik
5e960e1fd3
relative jumps now work with instructions that add multiple entries (including plug-in calls)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3670 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-25 13:35:03 +00:00
kichik
e82748702c
- added GetErrorLevel and SetErrorLevl
...
- fixed some inconsistencies in the error levels the installer/uninstaller set
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3668 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-25 10:49:08 +00:00
kichik
6c5208649f
updated history
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3664 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-24 14:05:12 +00:00
kichik
92d5893afa
added an optional flag called USE_PRECOMPILED_EXEHEADS
...
set it to 1 to force the makefile to use the precompiled exehead .h files that come with NSIS releases
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3662 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-24 13:27:56 +00:00
kichik
f57a919c54
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3651 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-10 13:54:59 +00:00
kichik
2849e0d88b
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3650 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-09 17:19:47 +00:00
kichik
03d49340dc
added the bgbg bug to the history
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3640 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-21 11:04:02 +00:00
kichik
ec0b2c6d26
link to cross compiling howto
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3639 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-21 10:58:25 +00:00
kichik
bb61a0b0b2
- SetFont /LANG=
...
- ^Font and ^FontSize
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3624 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 21:32:05 +00:00
kichik
727caf534d
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3612 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 14:17:00 +00:00
kichik
26a5818683
Window->Windows
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3611 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:54:07 +00:00
kichik
d70b350c4f
history updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3610 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:25:19 +00:00
kichik
e6c31f04ed
cleared up some InstType indexing confusion
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3607 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 10:14:23 +00:00
joostverburg
7615a25883
updated documentation: new system for DLL/TLB library setup, useful script code, history, credits, intro, tutorial
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3602 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:06:27 +00:00
kichik
010dc75a71
converted RMDir back from SHFileOperation to the good old manual method
...
- RMDir can now be used with both /r and /REBOOTOK
- RMDir /r no longer leaves lots of files behind if one file removal failed
- The plug-ins directory is now always deleted, if not immediately, then after reboot
- RMDir /r prints a detailed log of its actions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3597 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 17:03:07 +00:00
kichik
bb3f7be9ba
added !execute
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3594 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 11:29:28 +00:00
kichik
f52f1c921f
'bla'->'${VALUE}'
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3584 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-07 17:06:54 +00:00
kichik
654c416c15
added DirVerify to the list of the directory's page supported options
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3579 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 21:54:23 +00:00
kichik
d05b8bc6ad
2.0->2.01
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3575 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 11:19:17 +00:00
kichik
c1dc7b8c92
added msys/cygwin requirement for rm and echo commands
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3572 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 20:06:31 +00:00
kichik
49c2c1e139
bug #961027 - clarification that CreateShortCut requires the path of link exists
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3568 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-19 09:36:45 +00:00
kichik
e98c0550c3
missing "there" added
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3565 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-18 17:39:56 +00:00
kichik
164589a75d
updated compilation information
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3562 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-12 14:01:46 +00:00
kichik
732849f297
updated history for 2.01
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3561 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 16:13:51 +00:00
kichik
b11c65e0f8
- added BGFont that allows setting the background text font
...
- made Times New Roman default font for the background text because it should always have support for the locale's language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3560 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-11 15:33:00 +00:00
kichik
74051c80de
new, hopefully more informative, System plug-in documentation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3556 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:31:45 +00:00
kichik
ddd47a90df
- updated list of translators
...
- added SW_HIDE to ShellExec's documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3519 212acab6-be3b-0410-9dea-997c60f758d6
2004-04-02 15:18:01 +00:00
joostverburg
e90fe421d6
updated outdated info about shell extensions and compression methods
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3506 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-04 21:37:09 +00:00
joostverburg
c3ce5271a3
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3495 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-20 17:29:06 +00:00
joostverburg
2240ff4a03
UpgradeDLL: rundll32l not always in $SYSDIR
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3491 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-15 13:03:15 +00:00
kichik
3f313004cb
fixed typo - MUI 1.70, not 1.79
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3485 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-08 13:05:06 +00:00
kichik
8c8a8a701d
updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3478 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:55:43 +00:00
kichik
2e9cb26270
- updated history
...
- added information about silent installers/uninstallers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3462 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 21:13:50 +00:00
kichik
1214352131
added information about constants' availability
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3460 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-04 14:46:25 +00:00
joostverburg
76ff5ca8c3
more fixing
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3458 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-03 22:18:08 +00:00
joostverburg
10a394dade
another fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3454 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 18:59:15 +00:00
joostverburg
d9208004c4
NSIS 1.x history
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3452 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 16:00:08 +00:00
kichik
dec6634222
rc3->rc4
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3449 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:09:40 +00:00
kichik
65c6f9d251
missing "if"
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3448 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 14:13:00 +00:00
joostverburg
547b40d6b5
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3433 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 19:34:32 +00:00
joostverburg
22a8498506
Nike
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3430 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 12:50:02 +00:00
joostverburg
1d53ac7649
new URLs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3428 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 21:22:35 +00:00
kichik
d6076fa59b
rc2->rc3
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3418 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:38:17 +00:00
kichik
2e3f3465f8
implemented feature request #883741 - added double click support for MakeNSISW's settings dialog
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3411 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 19:24:02 +00:00