|
|
|
#1
|
||||
|
||||
|
interesting - yours displays the text on the finished page just fine.
As for compression, I think lzma2/ultra64 is the tightest that inno can offer, without having to resort to using .arc files like some scripts around the forums. EDIT: I messed with my original script I had pasted - turns out if I change this Code:
procedure CurPageChanged(CurPageID: Integer); var FinishedLbl2: TLabel; begin if (CurPageID = wpFinished) then FinishedLbl2.Caption:= WizardForm.FinishedLabel.Caption; end; Code:
procedure CurPageChanged(CurPageID: Integer); var FinishedLbl2: TLabel; begin FinishedLbl2.Caption:= WizardForm.FinishedLabel.Caption; end; Last edited by Smurf Stomper; 01-06-2013 at 13:46. |
| The Following User Says Thank You to Smurf Stomper For This Useful Post: | ||
y_thelastknight (01-06-2013) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |