directedition
directedition

Reputation: 11703

Let user cancel an installation in progress in NSIS

Using an NSIS built package, when it gets to the point of writing the files and doing the actual install procedure, the 'Cancel' button is grayed out and can't be used. How can I reactivate this button so users can cancel out of the install during this step?

Upvotes: 0

Views: 678

Answers (2)

Anders
Anders

Reputation: 101666

There is no real support for this, search the nsis forum for workarounds/hacks. You can begin here:

http://forums.winamp.com/forumdisplay.php?forumid=65

Good luck!

Upvotes: 1

Related Questions