|
|
#1 |
|
Junior Member
Join Date: Dec 2008
Posts: 3
|
Displaying files
In my first foray into NSIS (and installers in general) I have almost finished my very first installer, but the last step is causing me some serious headaches. I would like to read in a file (e.g. Release Notes or Change Log) and display that as the last page of the installer. It's working (sorta), but the file is over 2K in size. Registers only hold 1K, so I'm filling registers as the file is read, but the control element on the screen also only holds 1K. I thought about using the License page, but it has that "I Agree" button on it. Any (better/alternate) ideas?
Thanks! Mitch Here's the code so far: code: |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
|
|
|
|
|
|
#3 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: May 2005
Location: New Zealand
Posts: 916
|
Thanks for suggesting my plugin. Here is the other "half": http://nsis.sourceforge.net/External_License_file
"Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me) NSIS 3 POSIX Ninja Wiki Profile |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|