FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Help Me Please with CIU 2.030 (https://fileforums.com/showthread.php?t=97825)

remixfrance 06-04-2016 17:39

Help Me Please with CIU 2.030
 
Hello,
I have tested the script by Yener but I don't know why it don't work.
I use Inno Setup 5.5.1 Enhanced Edition (Unicode)

http://i.imgur.com/usZXD8A.jpg
http://i.imgur.com/QOvxYYY.jpg

When I click on "setup.exe" file I wait long time and nothing.
I have tested "Graphic_Studio" before and the results are good but now I want compile the script.

What should I do ?

mausschieber 07-04-2016 03:32

Quote:

Originally Posted by remixfrance (Post 448368)
Hello,
I have tested the script by Yener but I don't know why it don't work.
I use Inno Setup 5.5.1 Enhanced Edition (Unicode)

http://i.imgur.com/usZXD8A.jpg
http://i.imgur.com/QOvxYYY.jpg

When I click on "setup.exe" file I wait long time and nothing.
I have tested "Graphic_Studio" before and the results are good but now I want compile the script.

What should I do ?

it should look like this

;INSTALLSCRIPT BY YENER90
;ULTRAARC BY RAZOR12911
;#define ProgramFiles "E:\Program Files (x86)\THQ\Darksiders II"
; The following components are only the folder names. -> for defining Name + Size of the components, insert it to Setup.ini
#define Component1 "Baldurs Gate - Enhanced Edition"
#define Component2 "Baldurs Gate II Enhanced Edition"
;#define Component3 "Half-Life 2 Deathmatch"
;#define Component4 "Deponia Doomsday"

KaktoR 07-04-2016 07:24

Quote:

Originally Posted by remixfrance (Post 448368)
Hello,
I have tested the script by Yener but I don't know why it don't work.
I use Inno Setup 5.5.1 Enhanced Edition (Unicode)

http://i.imgur.com/usZXD8A.jpg
http://i.imgur.com/QOvxYYY.jpg

When I click on "setup.exe" file I wait long time and nothing.
I have tested "Graphic_Studio" before and the results are good but now I want compile the script.

What should I do ?

What size is Setup.exe? If using internal compression, then enable disk spanning. Or use freearc instead?

remixfrance 07-04-2016 12:00

Thanks for replies.

@mausschieber : I have this except to ProgramFiles
@KaktoR : Setup Size : 4.86 Go and Disk spanning is enable.

Maybe it's necessary to add these lines ? :

Quote:

Compression=lzma2/Ultra64
InternalCompressLevel=Ultra64
I don't use freearc because I don't know how I can use it.

KaktoR 07-04-2016 12:11

Then it doesnt surprise me if Setup.exe not starts.

Add DiskSliceSize and SlicesPerDisk right under DiskSpanning.

For DiskSliceSize choose the size of bin files (in bytes), for SlicesPerDisk the amount of bin files.

eg for DVD5 DiskSliceSize=1163919360 and SlicesPerDisk=4

remixfrance 08-04-2016 10:19

Same problem

Quote:

;INSTALLSCRIPT BY YENER90
;ULTRAARC BY RAZOR12911
#define ProgramFiles "D:\Program Files (x86)\THQ"
; The following components are only the folder names. -> for defining Name + Size of the components, insert it to Setup.ini
;#define Component1 "Mass Effect"
;#define Component2 "Mass Effect 2"
;#define Component3 "Mass Effect 3"
;#define Component4 "Component4"
;#define Component5 "Component5"
;#define Component6 "Component6"
;#define Component7 "Component7"
;#define Component8 "Component8"
;#define x64
#define Internal

[Setup]
AppName={code:GetAppName}
AppVerName={code:GetAppName}
DefaultDirName={pf}\{code:GetAppPublisher}\{code:G etAppName}
DefaultGroupName={code:GetAppPublisher}\{code:GetA ppName}
VersionInfoDescription=yener90 Installer
VersionInfoCopyright=yener90
VersionInfoProductName=yener90 Installer
VersionInfoCompany=yener90 dvd9todvd5.com
DirExistsWarning=no
DisableReadyPage=true
OutputDir=.\Output
Compression=none
DisableStartupPrompt=true
DisableProgramGroupPage=yes
#ifexist "Icon.ico"
SetupIconFile=Icon.ico
#else
SetupIconFile=Setup.ico
#endif
UsePreviousLanguage=No
#define ScriptVersion "2.0.3.0"
VersionInfoVersion={#ScriptVersion}
VersionInfoTextVersion={#ScriptVersion}
VersionInfoProductVersion={#ScriptVersion}
OutputBaseFilename=Setup
WindowShowCaption=false
WindowResizable=false
BackColor=clBlack
Uninstallable=no
ChangesEnvironment=true
ChangesAssociations=true
ShowLanguageDialog=no
UninstallDisplayIcon={app}\{code:GetMyAppExePath}\ {code:GetMyAppExeName}
#ifdef x64
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
#endif
#ifdef ProgramFiles
DiskSpanning=true
DiskSliceSize=1163919360
SlicesPerDisk=4
SolidCompression=true
#endif
;#define KeyWriter
;#define OperationAfterInstall
;#define CustomGDFBinary
;#define CustomGDFBinary2
#ifexist "Icon.ico"
#define CustomBinaryIcon "Icon.ico"
#endif

KaktoR 08-04-2016 13:15

Which OS you are using?

Have tested and for me it doesnt work as well. Windows Taskmanager show me HDD 106mb/s... So Setup.exe is very busy with something (i guess same story as with cab extension).

http://i.imgur.com/6n1kw8c.png

edit: Disable SolidCompression. This method worked for me.

pakrat2k2 08-04-2016 21:15

set Compression=lzma2/ultra64 will help greatly in reducing the size/speed of created setup.exe. doesn't matter if in 86/64 bit OS, it helps.


All times are GMT -7. The time now is 00:06.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com