Commit graph

  • 145952b85a removed some spaces joostverburg 2002-10-07 21:28:37 +00:00
  • 673a5ff3ac updated modern ui joostverburg 2002-10-07 21:16:57 +00:00
  • 759e996a27 example.nsi > basic.nsi joostverburg 2002-10-07 20:44:31 +00:00
  • 2b06102c6e A bit better joostverburg 2002-10-07 20:27:03 +00:00
  • 3abc4d0170 More consistent summary kichik 2002-10-07 20:08:43 +00:00
  • 1ffbd1351b Some more safety measures with LangString kichik 2002-10-07 20:07:28 +00:00
  • 2f61bc023e removed - updated modern ui directory structure joostverburg 2002-10-07 19:59:59 +00:00
  • 8650da6670 modern ui 1.3 - new multilanguage system joostverburg 2002-10-07 19:59:01 +00:00
  • a43069f189 version 1.3 - new multilanguage system joostverburg 2002-10-07 19:58:15 +00:00
  • 168f537b3e Portuguese language file joostverburg 2002-10-07 19:54:59 +00:00
  • 3b64880ecc removed inf* dependencies justin1014 2002-10-07 19:49:38 +00:00
  • e70a843eec *** empty log message *** justin1014 2002-10-07 19:48:23 +00:00
  • 7cffd00d9d some more size reduction justin1014 2002-10-07 19:44:57 +00:00
  • dd9943aedd kichik's inlining rec, also put all of inflate into one big infblock.c so we can optimize more =) justin1014 2002-10-07 19:24:26 +00:00
  • 32d2dc7e21 Better looking code kichik 2002-10-06 19:05:49 +00:00
  • 5b842cf3b1 made inttosizestr only display the + on GB shown on win9x. (sorry kichik, kinda undid some of your optimizaton -- I made this one slightly smaller though than the old one) justin1014 2002-10-06 18:33:35 +00:00
  • c9f0b33f2d 28 bytes down kichik 2002-10-05 16:20:13 +00:00
  • 9e23d348ef Arrg... some more uninitiated variables! Bad bad habit :( kichik 2002-10-04 22:54:49 +00:00
  • 616518505b Fixed weird LangString behavior and made SectionSetFlags "understand" SF_BOLD kichik 2002-10-04 20:41:43 +00:00
  • de8ba097ef New section flags structure kichik 2002-10-04 18:52:59 +00:00
  • b66ee0a447 Updated nsExec readme information on the timeout param rainwater 2002-10-04 18:34:17 +00:00
  • d582169220 Timeout was just a test :) kichik 2002-10-04 18:12:14 +00:00
  • dfbd9e93c0 Timeout now works kichik 2002-10-04 18:11:13 +00:00
  • 89c7fa3204 nsExec test kichik 2002-10-04 17:46:02 +00:00
  • a1bf160506 Fixed a bug that caused the test button to show up even if no output file string was found in the log. kichik 2002-10-04 16:05:51 +00:00
  • 5f34882a62 Compiles without NSIS_CONFIG_ENHANCEDUI_SUPPORT kichik 2002-10-04 14:45:20 +00:00
  • 210e2d4e5e Added an option for unprocessed user multilingual strings (LangStringUP). Use it if you see weird squares before and special character in your LangString. kichik 2002-10-04 10:27:46 +00:00
  • 24b350d801 optimized zlib compression parameters a bit justin1014 2002-10-03 22:16:51 +00:00
  • d6a44dcb03 updated zip2exe to 2.0b0 standards justin1014 2002-10-03 07:27:02 +00:00
  • 9c53f6b822 updated smallmode comment justin1014 2002-10-03 07:07:09 +00:00
  • 903105328d *** empty log message *** justin1014 2002-10-03 07:06:15 +00:00
  • aee7274442 bzip2 code cleanup justin1014 2002-10-03 06:48:06 +00:00
  • ce90415670 more size savings, and fixed bzip2 small mode justin1014 2002-10-03 06:22:06 +00:00
  • df46b6aefc 20 bytes removed from bzip2 and some cleanup =) justin1014 2002-10-03 06:11:22 +00:00
  • 5040298c75 some more byte savings justin1014 2002-10-03 01:54:43 +00:00
  • 6b489bdc60 Wrong language rainwater 2002-10-03 01:44:14 +00:00
  • 4670aa26c5 Added a Debug configuration eccles 2002-10-02 22:47:57 +00:00
  • 97c3fb52bf !macroend was only being recognised at the beginning of a line eccles 2002-10-02 22:45:51 +00:00
  • 806e0bc3da Added MUI_INTERFACE_ABSOLUTEPATH joostverburg 2002-10-02 21:57:32 +00:00
  • d77535939c Compiles again, and bold sections work again kichik 2002-10-02 21:31:35 +00:00
  • 8f6df173e8 Bugs item #617703 fixed kichik 2002-10-02 21:06:40 +00:00
  • ac5eb0f61a Added AdvSplash plugin and remove UberSplash. NSIS installer updated. rainwater 2002-10-02 19:54:16 +00:00
  • 8653a3358d Added SetPluginUnload manual|alwaysoff kichik 2002-10-02 19:18:24 +00:00
  • 4ef667a353 another bunch of data removed, zlib is now 34.5k justin1014 2002-10-02 18:22:11 +00:00
  • e7c51b1510 No more stray chars for Justin :) kichik 2002-10-02 18:16:44 +00:00
  • 0f2389e486 12 bytes saved, bunch to go justin1014 2002-10-02 17:54:57 +00:00
  • e3712215a9 changed outfile to one-section.exe rainwater 2002-10-02 17:51:16 +00:00
  • 47b9e61f01 inflateReset and inflateInit are now the same thing, removed inflate.c dependency justin1014 2002-10-02 17:24:09 +00:00
  • d7138bf7aa inflateReset and inflateInit are now the same thing, justin1014 2002-10-02 17:23:46 +00:00
  • 4e6828b511 some big size savings (removed zalloc requirement from runtime yay) justin1014 2002-10-02 17:19:37 +00:00
  • 87269acd79 Now with the new flag values kichik 2002-10-02 16:59:40 +00:00
  • d750d46b06 Space added after Delete file: kichik 2002-10-02 16:49:02 +00:00
  • 3501da99a0 Greek language file joostverburg 2002-10-02 16:46:09 +00:00
  • 5c5ce97e25 Now doesn't crash when using Exec and not ExecToLog. ExecToLog timeout is not yet implemented. kichik 2002-10-02 16:00:18 +00:00
  • 3d1c70f375 94 bytes saved. LangString should now work with sub-sections too. kichik 2002-10-02 15:01:06 +00:00
  • f170a4d2f8 Details back when using IO joostverburg 2002-10-02 13:29:52 +00:00
  • e4e5a03c3c Fixed running from context menu rainwater 2002-10-02 12:02:48 +00:00
  • f2bfa2b4b9 FindWindow $0 works again kichik 2002-10-02 11:48:05 +00:00
  • 2a96cb6d82 Default description text: dialog control ID should be 1043 instead of ${LANG_DUTCH} joostverburg 2002-10-02 10:14:38 +00:00
  • 0743ae6bd8 made some output info slightly prettier justin1014 2002-10-02 04:32:10 +00:00
  • a4366836ab fixed another makensisw bug (two stray chars after text for me) -- hopefully this didn't break anything justin1014 2002-10-02 04:26:57 +00:00
  • 280922d116 fixed a bug when running makensisw from the command line justin1014 2002-10-02 04:12:23 +00:00
  • 8d900e2fea Cleaned up format a little rainwater 2002-10-02 03:17:01 +00:00
  • 184718c089 I can't read. rainwater 2002-10-02 00:24:55 +00:00
  • f03507028f Updated History rainwater 2002-10-02 00:23:05 +00:00
  • 0257d4fbc5 Renamed nsisconf.nsi to nsisconf.nsh since it is really a include file. The NSIS installer will rename the nsisconf.nsi file to nsh if present to prevent upgrade issues. rainwater 2002-10-01 23:03:34 +00:00
  • c9b3214463 Changed default timeout to 15 seconds (from 100 seconds). Returns now if CreateProcess fails. Now closes handles if unable to allocate memory. rainwater 2002-10-01 22:09:53 +00:00
  • 65bc61f40f Now logs properly kichik 2002-10-01 19:35:40 +00:00
  • 8d30b904a7 Logging should work well now kichik 2002-10-01 18:59:45 +00:00
  • 8bcf198b34 lol, get my name right will ya justin :) eccles 2002-10-01 18:42:48 +00:00
  • e1985f4f1c 30 bytes or so gone from zlib, also made stored blocks use 2 bytes less each justin1014 2002-10-01 17:36:25 +00:00
  • 2c96636160 Unprocessed strings (such as InstType) can now use LangString/$(name) too. No more "skipped" messages before plugins. kichik 2002-10-01 17:16:49 +00:00
  • 2fd3bfbe9d Italian language file joostverburg 2002-10-01 17:06:17 +00:00
  • e198d1d08d Hungarian language file joostverburg 2002-10-01 17:00:09 +00:00
  • 7075c16cb1 Added return value to nsExex. Logging still broke. rainwater 2002-10-01 16:37:08 +00:00
  • 62abf21381 bzip2 header down to 34KB, 54 bytes away from 34.5KB zlib. Fixed a bug with ReadRegStr and $0. kichik 2002-10-01 14:13:23 +00:00
  • a3676511e6 Updated docs rainwater 2002-10-01 13:53:23 +00:00
  • c7a681751a CancelConfirmIcon > CancelConfirmFlags in changelog joostverburg 2002-10-01 09:34:56 +00:00
  • 1f2a8f90c2 2 bytes removed from zlib hehe long way to go to catch up to bzip2 justin1014 2002-10-01 06:36:17 +00:00
  • 6a5694d64a made bzip2 mode slightly smaller by making reinit stuff not necessary justin1014 2002-10-01 06:30:38 +00:00
  • ed3a8ba913 even smaller bzip2 code justin1014 2002-10-01 02:27:39 +00:00
  • 83bfc82bed removed bzlib_private.h dependency justin1014 2002-10-01 02:16:47 +00:00
  • 7b4b0174c9 updated bzip2 for cleanliness, still some good reorganizations yet justin1014 2002-10-01 02:15:54 +00:00
  • 77cb319b8c made bzip2 smaller than zlib mode !!! justin1014 2002-10-01 01:57:14 +00:00
  • d14d52c461 CancelConfirmIcon becomes CancelConfirmFlags with extra options eccles 2002-09-30 22:28:46 +00:00
  • 7c94be4df3 CancelConfirmIcon becomes CancelConfirmFlags with extra options eccles 2002-09-30 22:22:16 +00:00
  • b2dad77f69 CreateShortcut comment memory corruption eccles 2002-09-30 21:42:58 +00:00
  • ffa2d230a9 Minor code savings eccles 2002-09-30 20:52:00 +00:00
  • 735ff4c129 Folder instead of Directory joostverburg 2002-09-30 19:31:47 +00:00
  • bc537a8c84 Removed debug messages kichik 2002-09-30 19:01:56 +00:00
  • f7144c7bc5 Counts sections right again kichik 2002-09-30 18:38:58 +00:00
  • 81f8adcbc2 another 20--30 or so justin1014 2002-09-30 17:57:38 +00:00
  • a85e37e932 big ass size savings in zlib mode :) justin1014 2002-09-30 17:39:10 +00:00
  • 1947c3354a version 1.21 joostverburg 2002-09-30 17:27:33 +00:00
  • 778f157b68 Prevent possible crash kichik 2002-09-30 17:22:48 +00:00
  • c610060227 Now considers the first section too when deciding if the components page should be shown. Also doesn't show the components page if all sections are RO. kichik 2002-09-30 17:13:28 +00:00
  • dd4d652877 Updated history rainwater 2002-09-30 17:08:06 +00:00
  • f8ec619e4e 52 bytes off of zlib justin1014 2002-09-30 16:59:41 +00:00
  • 49ff03bf0f cut around 30 bytes of code off of zlib mode (room for more tho) justin1014 2002-09-30 16:49:43 +00:00
  • d85513f1c3 cut a few bytes of bzip2 mode justin1014 2002-09-30 16:49:21 +00:00