#166
|
||||
|
||||
ok thanks bro
|
Sponsored Links |
#167
|
||||
|
||||
Part 1 Complete: Autorun Setup
Part 1 Complete based on Autorun Setup.
Going on Part 2: Installer Setup - Tomorrow Please Test my program if it works. Edit: Added Standard AR Button where was missed on components Last edited by Carldric Clement; 17-05-2019 at 11:00. |
The Following 16 Users Say Thank You to Carldric Clement For This Useful Post: | ||
ADMIRAL (18-05-2022), arkantos7 (22-05-2019), Cesar82 (17-05-2019), fabrieunko (26-12-2022), ffmla (27-05-2019), Grumpy (17-05-2019), houcine80 (21-05-2022), KaktoR (18-05-2019), kassane (19-05-2019), lolaya (22-05-2022), mausschieber (19-05-2019), pakrat2k2 (18-05-2019), sajmon83 (18-05-2019), Simorq (17-05-2019), yasserdivar (31-08-2019), zirkhaki (20-05-2019) |
#168
|
||||
|
||||
Tested a few buttons and positions and worked fine so far, no errors or such.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Carldric Clement (19-05-2019) |
#169
|
||||
|
||||
CIU 3.0.0.1 Beta 2
The changes are informed in the changelog.
The changelog file is not in order of inclusion of the changes. Read the entire changelog to see the changes that were included. Main beta 2 changes: - Added HashPage for Hash Check. - Added Open buttons (unlimited) to open documents or folders or execute external files. - Added new options for Equalizer like Opacity and Solid Color (without adding image). PS: - If anyone has time please test using Inno Setup 6. - When I have ready version 3.0.0.1 (Final), I will create an installer for Inno Setup 6 similar to 5.61 that I did the repack. - Any questions that you have suggested and have not yet been included, please comment. - The inclusion of multiple music files will be included later because I will replace the run mode after Altef_4 completes the changes in IsMediaLib.dll (Altef_4 thanks for the effort). HOTFIX 1 - Fixed UnInstall button visible on installer and SmallInstaller pages. - Updated Polish language file. Last edited by Cesar82; 20-05-2019 at 08:57. Reason: Added Beta 2 Hotfix 1 |
#170
|
||||
|
||||
Quote:
Translation added to the post #161 |
The Following User Says Thank You to sajmon83 For This Useful Post: | ||
Cesar82 (20-05-2019) |
#171
|
||||
|
||||
Bug found
when i Install a game and it ask for the next disk bug came up see Image but when i klick the button twice it came with the file search info
__________________
It would be nice if you appreciate my work with the thanks Button |
#172
|
||||
|
||||
how i do to add the constant "username" in the [IniFileInfo]
Quote:
|
The Following User Says Thank You to gatosky1620 For This Useful Post: | ||
Simorq (29-07-2019) |
#173
|
||||
|
||||
Quote:
Open script and edit this line (Insert text in red color and delete blue color part) Code:
function DecodeINI(Line: String): TIniFileInfo; var TmpStr: String; begin TmpStr := Line if Copy(TmpStr, Length(TmpStr), 1) <> ';' then TmpStr := TmpStr + ';'; //..... if Pos('Value:', TmpStr) <> 0 then begin Result.Value := Copy(TmpStr, Pos('Value:', TmpStr) + Length('Value:'), Length(TmpStr)); Result.Value := ExpandConstant(Trim(Copy(Result.Value, 0, Pos(';', Result.Value) - 1))) + '|'; StringChange(Result.Value, ' ', ''); Delete(TmpStr, 1, Pos(';', TmpStr)); if Pos(LowerCase(ActLangShort + '='), LowerCase(Result.Value)) > 0 then begin Result.Value := Result.Value + '|'; Result.Value := Copy(Result.Value, Pos(LowerCase(ActLangShort + '='), LowerCase(Result.Value)) + Length(ActLangShort + '='), Length(Result.Value)); Result.Value := Trim(Copy(Result.Value, 0, Pos('|', Result.Value) - 1)); end else if Pos('=', Result.Value) > 0 then Result.Value := TranslatorINI(ActLangShort); end else Result.Value := TranslatorINI(ActLangShort); if Pos('Create:', TmpStr) <> 0 then begin Code:
SetIniFile2={app}\steam_emu.ini; Section: Settings; Key: UserName; Value: {username} Last edited by Cesar82; 27-05-2019 at 20:05. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Simorq (29-07-2019) |
#174
|
|||
|
|||
hi bud
the setup is reading the gpu info wrong. Last edited by pakrat2k2; 04-06-2019 at 12:01. |
#175
|
||||
|
||||
hi cesar82 great work on your CIU v3.0.0.1 beta! I need some help with a problem im having. When i try to install a game i repacked using the compressor kaktor posted in his main thread, and i copy/paste the .bin files into my directory and run the inno 5.6.1 script compiler, then try to install the game, i get the message 'archive header is corrupt, file unreadable or not freearc archive!' diskspan works fine except for one situation where all the compressed .001 files extracted fine but when it got to the 3rd split file it gave me that same error message even though i compressed it correctly with diskspan.bat. :<
how do i enable CIUv3 to extract these file types properly? any help you can offer would be most appreciated. -Kitsune - PS I tried doing it with records.ini and without, when i do it without records.ini it doesnt even process the .bin files, and when i have my .bin files listed in it it gives me that error on decompression. i used pankers 3 way compression batch file to compress them and i used the same compressors that diskspan has. is there a way to allow CIU to process .bin files made with other compression scripts or is it 'UltraArc, diskspan or bust'? Last edited by Kitsune1982; 04-06-2019 at 16:24. |
#176
|
||||
|
||||
Quote:
to use with Diskspan, Example xprecomp+srep+lolz+diskspan:2mb:3mb. I recommended it. Second, Make sure the files exist CLS-Diskspan.dll on CIU v3 Folders. If not copy/paste through it. Behind CIU V3 > Resources > Decompressors > DisksPan Last edited by Carldric Clement; 05-06-2019 at 03:52. |
#177
|
||||
|
||||
You can't use diskspan with masking method.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Carldric Clement (08-06-2019) |
#178
|
|||
|
|||
How can i enable " Precomp 042 " compression with CIU script ?
I compressed my archives using below command : Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.PAK -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Games\*"
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. |
#179
|
||||
|
||||
You have to add precomp files, because CIU has no precomp anymore since long time.
__________________
Haters gonna hate
|
#180
|
|||
|
|||
Quote:
which version was the last time compatible with precomp 42 ? i have the old versions
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
[GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |