Commit graph

264 commits

Author SHA1 Message Date
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
anders_k
13423fbba5 Register PerceivedType=text for .nsi and .nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6382 212acab6-be3b-0410-9dea-997c60f758d6
2013-07-10 16:36:18 +00:00
anders_k
efefbd8269 Minor cleanup and more LogicLib usage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6381 212acab6-be3b-0410-9dea-997c60f758d6
2013-07-10 16:34:53 +00:00
anders_k
4a221a8995 More robust uninstall handling on the "Already Installed" page in the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6374 212acab6-be3b-0410-9dea-997c60f758d6
2013-06-08 01:53:18 +00:00
kichik
33aa6d2ecd install unicode.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6341 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-11 09:36:48 +00:00
anders_k
97799b73fe Added "LegalCopyright" version string to our installer, removes compiler warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6310 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-22 21:57:00 +00:00
anders_k
7cc150c464 MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins.
The official plugins are now stored in architecture specific subdirectories under NSIS\Plugins. !AddPluginDir also gained a new (optional) architecture flag because MakeNSIS now stores separate plugin information for each target architecture. Storing plugins in the root of the Plugins directory is no longer supported.

MinGW does not implement the unicode CRT startup functions so the entry point functions and linker parameters had to be changed. The unicode tools use the ansi entry point and a small helper function that calls into the real code: _tmain has full argc+argv emulation while wWinMain does not pass the command line parameters. The stubs do not use any CRT functions and have no CRT or unicode helper code, they call our entry point directly.



git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6269 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-13 01:47:50 +00:00
anders_k
2cf9ecc10e Must extract nsisconf.nsh to $InstDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6263 212acab6-be3b-0410-9dea-997c60f758d6
2012-09-16 14:45:43 +00:00
golubdr
957653f389 Use appropriate zlib DLL depending on version.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6255 212acab6-be3b-0410-9dea-997c60f758d6
2012-08-22 23:32:05 +00:00
anders_k
357aa9675b Only MSVC is able to generate a compatible pluginapi.lib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6197 212acab6-be3b-0410-9dea-997c60f758d6
2011-12-06 00:48:17 +00:00
anders_k
359ad0a055 Fix a couple of simple unicode merge and substart related bugs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6195 212acab6-be3b-0410-9dea-997c60f758d6
2011-12-05 22:52:54 +00:00
anders_k
9d261569a7 Include Win\Propkey.nsh in installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6145 212acab6-be3b-0410-9dea-997c60f758d6
2011-03-17 18:47:58 +00:00
anders_k
d4c58392e7 Created Include\Win\COM.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6139 212acab6-be3b-0410-9dea-997c60f758d6
2011-03-11 05:35:56 +00:00
wizou
0b26006a44 oops.. reverting unwanted changes on makensis.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6070 212acab6-be3b-0410-9dea-997c60f758d6
2010-04-21 12:45:53 +00:00
wizou
68c5a5751e MakeNSISW now uses RichEdit 2.0, compatible with Unicode (exehead UIs already uses it anyway)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6069 212acab6-be3b-0410-9dea-997c60f758d6
2010-04-21 09:09:47 +00:00
wizou
70ccef9cbc Unicode: Fixed some scripts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6068 212acab6-be3b-0410-9dea-997c60f758d6
2010-04-21 08:55:35 +00:00
f0rt
c39ffff404 applied patch #2918870 - use of the zlib compression library provided by the system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6030 212acab6-be3b-0410-9dea-997c60f758d6
2010-02-07 21:24:09 +00:00
kichik
10e431be59 updated file paths
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5924 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-05 00:02:09 +00:00
kichik
d05741f44e added exdll vs2008 project files, thanks to TobbeSweden
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5914 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 12:06:41 +00:00
anders_k
7b7237f969 Added WinDef.nsh and friends to SCons and makensis.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5887 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-27 13:25:25 +00:00
kichik
7d14a4d119 missing nsdialogs example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5865 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 12:26:02 +00:00
kichik
f022eb6911 forgot util.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5858 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 09:02:20 +00:00
kichik
ed545d867b renamed plugin.* to pluginapi.*
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5857 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:57:34 +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
608b642375 set focus on the radio buttons in the existing installation page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5842 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 19:22:36 +00:00
kichik
eceb3ce333 - create plugin.lib that contains all
- distribute plugin.h, api.h and plugin.lib
- remove inc_c stuff because we don't really want to install win32 header files as something that can be used on linux (this should be revisited later)
- fix up MakeFileList for newer versions of SCons (should be removed in the future)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5826 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 16:33:25 +00:00
kichik
b93a2ef8f3 added missing Pop after nsDialogs::Create
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5644 212acab6-be3b-0410-9dea-997c60f758d6
2008-06-12 18:09:34 +00:00
kichik
54f872da82 removed old files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5528 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-08 21:06:36 +00:00
joostverburg
858ddb4141 new header file for the setup of Visual Basic 6.0 run-time files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5489 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 21:45:42 +00:00
joostverburg
575a4ffee5 move documentation links to NSIS Menu
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5475 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 13:45:52 +00:00
joostverburg
d017b43324 simplified menu providing easier access to all documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5474 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 13:26:15 +00:00
joostverburg
e4354ab83d install Multi-User Header File
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5473 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 01:26:09 +00:00
kichik
0b13e9ee8c VersionCompare is only referenced when the version page is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5441 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 16:44:51 +00:00
kichik
d150989e93 install Deprecated.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5440 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 16:35:12 +00:00
kichik
c04f6795a9 simpler comparison using VersionCompare, less labels and more LogicLib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5406 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 21:17:14 +00:00
kichik
594bcc0993 properly handle initial value of $ReinstallPageCheck
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5404 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:59:33 +00:00
kichik
91b1cad079 proper radio buttons location
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5403 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:58:46 +00:00
kichik
d858c7c2f1 and now for something that actually builds...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5402 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:57:23 +00:00
kichik
a4cda75489 use nsDialogs instead of InstallOptions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5401 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:52:59 +00:00
kichik
b22d68dbe9 use MUI2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5399 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:33:45 +00:00
kichik
67dc9212f2 - install MUI2
- install nsDialogs readme


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5258 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 13:13:05 +00:00
kichik
74bf17be17 nsDialogs: the next InstallOptions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5199 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-14 09:40:06 +00:00
kichik
5a87bdbef9 Examples\Plugin, not Contrib\ExDLL or Contrib\Plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5023 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:51:35 +00:00
kichik
0c146dde1b added missing example files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5022 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:48:46 +00:00
kichik
7b3240cd5c distribute nsis.exe.manifest for the nsis menu as it's dynamically linked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5010 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 16:30:22 +00:00
kichik
2969aa40fc remember previously selected sections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4990 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-10 14:41:05 +00:00
kichik
069aa18e9f fixed bug #1611251 - Uninstalling NSIS 2.22 leaves Start menu icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4838 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 11:21:44 +00:00
kichik
51b5ecadfa license.txt -> COPYING
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4790 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 23:58:07 +00:00
joostverburg
e497d771b1 * The LZMA compression module for NSIS is now licensed under the Common Public License version 1.0
* Added license and copyright notice to every source file
* The new COPYING file and license section in the Users Manual list the terms of all relevant licenses


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4787 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 19:45:02 +00:00
kichik
cc570ec193 install WinVer.nsh and x64.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4765 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-30 12:35:12 +00:00