Commit graph

46 commits

Author SHA1 Message Date
anders_k
3a3d2202a7 Added GetDllVersion /ProductVersion switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7310 212acab6-be3b-0410-9dea-997c60f758d6
2021-08-30 00:06:25 +00:00
anders_k
52d6782447 Added GetWinVer instruction
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7309 212acab6-be3b-0410-9dea-997c60f758d6
2021-08-29 18:39:07 +00:00
anders_k
88a3b2c668 Docs update and font size fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7303 212acab6-be3b-0410-9dea-997c60f758d6
2021-08-25 17:36:17 +00:00
anders_k
63d236934f NOTINDEXED file attribute ability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7242 212acab6-be3b-0410-9dea-997c60f758d6
2020-12-30 01:11:01 +00:00
anders_k
2fa5cd37b8 Added RegKeyIsEmpty LogicLib operator
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7165 212acab6-be3b-0410-9dea-997c60f758d6
2020-04-06 18:04:10 +00:00
anders_k
657a66f071 Added install-per-user.nsi example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7155 212acab6-be3b-0410-9dea-997c60f758d6
2020-03-17 19:02:42 +00:00
anders_k
68db5f04ee Added GetKnownFolderPath
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7154 212acab6-be3b-0410-9dea-997c60f758d6
2020-03-12 23:43:51 +00:00
anders_k
6b5912b916 Docs: Clarify that $outdir is used as a shortcut property and that the path to the .lnk cannot be relative.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7073 212acab6-be3b-0410-9dea-997c60f758d6
2019-01-16 00:14:31 +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
2b43e27aca Fixed Doc bug, GetTempFileName base_dir parameter is optional
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6643 212acab6-be3b-0410-9dea-997c60f758d6
2015-11-26 13:21:45 +00:00
anders_k
da7d67e69d CreateShortCut > CreateShortcut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6453 212acab6-be3b-0410-9dea-997c60f758d6
2014-03-28 16:21:39 +00:00
anders_k
1e17d02ff7 Added CreateShortcut /NoWorkingDir optional parameter
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6452 212acab6-be3b-0410-9dea-997c60f758d6
2014-03-28 16:17:07 +00:00
anders_k
79dbea3321 Added !getdllversion [Bug#2809308,RFE#1873767]
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6186 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-21 20:13:30 +00:00
kichik
041a8a9881 applied patch #3307144 - more cross links in documentation (whyeye)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6152 212acab6-be3b-0410-9dea-997c60f758d6
2011-05-28 18:45:57 +00:00
kichik
5ac5b3f95b deprecate SetPluginUnload and /NOUNLOAD
plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
a2a27302b7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5705 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-16 07:49:02 +00:00
kichik
2e9e986454 more details for RFE #971467
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5092 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-16 21:17:37 +00:00
pabs3
8e30ac8979 Install the example plugin and C header by default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4996 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-12 10:07:38 +00:00
kichik
9467bfccce minor CallInstDLL description improvement
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4827 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 15:38:39 +00:00
kichik
f5b119cef8 fixed bug #1584618 - No Contrib\ExDLL directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4784 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-25 21:14:25 +00:00
kichik
54599162b7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3936 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-24 15:21:40 +00:00
kichik
353502df47 added a note about relative paths and CopyFiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3898 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-04 16:39:19 +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
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
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
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
kichik
e3d2cf1537 added a note about SetOutPath to RegDLL's section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3314 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-25 12:26:22 +00:00
joostverburg
98d481d7cb default strings, current folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3176 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 16:28:58 +00:00
joostverburg
1026f26b40 updated outdated stuff, pages / plug-in calls / multiple languages improved, red defaults, fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3150 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-16 19:57:44 +00:00
eccles
3e659f4568 Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-05 11:00:47 +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
8a97b60b30 Added \R{ref}{name} for named references
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2315 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 20:37:35 +00:00
flizebogen
3c460e14f0 CreateDirectory can now set errorflag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2224 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-01 14:05:55 +00:00
flizebogen
aef4207321 changes to SetFileAttributes and {$QUICKLAUNCH}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2150 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-12 18:04:17 +00:00
flizebogen
b7a0bbabcc fixed little typos and updated variables section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2140 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-09 19:40:18 +00:00
kichik
fe9063708c Some fixes, typos, and additions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2136 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-09 14:11:10 +00:00
flizebogen
b685eff548 basic addtions to the docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2134 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-09 10:35:04 +00:00
kichik
80f77c2f89 A little typo with CallInstDLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2109 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-06 17:59:48 +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
rainwater
90ea8491f4 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1609 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-06 21:20:55 +00:00
kichik
41a03f754c Features list updated, some links added and command parameters are now shown alone with a light background behind them.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1476 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-26 19:23:10 +00:00
kichik
c189fd76d6 Now sets the error flag if DllRegisterServer fails (Bugs item #624176)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1432 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-16 16:57:33 +00:00
rainwater
a3676511e6 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 13:53:23 +00:00
kichik
265313abaa CreateShortCut description added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1211 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-28 13:00:14 +00:00
rainwater
a25361a5ce Added general purpose instructions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1021 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 14:03:36 +00:00