Commit graph

46 commits

Author SHA1 Message Date
kichik
9a47586141 use https
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7196 212acab6-be3b-0410-9dea-997c60f758d6
2020-07-31 20:07:43 +00:00
anders_k
13121dacfe Updated example functions in the main documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7168 212acab6-be3b-0410-9dea-997c60f758d6
2020-04-14 17:37:58 +00:00
anders_k
e7ac6581e4 Documentation fixes and clarifications
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6728 212acab6-be3b-0410-9dea-997c60f758d6
2016-03-27 23:24:43 +00:00
anders_k
e63fa6c53b Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6413 212acab6-be3b-0410-9dea-997c60f758d6
2013-09-06 23:48:59 +00:00
joostverburg
730807022b remove functions which are already included in a header file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5470 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-30 13:05:27 +00:00
kichik
b28c04e3a7 oops, forgot to remove lbl_error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4761 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-29 15:41:12 +00:00
kichik
3589fb5737 added vista
this should be replaced with a call to GetVersion and IntCmp with defines
the way it is now, users are tempted to use StrCmp and get installers not working with newer versions of windows


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4760 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-29 15:39:24 +00:00
kichik
5890f372eb better version of IsDotNETInstalled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4723 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 18:13:16 +00:00
kichik
dd29796e0f plugin -> plug-in
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4202 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-29 15:08:32 +00:00
kichik
6e4d079866 converted archive links to wiki links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4131 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-23 20:48:56 +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
flizebogen
ffe2399241 Fixed some typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3739 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-19 17:51:21 +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
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
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
joostverburg
e272318725 UpgradeDLL now supports paths that contain variables
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3312 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-24 18:38:18 +00:00
joostverburg
352f409053 UpgradeDLL include file, VB6 runtime installation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3130 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-12 12:55:13 +00:00
joostverburg
193cd3d304 updated UpgradeDLL, tutorial
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3128 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-11 19:41:38 +00:00
joostverburg
1a3af33dd9 improved GetParent, GetParameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3012 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-12 12:52:57 +00:00
kichik
6573825ca6 Bug in UpgradeDLL, thanks TonyDS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2984 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-30 11:44:57 +00:00
joostverburg
624f7225f4 improved GetParant, GetParameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2918 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-15 19:18:18 +00:00
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
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
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
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
57427507c1 Indentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2357 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-25 15:15:42 +00:00
joostverburg
6788c2222f typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2349 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-21 19:29:53 +00:00
kichik
43cb9c03bc Fixed TrimNewLines (thanks pengyou)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2348 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-21 12:38:11 +00:00
joostverburg
2c92509c58 updated GetWindowsVersion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2341 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-19 13:59:19 +00:00
joostverburg
28db02f13b ConnectInternet function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2328 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 10:11:16 +00:00
flizebogen
ab6fbe5fc7 added "how to install vb6 runtimes and Call an external dll using system.dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2311 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 11:20:22 +00:00
joostverburg
dfb33d1ca1 UpgradeDLL - Set overwrite to ON after inserting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2286 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-12 15:20:22 +00:00
kichik
58866a44df .NET Framework detection function added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2101 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-02 16:49:34 +00:00
kichik
85c2495157 Corrected GetWindowsVersion function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2047 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 13:00:53 +00:00
kichik
6bac2cbff9 Changed URL of the archive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2026 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 22:40:51 +00:00
rainwater
584d3d2524 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 18:45:47 +00:00
eccles
7633bdd8be Spelling mistakes/typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1658 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-10 21:41:10 +00:00
kichik
459a836341 Forgotten D re-added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1616 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 11:06:17 +00:00
joostverburg
8f3a279527 upgradedll: new command on two lines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1610 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-06 22:31:47 +00:00
joostverburg
9e16ba98b8 upgradedll: better dll registration on reboot
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1608 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-06 21:12:53 +00:00
joostverburg
36eb33134d UpgradeDLL fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1525 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 16:02:26 +00:00
joostverburg
e848eabacc fixes for filenames with spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1516 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 09:50:42 +00:00
kichik
9308be84c2 Some more useful functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1507 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-30 18:17:48 +00:00
joostverburg
0b50857382 spelling mistake
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1505 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-30 15:21:20 +00:00
joostverburg
d6552ecad2 functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1504 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-30 15:19:32 +00:00