|
@KaktoR, I found out.
The error happens only using version 6 of inno setup.
In reality, the VCLStylesInno.dll library relocates the NEXT and BACK buttons (in -3 pixels), but CANCEL is not repositioned.
If using inno setup 5 + VCLStyles all buttons are repositioned to (-3) pixels.
I attached a test for you to test if you want (Define or not the 2 lines and compare using inno setup 5 and 6).
There was an error in the ASIS script when compiling using Inno Setup 5.
I'm not sure if the script I had was the last one.
I fixed this error and also used a more correct way to correct the CANCEL buttom problem (Only fix if using Inno Setup 6).
The corrected ASIS script (Version I had) is attached.
|