2002-08-02 10:01:35 +00:00
|
|
|
----------------------------------------------------
|
|
|
|
MakeNSISW - MakeNSIS Windows Wrapper
|
|
|
|
----------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
About MakeNSISW
|
|
|
|
---------------
|
2021-09-20 16:48:42 +00:00
|
|
|
MakeNSISW is a wrapper for the NSIS compiler (MakeNSIS).
|
|
|
|
MakeNSISW allows you to compile NSIS scripts using a Windows GUI interface.
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
MakeNSISW requires NSIS be installed on your system. The default
|
|
|
|
directory for this installation is $PROGRAMFILES\NSIS\Contrib\MakeNSISW.
|
|
|
|
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
------
|
|
|
|
If you installed the Shell Extensions option during the installation, then
|
|
|
|
all that is required is that you choose 'Compile NSI' from the right-
|
|
|
|
click menu on a NSIS script. This will invoke MakeNSISW.
|
|
|
|
|
|
|
|
The format of the parameters when calling MakeNSISW from the commandline is:
|
2002-09-25 18:40:15 +00:00
|
|
|
makensisw [options] [script.nsi | - [...]]
|
2002-08-02 10:01:35 +00:00
|
|
|
|
2002-09-25 18:40:15 +00:00
|
|
|
For the options, please see the MakeNSIS documentation.
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
Shortcut Keys
|
|
|
|
-------------
|
2021-09-20 16:48:42 +00:00
|
|
|
Ctrl+A: Select all text
|
2004-01-01 17:39:21 +00:00
|
|
|
Ctrl+B: Open Script Folder
|
2002-09-24 13:49:29 +00:00
|
|
|
Ctrl+C: Copy selected text
|
2021-09-20 16:48:42 +00:00
|
|
|
Ctrl+D: Open the Define Symbols dialog
|
|
|
|
Ctrl+E: Edit the script
|
2002-09-24 13:49:29 +00:00
|
|
|
Ctrl+F: Find text
|
2021-09-20 16:48:42 +00:00
|
|
|
Ctrl+K: Abort compiler
|
2002-09-24 13:49:29 +00:00
|
|
|
Ctrl+L: Load a script
|
2021-09-20 16:48:42 +00:00
|
|
|
Ctrl+R, F7: Recompile the script
|
|
|
|
Ctrl+T, Ctrl+F5: Test the installer
|
|
|
|
Ctrl+W: Clear log window
|
|
|
|
Ctrl+<+|-|0>: Zoom log window
|
|
|
|
Alt+X: Exit the application
|
2002-09-24 13:49:29 +00:00
|
|
|
F1: View Documentation
|
2021-09-20 16:48:42 +00:00
|
|
|
F5: Recompile and Test
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
Version History
|
|
|
|
---------------
|
|
|
|
0.1
|
|
|
|
- Initial Release
|
|
|
|
|
|
|
|
0.2
|
|
|
|
- Added ability to save output and copy output
|
|
|
|
|
|
|
|
0.3
|
|
|
|
- Added option to recompile script (F2 or File|Recompile)
|
|
|
|
- Added Help Menu
|
|
|
|
- Return code is now always set
|
|
|
|
- Added Accelerator key support for Exit and Recompile
|
|
|
|
- No longer uses NSIS's version string
|
|
|
|
- Made clearer status message in title bar
|
|
|
|
- Disabled menu/accelerator functions during compile
|
|
|
|
|
|
|
|
0.4
|
|
|
|
- Fixed Copy Selected bug
|
|
|
|
|
|
|
|
0.5
|
|
|
|
- Minor Makefile changes (mingw)
|
|
|
|
- Moved strings into global strings to make editing easier
|
|
|
|
- Added Clear Log Command under Edit menu
|
|
|
|
- Recompile no longer clears the log window (use F5)
|
|
|
|
- Close is now the default button when you hit enter
|
|
|
|
- added VC++ project, updated resources to work with VC++
|
|
|
|
- rearranged directory structure
|
|
|
|
- makefiles now target ../../makensisw.exe
|
|
|
|
- removed makensisw home link in help menu (hope this is ok,
|
|
|
|
doesn't really seem needed to me)
|
|
|
|
- made display use a fixed width font (Some people may not like
|
|
|
|
this, but I do)
|
|
|
|
- added 'test' button (peeks output for 'Output' line)
|
|
|
|
- made it so that the log shows the most recent 32k.
|
|
|
|
- made it so that the log always clears on a recompile.
|
|
|
|
- compiled with VC++ so no longer needs msvcrt.dll
|
|
|
|
- made the compiler name be a full path (for more flexibility)
|
|
|
|
|
|
|
|
0.6
|
|
|
|
- print correct usage if unable to execute compiler
|
|
|
|
- removed mingw warnings
|
|
|
|
- set title/branding before errors
|
|
|
|
- some docs changes
|
|
|
|
- Added Edit|Edit Script function
|
|
|
|
|
|
|
|
0.7
|
|
|
|
- Edit Script should now work for output>32k
|
|
|
|
- Added resize support (thanks to felfert)
|
|
|
|
- Added window position saving (thanks to felfert)
|
|
|
|
- Disable some items when exec of makensis failed
|
|
|
|
|
|
|
|
0.8
|
|
|
|
- Added window size constraints (thanks to bcheck)
|
|
|
|
- Cleaned up the resource file
|
|
|
|
|
|
|
|
0.9
|
|
|
|
- Removed global strings (moved into #defines)
|
|
|
|
- Some GUI changes
|
|
|
|
- No longer focused Close button (its default anyways)
|
|
|
|
- Fixed resize bug on minimize/restore (thanks to felfert)
|
|
|
|
- Made window placement stored in HKLM instead of HKCU, cause
|
|
|
|
I hate things that get littered in HKCU.
|
|
|
|
|
|
|
|
1.0
|
|
|
|
- Fixed bug with large output causing crash
|
|
|
|
|
|
|
|
1.1
|
|
|
|
- Crash may actually be fixed
|
|
|
|
|
|
|
|
1.2
|
|
|
|
- XP visual style support
|
|
|
|
|
|
|
|
1.3
|
|
|
|
- Added Documentation menu item
|
|
|
|
- Fix GUI problem with About dialog
|
|
|
|
|
|
|
|
1.4
|
|
|
|
- Edit Script command will now work with or without file associations
|
|
|
|
- Added default filename for save dialog
|
|
|
|
- Use standard fonts
|
|
|
|
- Documentation menuitem caused recompile
|
|
|
|
|
|
|
|
1.5
|
|
|
|
- Fixed Copy All function
|
|
|
|
|
|
|
|
1.6
|
2002-08-26 18:20:36 +00:00
|
|
|
- Reduced size from 44k to 12k (kichik)
|
2002-08-02 10:01:35 +00:00
|
|
|
- Editbox not limited to 32k (now using richedit control)
|
|
|
|
- Made the log window font-size smaller.
|
|
|
|
|
2002-08-28 18:39:39 +00:00
|
|
|
1.7
|
|
|
|
- Added check for warnings
|
|
|
|
- Added sound for sucessfull compilations
|
2002-08-29 14:17:29 +00:00
|
|
|
- Update home page and documentation menu items to Sourceforge page
|
2002-08-28 18:39:39 +00:00
|
|
|
|
2002-08-31 14:30:33 +00:00
|
|
|
1.8
|
2002-08-31 23:39:34 +00:00
|
|
|
- Contents of log window are now streamed in
|
2002-08-31 14:30:33 +00:00
|
|
|
- Empty log window check (to prevent random crashes)
|
|
|
|
|
2002-09-03 20:09:01 +00:00
|
|
|
1.9
|
2002-09-19 16:14:01 +00:00
|
|
|
- Text always scrolls to bottom (kichik)
|
2002-09-04 00:49:51 +00:00
|
|
|
- Updated link to new docs
|
2002-10-10 00:20:59 +00:00
|
|
|
- Makensisw now takes the same parameters as makensis.exe
|
2002-09-05 16:24:43 +00:00
|
|
|
- Fixed some random crashes
|
2002-09-09 16:43:45 +00:00
|
|
|
- Drag and Drop Support into the Makensisw window
|
2002-09-19 15:29:16 +00:00
|
|
|
- Updated icon to more sexy one
|
2002-09-09 23:02:48 +00:00
|
|
|
- Added Load Script option on File menu
|
2002-09-19 16:14:01 +00:00
|
|
|
- Added Search Dialog (Ctrl+F) (kichik)
|
2002-09-11 00:26:18 +00:00
|
|
|
- Added Select All (Ctrl+A), Copy (Ctrl+C), Exit (Alt+X) keys
|
2002-09-19 15:29:16 +00:00
|
|
|
- Branding text now reflects NSIS version
|
|
|
|
- Added some simple tool tips
|
2002-09-20 00:53:57 +00:00
|
|
|
- Added Context Menu in log window
|
2002-09-20 02:43:47 +00:00
|
|
|
- Added resize gripper
|
2002-09-20 19:16:21 +00:00
|
|
|
- Ctrl+L loads a script
|
2002-09-24 22:52:55 +00:00
|
|
|
- Added Clear Log (Ctrl+W)
|
2002-10-09 14:09:46 +00:00
|
|
|
- Browse Script (Ctrl+B) launches explorer in script directory
|
2002-10-11 13:38:26 +00:00
|
|
|
- Check for Update command
|
2002-12-19 19:44:55 +00:00
|
|
|
- Added link to the NSIS Forum under Help menu
|
2002-09-24 13:49:29 +00:00
|
|
|
- Bunch of other stuff not worth mentioning
|
2003-05-28 04:51:20 +00:00
|
|
|
- Define Symbols menu (Ctrl+D)
|
2002-09-04 00:49:51 +00:00
|
|
|
|
2003-05-30 23:35:36 +00:00
|
|
|
2.0
|
2004-01-01 17:39:21 +00:00
|
|
|
- Improved user interface
|
2007-02-02 16:37:21 +00:00
|
|
|
- Define Symbols is available even if a script is not loaded
|
|
|
|
- Defined Symbols are saved on exit and reloaded on start
|
|
|
|
- Added NSIS Update menu
|
|
|
|
- Added toolbar for commonly used menus
|
2003-05-30 01:38:35 +00:00
|
|
|
- Made the Toolbar style flat
|
2003-11-19 04:38:14 +00:00
|
|
|
- Added option for compile & run
|
|
|
|
- Added compressor setting option
|
2003-11-24 16:51:39 +00:00
|
|
|
- Added support for lzma compression
|
2003-12-30 19:43:15 +00:00
|
|
|
- Added named Symbols sets.
|
2006-04-05 18:52:37 +00:00
|
|
|
|
|
|
|
2.1
|
2007-02-02 16:37:21 +00:00
|
|
|
- Added "Cancel compilation" menu item
|
|
|
|
|
|
|
|
2.2
|
|
|
|
- Settings saved in HKCU instead of HKLM
|
|
|
|
- Added menu accelerators to MRU list
|
2007-03-31 11:47:04 +00:00
|
|
|
|
|
|
|
2.3
|
|
|
|
- Escape button closes MakeNSISw
|
2007-04-27 16:57:58 +00:00
|
|
|
|
|
|
|
2.3.1
|
|
|
|
- Fixed broken command line parameter handling
|
2013-05-26 19:47:22 +00:00
|
|
|
|
|
|
|
2.3.2
|
|
|
|
- The size gripper can be used to resize the window
|
|
|
|
|
2015-09-07 21:31:50 +00:00
|
|
|
2.3.3
|
|
|
|
- Update check switched from JNetLib to WinInet
|
2015-11-23 10:36:58 +00:00
|
|
|
- New file type icons
|
2015-09-07 21:31:50 +00:00
|
|
|
|
2018-10-30 23:22:00 +00:00
|
|
|
2.3.4
|
|
|
|
- Added Window Info/Spy feature
|
2018-11-06 21:04:37 +00:00
|
|
|
- System DPI aware
|
|
|
|
- New toolbar images
|
2018-10-30 23:22:00 +00:00
|
|
|
|
2019-10-13 16:49:35 +00:00
|
|
|
2.3.5
|
|
|
|
- Added log window colors
|
|
|
|
- Basic AppEvents custom sound support for BuildComplete, BuildWarning and BuildError
|
|
|
|
|
2020-04-21 18:53:55 +00:00
|
|
|
2.3.6
|
|
|
|
- Added GUID generator tool
|
2013-05-26 19:47:22 +00:00
|
|
|
|
2021-01-17 20:57:20 +00:00
|
|
|
2.4
|
|
|
|
- Added Lookup tool
|
2021-01-01 20:10:26 +00:00
|
|
|
- Use Consolas font if it exists
|
|
|
|
|
2021-08-18 23:48:20 +00:00
|
|
|
2.4.1
|
2021-08-20 11:46:56 +00:00
|
|
|
- Close button transforms to Abort when appropriate
|
2021-08-18 23:48:20 +00:00
|
|
|
- Prevent user from modifying the log
|
2021-09-20 16:48:42 +00:00
|
|
|
- Log zoom
|
2021-08-18 23:48:20 +00:00
|
|
|
|
|
|
|
|
2002-08-02 10:01:35 +00:00
|
|
|
Copyright Information
|
|
|
|
---------------------
|
|
|
|
Copyright (c) 2002 Robert Rainwater
|
2013-05-26 19:47:22 +00:00
|
|
|
Contributors: Justin Frankel, Fritz Elfert, Amir Szekely,
|
|
|
|
Sunil Kamath, Joost Verburg, Anders Kjersem.
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
This software is provided 'as-is', without any express or implied
|
|
|
|
warranty. In no event will the authors be held liable for any damages
|
|
|
|
arising from the use of this software.
|
|
|
|
|
|
|
|
Permission is granted to anyone to use this software for any purpose,
|
|
|
|
including commercial applications, and to alter it and redistribute it
|
|
|
|
freely, subject to the following restrictions:
|
|
|
|
|
|
|
|
1. The origin of this software must not be misrepresented; you must not
|
|
|
|
claim that you wrote the original software. If you use this software
|
|
|
|
in a product, an acknowledgment in the product documentation would be
|
|
|
|
appreciated but is not required.
|
|
|
|
2. Altered source versions must be plainly marked as such, and must not be
|
|
|
|
misrepresented as being the original software.
|
|
|
|
3. This notice may not be removed or altered from any source distribution.
|