WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > InstallOptionsEx version 2.4.5 beta 2 released
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
SuperPat
Senior Member

Registered: Mar 2006
From: France

InstallOptionsEx version 2.4.5 beta 2 released

After two years since the last beta and 9 alpha versions, this is the new InstallOptionsEx version 2.4.5 beta 2.

A lot of bugs were fixed in this version.

Two versions of the plugin are available: a legacy version and a version using the new NSIS plugin API.
_ The legacy version work with all NSIS versions.
This legacy version can NOT be used as a replacement of the original InstallOptions.dll with Modern UI since in NSIS 2.42.
_ The new API version version can NOT work with nsis versions prior to 2.42.
This version version can be used as a replacement of the original InstallOptions.dll with Modern UI since in NSIS 2.42.

A big thank to Scott (alias sheik), Daz (alias Dro) and Phalanger for there help to fix bugs of this version.

Changes since version 2.4.5 beta 1:
_ Compiled with VisualStudio 2008. Smaller dll.
_ Added: setFocus dll function: Set the focus on the specified control in parameter. It was designed to be used in your leave script functions.
_ Added: skipValidation dll function: If a page contains fields with MinLen or MaxLen and ValidateText attributes, you can go to the next page by skipping the text validation.
_ Added: New control type VLine and HLine (IO patch _1683189).
_ Fixed: If more than one notify flags is used for a control, any action was notified.
_ Fixed: The fopen_s and sscanf_s functions are used by default instead of fopen and sscanf except if you define NOTUSE_SECURE_FUNCTIONS in the plugin compilation options (VisualStudio 6 only).
_ Fixed: Groupbox and Link controls colors problems.
_ Fixed: A filter key problem for button using the OPEN_FILEREQUEST and the SAVE_FILEREQUEST flags, it did not cut the string in items.
_ Fixed: A problem in the DIRREQUEST that doesn't go to the folder indicated in the RefFields State or in its own State key.
_ Fixed: The Notify=ONCLICK and Notify=ONDBLCLICK didn't work with the Link control.
_ Fixed: Applied IO Patch that kill some compiler warnings under Linux and mingw32.
_ Fixed: Use installer's name for message boxes (IO patch #1661677).
_ Fixed: A memory access violation.
_ Fixed: Transparent icons had a grey background.
_ Link and Button can be used in the same way. It was not cleary indicated in this documentation.
_ The Notify=ONCLICK is not necessary any more for a link or a button using OPEN_FILEREQUEST, SAVE_FILEREQUEST, DIRREQUEST, FONTREQUEST and COLORREQUEST flags to show the dialog. As for if the State key containing something to be executed or opened. Thus the leave function is not called any more unnecessarily.
_ Size optimization: msdn now says SHGetMalloc returns the same allocator CoTaskMemFree uses and a little debugging backs this even on Windows 95 (IO patch).
_ Disable the X button for InstallOptions pages as well when CancelEnabled is used (IO patch).

Changes since the lastest alpha version:
Compiled with VisualStudio 2008. Smaller dll.
Added: skipValidation dll function: If a page contains fields with MinLen or MaxLen and ValidateText attributes, you can go to the next page by skipping the text validation.</li>
Fixed: Memory access violation (by phalanger)
Fixed: Transparent icons had a grey background (by daz)
New: Two versions of the plugin are available: a legacy version and a version using the new NSIS plugin API.

Download

__________________

Last edited by SuperPat on 06-13-2009 at 08:51 PM

Quick Link | Report this post to a moderator | IP: Logged

SuperPat is offline Old Post 06-13-2009 08:17 PM
Click Here to See the Profile for SuperPat Click here to Send SuperPat a Private Message Click Here to Email SuperPat Visit SuperPat's homepage! Find more posts by SuperPat Add SuperPat to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 09:30 AM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > InstallOptionsEx version 2.4.5 beta 2 released
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON