FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

Snake288 31-01-2021 07:36

Hello
Cesar82
DiskSpan_GUI (Xtool 0.3.8 + xtool_lz4 + xtool_zstd_XTool 2020 (Plugins)_hitman_R3_unrealengine_R2) update available or when to use information about the latest status ?
if possible, can you share the latest Compressor DiskSpan_GUI application that offers me the necessary testing I can use ?

KaktoR 31-01-2021 08:32

Bro, what's wrong with you??

The latest diskspan_gui version is just one post above!!!:mad:

Snake288 31-01-2021 08:46

Hello KaktoR
I'm sorry, you're right, but a few tools are out of date
DiskSpan_GUI (Xtool 0.3.8 + xtool_lz4 + xtool_zstd_XTool 2020 (Eklentiler) _hitman_R3_unrealengine_R3) I'm trying to keep up to date.

Cesar82 21-02-2021 15:01

CIU 3.0.0.0.1.b8.u2 (beta 8)
 
2 Attachment(s)
New version of CIU 3.0.0.0.1.b8.u2/DiskSpan_GUI 1.0.0.2 added.:rolleyes:
For information on the changes, consult the CIU source code changelog and also the DiskSpan_GUI changelog in the "COMPRESSOR" folder.

Edit: Attachment file reuploaded, please download the file again because it had some bugs that is now fixed.
Sorry for the inconvenience.

Proxson 24-02-2021 14:15

Hi guys,

I'm having problems with the latest release. The last working one was CIU 3.0.0.1.b3. It's about the shortcuts. The installer by default installs one on the desktop and one in the
Start menu --> Programs. This is OK but both are targeting the uninstall.exe ! I've fixed the desktop shortcut by enabling the custom shortcuts at the end of Setup.ini with
correct target input. Now the problem is that one in the Start menu. I have tried all constants but to no avail. Any help is appreciated.

{group}
{userprograms}
{commonprograms}
{userstartmenu}
{commonstartmenu}

Example:

Code:

Shortcut1={group}\Amnesia Rebirth; Description:Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; Destination64:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; WorkDir64:{app}; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
Edit: Here is a string in the script that points to the Tomb Raider Steam website. No problem, but it shows under the app/uninstall description even if a new installer is created.
Is this a leftover made by mistake ? :D

Code:

RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' + ProductCode, 'URLInfoAbout', 'http://store.steampowered.com/app/500370/');
https://i.imgur.com/scuHJpB.jpg

Edit 2: Here is my customized installer. I've removed the Compressor folder to reduce the size cuz my upload speed sux donkey bollox. :(
Btw, AmnesiaRebirth.exe is clean, no viruses. The compiled installer is in the Output folder.

Edit 3: oops, I forgot to include the Output folder in the attached file. It's uploaded again.

Edit 4: Ok, managed to add the shortcut to the Start Menu ->

Code:

Shortcut2={commonprograms}\Amnesia Rebirth\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
Anyways, @Cesar m8, please give a tip, where should I look to change Amnesia Rebirth into Uninstall Amnesia Rebirth in the Start Menu. <-- Forget about it. Problem solved.

I know, I'm a pain in da ass. :D

Proxson 24-02-2021 17:36

@Cesar,

It's OK now. Setting ShowGameLauncher=0 solved the problem ! Man, I was desperate ! Thanks for the tip. :D
Anyways, creating a custom shortcut also works but then I would have two shortcuts pointing at the same target. Looks like {commonprograms} constant works fine.

Code:

Shortcut2={commonprograms}\Amnesia Rebirth\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;

P.S. Maybe I became too old for this. :(

Proxson 24-02-2021 18:47

@Cesar,

the {group} constant is now working but I had to kick out the Amnesia Rebirth part. It now looks like this -->

Code:

Shortcut1={group}\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
Thanks and thanks for the equalizer tip ! :)

Edit: I see you already disabled the ghost Steam link. ;)

andreiutzu21 02-03-2021 23:32

Quote:

Originally Posted by Cesar82 (Post 490478)
New version of CIU 3.0.0.0.1.b8.u2/DiskSpan_GUI 1.0.0.2 added.:rolleyes:
For information on the changes, consult the CIU source code changelog and also the DiskSpan_GUI changelog in the "COMPRESSOR" folder.

Edit: Attachment file reuploaded, please download the file again because it had some bugs that is now fixed.
Sorry for the inconvenience.

hey Cesar82 there might be a small problem with small image . at video backgroung when installing i press video off and video still playing but without sound . no music button appears instead of video. is a setting to make in external setup.ini ? in CIU 3.0.0.1 u9 there is no problem at all. sorry for my bad english and thank you for yor hard work.

fixed my problem

amin fear 07-03-2021 05:25

Is "CIU 3.0.0.0.u9 (2020-07-02)" script compatible with Inno Setup v6.1.2-[2020-11-15] & compiles without any problem ?

Proxson 08-03-2021 18:06

Quote:

Originally Posted by andreiutzu21 (Post 490687)

fixed my problem

Well, what was the solution men ? Btw, when you post your problem here, it's not your own problem anymore, it's ours ! :p ;)

andreiutzu21 08-03-2021 22:42

Quote:

Originally Posted by Proxson (Post 490760)
Well, what was the solution men ? Btw, when you post your problem here, it's not your own problem anymore, it's ours ! :p ;)

sorry about that . well for small installer i have enabled in section [VideoOrFlashBG]
------------------------------------------------------------------------------------
Width=1280
Height=720
Fullscreen=1
//LogoLeft= // integer
//LogoTop= // integer
//LogoAlign= // string
//LogoAlignFullScreen= // 0 / 1
//LogoVisible= // 0 / 1
//ShowEqualizer= // 0 / 1
//Source#= // string
//Source#<LNG>= // string
//InternalFile= // 0 / 1
//Stretch= // 0 / 1
Loop=0
//Mute= // 0 / 1
//Random= // 0 / 1
//Volume= // integer

in here just Loop to 0

before was //Loop= // 0 / 1

[SmallMusicButton]
---------------------------------------------------
JUST Visible 0 to 1


and my problem was fixed. thank to Cesar82 and to other members for creating great stuff and for your hard work

until last week i have used CIU 3.0.0.0 u9 and then i tried 3.0.0.1 u8 and it's awesome with diskspan GUI interface and many features implemented.

andreiutzu21 12-03-2021 10:10

Quote:

Originally Posted by Cesar82 (Post 490766)
Updated DiskSpan_GUI to v1.0.0.3. :rolleyes:
For information of the changes in DiskSpan_GUI 1.0.0.3 see the changelog file in the "COMPRESSOR" folder.

P.S: To use the new version of DiskSpan_GUI with CIU, first delete the old "COMPRESSOR" folder from the CIU source code folder and then add the "COMPRESSOR" folder contained in the attachment file (do not overwrite).

hi Cesar82 it seems to be a problem in this new version. i have compressed a collection of 2 games and when compressing data2.bin at the end of conversion give failure. only data1.bin is created. with diskspan_gui v1.0.0.2 same game same compresion method is finished. maybe you can take a look to see where is that mistake. games for conversion are euro truck simulator collection 1 and 2 method used srep_new+xtool2020 zlib+LZMA. by the way ETS 2 with latest update is aroud 11GB and with that method at the end is 4.6GB. thanks for your hard work


Problem solved with error at the end of compression. a fresh install of windows fixed it . maybe i do too many tests and here goes the problem. thanks again all members for your hard work

sajmon83 12-03-2021 12:07

Cesar82 I noticed that when you use zzlib (DiskSpan_GUI v1.0.0.3) you always get an error
Code:

Unsupported compression method or error in parameters: zzlib
And I would ask for adding the option of automatic saving of Conversion Summary logs
And of course great job with DiskSpan GUI. It made my life easier ^^

EDIT
Also check the version v1.0.0.2 zzlib error occurs
And I noticed there is a problem with (only in version 1.0.0.3)
Code:

Extracting 47 files, 15,569,584 bytes. Processed  0%
ERROR: general (de)compression error in razor_mtx
Extracting 47 files, 15,569,584 bytes. Processed  0%
ERROR: general (de)compression error in precomp_mtx
Extracting 47 files, 15,569,584 bytes. Processed  0%
ERROR: general (de)compression error in mpz_mtx

Looks like mtx is a problem

sajmon83 12-03-2021 16:08

Quote:

Originally Posted by Cesar82 (Post 490832)
The normal progress LOG there is an option to mark in CONFIG mode to save the LOG while executing.

Yes, I know and exactly the same options I would like for save Summary ^^

Quote:

Originally Posted by Cesar82 (Post 490832)
Added hotfix in DiskSpan_GUI previous #POST.
- Fixed methods mpz_mtx,precomp_mtx,razor_mtx and zzlib (ZTool)

Thanks, I download and start testing ^^

andreiutzu21 13-03-2021 01:36

1 Attachment(s)
Quote:

Originally Posted by Cesar82 (Post 490834)
For me, the method you reported works normally (Test random files, not game files).
Code:

--------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------- CONVERSION DATE 12/03/2021 -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
 20:10:37 - Deleting files from the output folder.
 20:10:37 - Files have been deleted.
--------------------------------------------------------------------------------------------------------------------------------------
 20:10:37 - You have chosen the DVD5 type for the media size.
 20:10:37 - ISO images will not be created when conversion is complete.
 20:10:37 - The computer will remain on when the conversion is complete.
 20:10:37 - Selected ARC method for Data1a.bin was: srep_new+xtool_zlib+LZMA
--------------------------------------------------------------------------------------------------------------------------------------
 20:10:38 - Compression initialized in 12/03/2021 at 20:10:38.
 20:10:39 - Starting Data1a.bin archive creation.
 20:10:57 - Moving Data1a.bin.001 file to media folder.
 20:10:57 - Compression finished in 12/03/2021 at 20:10:57.
--------------------------------------------------------------------------------------------------------------------------------------
 20:10:58 - Getting size of the game: Call Of Duty WWII
 20:10:58 - >> Installation folder size: 41,53 MB
 20:10:58 - >> Compressed game size: 23,61 MB
--------------------------------------------------------------------------------------------------------------------------------------
 20:10:58 - Overall input size: 41,53 MB
 20:10:58 - Overall output size: 23,61 MB
 20:10:58 - Overall conversion time: 00:00:18
 20:10:58 - Overall conversion discs: 1 DVD5
--------------------------------------------------------------------------------------------------------------------------------------

Nothing has changed in DiskSpan_GUI's XTOOL 2020/SREP/LZMA methods between version 1.0.0.2 and 1.0.0.3.
Send me the file "Resources\DS_Settings.ini" with your configuration of the conversion that is showing error that I will try to compress the game.

hi cesar82 i have attached a zip to look at these settings. maybe im doing wrong settings in this updates DISKSPAN_GUI. thank again for your hard work

sajmon83 13-03-2021 06:38

Quote:

Originally Posted by Cesar82 (Post 490838)
I got confused.
Already have what you wanted on DiskSpan_GIU?

Yes, that's right. But it is only possible to save Conversion_LOG.log automatically. And I would also like to be able to save Conversion_Summary.log automatically ^^
Let's say
Code:

[OthersSettings]
AutoLOG=1
AutoSummary=1

Quote:

Originally Posted by Cesar82 (Post 490838)
If possible, test other variations of methods and let me know if something else doesn't work,

I have checked almost all of them so far everything works fine ;)

EDIT
I just read the changes in the latest version :) Thanks ^^

KaktoR 13-03-2021 07:04

Quote:

Originally Posted by andreiutzu21 (Post 490830)
hi Cesar82 it seems to be a problem in this new version. i have compressed a collection of 2 games and when compressing data2.bin at the end of conversion give failure. only data1.bin is created. with diskspan_gui v1.0.0.2 same game same compresion method is finished. maybe you can take a look to see where is that mistake. games for conversion are euro truck simulator collection 1 and 2 method used srep_new+xtool2020 zlib+LZMA. by the way ETS 2 with latest update is aroud 11GB and with that method at the end is 4.6GB. thanks for your hard work

I think I have the same error.

Edit: False alarm. My AV had some troubles :D

andreiutzu21 13-03-2021 08:46

Quote:

Originally Posted by KaktoR (Post 490853)
I think I have the same error.

Edit: False alarm. My AV had some troubles :D

what kind of troubles? i am using bitdefender AV



Problem solved with error at the end of compression. a fresh install of windows fixed it . maybe i do too many tests and here goes the problem. thanks again all members for your hard work

Snake288 19-03-2021 18:44

Hi Cesar82
 
Hi Cesar82

can I get some help, please ?

I tried on this version : CIU 3.0.0.1.b8.u2 (2021.02.20)

error - 1

https://i.imgyukle.com/2021/03/20/NUaCTx.jpg

error - 2

https://i.imgyukle.com/2021/03/20/NUaSm6.jpg

Snake288 19-03-2021 19:11

This scenario is very old.

I don't have the current version, but

where to find the current version

where to find the new version

Ele 19-03-2021 22:42

Quote:

Originally Posted by Snake288 (Post 490952)
Hi Cesar82

can I get some help, please ?

I tried on this version : CIU 3.0.0.1.b8.u2 (2021.02.20)

error - 1

https://i.imgyukle.com/2021/03/20/NUaCTx.jpg

error - 2

https://i.imgyukle.com/2021/03/20/NUaSm6.jpg


Are the setup files on the SSD?

Snake288 20-03-2021 03:08

Hi Cesar82
 
Hi Cesar82

can I get some help, please ?

I tried on this version : CIU 3.0.0.1.b8.u2 (2021.02.20)

https://i.imgyukle.com/2021/03/20/NU3VUP.jpg

mausschieber 20-03-2021 04:36

Quote:

Originally Posted by Snake288 (Post 490962)
Hi Cesar82

can I get some help, please ?

I tried on this version : CIU 3.0.0.1.b8.u2 (2021.02.20)

https://i.imgyukle.com/2021/03/20/NU3VUP.jpg

a bit more info where be usefull
wich conversion is this and what compression method did you use

mausschieber 20-03-2021 08:59

Quote:

Originally Posted by Snake288 (Post 490962)
Hi Cesar82

can I get some help, please ?

I tried on this version : CIU 3.0.0.1.b8.u2 (2021.02.20)

https://i.imgyukle.com/2021/03/20/NU3VUP.jpg

i take a look in your Project what i have found is your methods are not compatible i dont know if this is the right method
Code:

o2recs8+srep_new+XLolz
why? i found that xlolz dosn't exists in Method.ini
but that know Cesar82 better then I
otherwise the Compression take over 17 Hrs and have you take a look over my Conversion here
this works 100%

Snake288 22-03-2021 03:37

Hi, everybody
 
Hi, everybody

Call of Duty Advanced Warfare help with compression
as mentioned "i used xtool 0.9 precomp:t100p:lz4..."
single files no multiplayer pack...
DiskSpan_GUI [2021.03.12] XTool 0.9 I want to use the tool
XTool 0.12 I tried, but it's not working.
I just want help diskspan_gui [2021.03.12] XTool 0.9 compatible to be able to work

Ele 22-03-2021 03:52

Quote:

Originally Posted by Snake288 (Post 490981)
Hi, everybody

Call of Duty Advanced Warfare help with compression
as mentioned "i used xtool 0.9 precomp:t100p:lz4..."
single files no multiplayer pack...
DiskSpan_GUI [2021.03.12] XTool 0.9 I want to use the tool
XTool 0.12 I tried, but it's not working.
I just want help diskspan_gui [2021.03.12] XTool 0.9 compatible to be able to work

xtool 2020?

Snake288 22-03-2021 05:15

Hi Cesar82
 
Call of Duty Advanced Warfare DiskSpan_GUI, "OLD" XTool v0.12 xlz4 I tried, but nothing works help finding solutions
Video Narration (XTool v0.12 xlz4 Does not work or does not start at all)
DiskSpan_GUI, OLD XTool v0.12 xlz4.wmv - 79.0 MB

Snake288 22-03-2021 08:30

Quote:

Originally Posted by Cesar82 (Post 490986)
You can see an error in the video in the "DiskSpan_x##.ini" section (## = 86 or 64).
If you changed this file, restore the original.
Check if the section looks like this in the "DiskSpan_x##.ini" file
Code:

[External compressor:xlz4]
You did not display another error in your video.
Compression was still in progress (no errors).
After the completion of the SREP stage (which was running at the end of the video), the LOLZ stage was still missing.

In DiskSpan_GUI just choose one of the predefined options 9, 10, or 11 (11 for the method similar to the one you chose to use).
I tested to compress some files (not from the game) and DiskSpan_GUI is working correctly. Watch the VIDEO.
The difference in compression time of LOLZ compared to LZMA for some is not worth it.
Test with smaller game files by adding them to a folder and comparing the results.
I think the predefined DiskSpan_GUI method 10 would be more suitable.

I watched the video you sent
Watch The Video I Sent New
0.12 XTool.exe application does not perform its task
DiskSpan_GUI, OLD XTool v0.12 xlz4.wmv - 43.7 MB

KaktoR 22-03-2021 08:41

Share me a sample file (which use lz4) please of the game to test.

Snake288 22-03-2021 09:20

Quote:

Originally Posted by KaktoR (Post 490990)
Share me a sample file (which use lz4) please of the game to test.

Call of Duty Advanced Warfare
Game files and running old tools and new tools
Data.7z - 828.4 MB

Grumpy 24-03-2021 01:55

Quote:

Originally Posted by Cesar82 (Post 490996)
@Mods.
I don't know why but some days it's difficult to upload attachment files here on the forum.
I was unable to attach a file smaller than 1 MB. I tried it 20 times and it always gives an error on the upload page.
Today is bad even for reloading forum pages.

I am not sure why that is happening to you? I never seem to have any problems uploading, not that I upload much these days.
I have added your file to your post for you.
If you do have problems uploading you are welcome to send me a PM requesting me to add the file to your posts. (Just add the file as an external link in your post and I will take care of it.) ;)

Cesar82 26-03-2021 12:49

DiskSpan_GUI [2021.03.26]
 
1 Attachment(s)
Updated DiskSpan_GUI to v1.0.0.4 [2021.03.26]. :rolleyes:
For information of the changes in the current DiskSpan_GUI see the changelog file in the "COMPRESSOR" folder.

P.S: To use the new version of DiskSpan_GUI with CIU, first delete the old "COMPRESSOR" folder from the CIU source code folder and then add the "COMPRESSOR" folder contained in the attachment file (do not overwrite).

EDIT:
I'm adding new features to DiskSpan_GUI.
Download the "DiskSpan_GUI 2.0 (demo)" version and run in CONFIG mode and see what's new.
If anyone has any useful suggestions for improving DiskSpan_GUI project, please collaborate.

sajmon83 23-04-2021 08:05

Cesar 82, I have a question if you can add the option to set xtool 2020 -d# - scan depth to the next version. And I have one more question, is there an error in the syntax xtool_lz4? xt_lz4 gives me results and xtool_lz4 gives me nothing.
Code:

15:36:57 - Selected ARC method for Data1e.bin was: xt_lz4
Compressed 160 files, 8,719,655,516 => 23,176,604,903 bytes. Ratio 265.80%

15:36:57 - Selected ARC method for Data1j.bin was: xtool_lz4
Compressed 160 files, 8,719,655,516 => 8,719,657,878 bytes. Ratio 100.00%

And so I wonder what the problem is. I like all the changes to DiskSpan_GUI 2.0 and I am looking forward to the next version. Beer for you ^^

Cesar82 23-04-2021 15:29

Quote:

Originally Posted by sajmon83 (Post 491509)
Cesar 82, I have a question if you can add the option to set xtool 2020 -d# - scan depth to the next version.

I did not understand your suggestion.
I don't know if that will do what you need, so I could understand if I add an option, you can include it as a parameter (I think).

People who understand this functionality more, please comment if it would work.
Code:

[External compressor:xtool_zlib]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzlib -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_lz4]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mlz4 -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_zstd]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzstd -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_reflate]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mreflate -c64mb -t75p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_preflate]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mpreflate -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_kraken4,xtool_kraken5,xtool_kraken6,xtool_kraken7,xtool_kraken8]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mkraken -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>

Then it would be used as that on the command line (manually).
xtool_zlib:d1+srep_new+LZMA-MT


Quote:

Originally Posted by sajmon83 (Post 491509)
And I have one more question, is there an error in the syntax xtool_lz4? xt_lz4 gives me results and xtool_lz4 gives me nothing.
Code:

15:36:57 - Selected ARC method for Data1e.bin was: xt_lz4
Compressed 160 files, 8,719,655,516 => 23,176,604,903 bytes. Ratio 265.80%

15:36:57 - Selected ARC method for Data1j.bin was: xtool_lz4
Compressed 160 files, 8,719,655,516 => 8,719,657,878 bytes. Ratio 100.00%

And so I wonder what the problem is. I like all the changes to DiskSpan_GUI 2.0 and I am looking forward to the next version. Beer for you ^^

About XTool 2020 not having inflated the file, try using the same lz4 library by copying from the XTool folder (old) to the XTool 2020 folder.
For each game you may or may not use a different version of the libraries, so it is necessary to test with different versions of the libraries.

Changing the subject...
If someone has download authorization and can share the file ISFreeArcExtract 4.3 here on the forum, it would be very useful for me (@mods, if I can't request it here, remove those lines).

sajmon83 23-04-2021 15:38

That's what I meant to set the scan depth. Thanks will try to edit the settings

pratikpatel8982 25-04-2021 05:44

Hi, can someone please help me in creating setup.exe of a conversion I have made, I compressed a game but I don't know how to make setup.exe file. Please give detail explaination. Thank you.

Gehrman 29-04-2021 15:08

Hi Cesar82

How to create a setup.exe without Setup.dll?
Like CIU 3.0.0.0.

Gehrman 29-04-2021 15:20

Report a bug in CIU 3.0.0.1.B8
 
1 Attachment(s)
See the video

Gehrman 29-04-2021 16:21

1 Attachment(s)
Quote:

Originally Posted by Cesar82 (Post 491674)
It's not possible.
The Setup.dll file contains all of the decompressors needed for extraction.
If you used the compressors internally (before) it would still be necessary to have a config file externally (Records.ini).
With Setup.dll you can include Records.ini within Setup.dll, thus making only one file necessary with Setup.exe.



I think this is not a bug.
You changed the file name, hence the error.
The names of the parts used in CIU today are <name>.001, <name>.002, <name>.003, etc.

See the video again.
The first error does not matter.

alucard1973 04-05-2021 11:31

Good evening,
I would like to know where I went wrong in the registry argument so that it installs this key for me if I choose Task 2 or 3
Thank you

Root: "HKCU"; Subkey: "Software\Valve\Steam\Apps\6800"; ValueType: dword; ValueName: "Installed"; ValueData: "1"; Tasks: 2,3


All times are GMT -7. The time now is 03:27.

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