View Single Post
  #576  
Old 24-09-2016, 06:25
Scanno Scanno is offline
Registered User
 
Join Date: Sep 2016
Location: Italy
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Scanno is on a distinguished road
Hi, sorry to bother again, but i'm unsure if it is a well known bug or just my inexperience with InnoSetup.

I used the blackbox script you suggested me some post before and i found that for some reason if i put some spaces in {#AppName} the window wpSelectDir (with the folder selection) just skips to Tasks selection.

Then i used a name that has no spaces in it, and everything went well...

Then i started to translate the script in italian, and suddenly start skipping again...

To me is unknown why, i started debugging with breakpoints here:

//-------- Second Page --------\\
if CurPageID=wpSelectDir then begin

Then it seems that the pointer CurPageID >SKIPS< the constant wpSelectDir without any good reason (since there no compilation errors).
Are there any requirements that has to be met in order to NOT skip the folder selection screen by default?

Is there any other script released compatible with Masked Compression that use a more linear approach in the windows rather than a stupid pointer and some "if cycle" to hide or show controls?

Or someone has ideas about why this is happening?

NEVERMIND: Using Inno Setup 5 Enhanced Unicode somewhere in this forum seems to have fixed all the problems... thank you for reading anyway

Last edited by Scanno; 24-09-2016 at 13:00. Reason: Seems to be solved now.
Reply With Quote