PDA

View Full Version : help needed CIU 1.0.1.0


JacksMafia
03-06-2018, 16:30
hey guys
i have been using CIU 1.0.1.0 for a long time now and it was running fine now every time i compile a script it dose compile fine but when i try to run the exe it does something very uncommon it run the process a 100 times :confused::confused::eek:!! and off course it hangs my pc so i have to force restart the damn thing
CIU 1.0.1.0
inno setup 5.5.9 unicode
windows 7 x64
any help? :):)

mausschieber
04-06-2018, 00:52
hey guys
i have been using CIU 1.0.1.0 for a long time now and it was running fine now every time i compile a script it dose compile fine but when i try to run the exe it does something very uncommon it run the process a 100 times :confused::confused::eek:!! and off course it hangs my pc so i have to force restart the damn thing
CIU 1.0.1.0
inno setup 5.5.9 unicode
windows 7 x64
any help? :):)
use inno setup Enhanced Edition from here http://fileforums.com/showpost.php?p=437536&postcount=1

all CIU Versions use this Inno

JacksMafia
04-06-2018, 00:57
use inno setup Enhanced Edition from here http://fileforums.com/showpost.php?p=437536&postcount=1

all CIU Versions use this Inno


will it turned out that it was compatibility issue the last inno setup compatible with ciu 1.0.1.0 is version 5.5.6 any version after that causes that issue mentioned before but as you said Enhanced Edition would work fine though

Cesar82
04-06-2018, 17:45
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.

[Setup]
DisableWelcomePage=no

JacksMafia
04-06-2018, 17:54
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.

[Setup]
DisableWelcomePage=no
put that any where in the script?
EDIT:
i got it thanks

Cesar82
08-06-2018, 12:25
put that any where in the script?
EDIT:
i got it thanks

Yes.. Open InstallerScript.iss and LangScript.iss and find for in two scripts: [Setup]
After [Setup] in scripts press enter key an past "DisableWelcomePage=no" without quotes..
Recompile InstallerScript.iss and LangScript.iss.