Quote:
Originally Posted by LuisCésar82
News versions of Inno Setup is disabled welcome page as default...
To fix this erros using Inno Setup 5.59, open all scripts and go to Section Setup and put DisableWelcomePage=no and recompile all scripts.
Code:
[Setup]
DisableWelcomePage=no
|
put that any where in the script?
EDIT:
i got it thanks