![]() |
Quote:
|
1 Attachment(s)
Here it is
|
On which point you get this error?
|
he's changed names where he shouldnt have ?
//Background = WelcomePage, Background2 = FinishedPage #define Background "Background.bmp" #define Background2 "Background.bmp" #define Banner "smallbitmap.bmp" #define Icon "Setup.ico" //Define Splash image and duration of FadeIn/Show/FadeOut in ms. If not needed, just disable Splash (set ;) #define Splash #define SplashFile "logo.png" #define SplashFadeIn "500" #define SplashShow "1000" #define SplashFadeOut "500" unless he's renamed the corresponding files in folder as well ? |
Name as you like, doesn't matter.
And if file doesn't exist, compiler gives out a "file not found" error. |
oh ok good to know
|
Yes, I changed the name of the files in the folder .. The point that gives the error is at the time it will start the installation. And the other error and that is not appearing the menu to choose which components (directx and etc ...) choose.
|
I don't have this error.
Do me a favour: In Inno Setup window, press F9 for compile+run setup.exe, click next till installation starts. When the error shows up, look at the bottom of Inno Setup window in tab "Debug Output" and tell me what script line the error is. |
1 Attachment(s)
This is the error that occurred ino at the time of the setup error.
|
This was fixed with v7.0.1. Please download it from first page and overwrite all files.
|
Ok, I'll take the test.
|
1 Attachment(s)
Getting error about LicenseImage.bmp even tho file is there & Settings.ini -> ;#define License ??
|
Got the same error today, already fixed it :D
Search for: /////////////////////////////////////////// LicensePage replace with this: Code:
#ifdef License |
Quote:
|
1 Attachment(s)
This version 7.0.1 is all perfect, the eulas and the redists ... all the way I want the problem now is at the time of installation :/
|
says unable to write data to disk ... not enough HD room?
|
y HD has lots of space.
|
What compression method you did use?
|
The same one I used in version 6.9.5 ... PreComp, SREP and LZMA.
|
Exact precomp settings? Which version?
Maybe a problem with cls-precomp |
I used UltraArc 2.8.0.1 R3, funny that in ASIS 6.9.5 it works :/
EDIT1: I just tested the two versions (6.9.5 and 7.0.0 with update 7.0.1) with the same files compressed by UltraArc 2.8.0.1 R3 on 10/24/2017. I run in version 6.9.5 plus gave the error in the image I posted up in version 7.0.0 with the update. Since version 7.0.0 with the update is the way I want, with the options (directx, vsredits and etc ...) of redists. I tried to open the two scripts and try to leave 6.9.5 with these options or try to accept the compressed files, but I'm still very new and even with everything already learned here I was very lost. So I hope that now I have made everything clear so you can help me: D |
I mean, what precomp version did you used?
|
1 Attachment(s)
UA only has precomp v46, & using asis 7.0.1,choosing precomp,srep,lzma, it gives the exact same error, as he mentions.
( in the tools section of asis) BUT if you look at 2801r3-hotfix( seperate release ) that precomp is 038... probably why the error in asis 7.0.1?? retesting, by adding the resource folder from 2801 R3, which adds a bunch of files, not in your tools/UA files. |
Hmm, could it be that UA in Tools folder is different from the "original"? :D
I don't remember :D Edit: Just checked, precomp in UA is 0.46, in both 2801 R3 H Code:
C:\Users\Fee\Desktop\UltraARC 2801 R3 Hotfix\Resources>PCompBtw: Did you changed also precomp to 0.46 in Compressor.ini? Since there is a cls for unpacking, but i don't know if this cls will work for any precomp version. PS: To use Precomp046 in UA, you have to use MMC compression. Precomp in GUI is only for ZTool/pZLib3 |
Yes, #Define Precomp "0.46MT" ;0.38, 0.40, 0.41, 0.42, 0.43, 0.46MT
missing from config0.txt Code:
[External compressor:precomp] |
Like i said, UltraARC just have Pcomp046 inside, nothing more (somehow it uses cls + exe for compression without any arc settings).
Try to use like this MMC=PRMT+srep+lzma2 and check MMC in GUI. As for MSC: You could find it in 0 + 1 + 2 txt. Just make sure you don't use DDS compression (it's buggy as hell in 0.0.6.4) Edit: You could also try with ArcGUI instead http://fileforums.com/showthread.php?t=98152 I think it's a nice UltraARC replacement (it's with masked compression too!! :D) |
2 Attachment(s)
thats great one too, but just changing compressor.ini & config0.txt will allow ASIS to compress/decompress archives perfectly.
WOliveira Replace these 2 files from INI.rar archive, compressor.ini goes in root of ASIS & config0.txt goes in Resource folder of UltraArc. you will need to recreate your steup.exe, as well as recompress your game, as the 2 files were not set properly to handle precomp. Use settings for UA same as in picture, then ASIS will be able to handle your archives, but NOT before, you have to re-do the archives. ASIS then installs from the archives created without issue. |
1 Attachment(s)
Okay, I'll try!
EDIT1: I tested it now, and apparently it was working out more by getting a certain% error. That mistake the "program has to be closed". What do I do? I compressed the files now equal to the image of pakrat2k2 (SREP, LZMA and MMC) |
never had any issues, not running anything else in the background, when compressing files or running the new setup?
|
1 Attachment(s)
I ran with everything closed and still gave error: /
EDIT1: I tested with the following methods, SREP, LZMA and MMC worked up to a certain percentage and then gave "program stopped working" error. I tested with PreComp version 0.38 and 0.42 + SREP AND LZMA and both gave the isdone error that I posted the image before and last test only with SREP AND LEZMA and gave the following error (which for me was the first time, I think) that is in the image below. I forgot to mention that with SREP and LZMA it was up to a certain percentage and then it gave that mistake there. |
Only use MMC alone!
Go to UltraARC\resources\config0.txt Search for MMC= insert MMC=PRMT+srep+lzma2 |
^^ shows how much i use precomp.... NEVER, dont care about max compression, dvd's are cheap so usually use srep,lzma or if small no compression....
|
Quote:
|
thanks for the tips
Quote:
As for precomp, you said you tried with 38 & 42, did you rename them from precomp to pcomp ? the file in resources folder is name pcomp / pcompx64.exe, & if you didnt rename then it might have just used the same 46 version??? I went & got the 2801r3 version from UltraArc topic & use that version in all my compressions, also made the changes to text files i added, also KaktoR's change above. Tested every version of precomp with asis 7.01 & they all installed/uninstalled without issues.. Can you start over from beginning, getting the 7.01 from first post, use the UA version from the UltraArc topic, change those 2 files, remake archives... something is not right... Yes ive gotten setup is not responding a few times over the years, but just restarting the setup again it finishes without issues.. Dont want you to have just updated from earlier version of asis, overwriting existing files just incase something didnt go right... Interested in why you keep getting errors on basic compression like srep,lzma when it shouldnt have issues like you have. |
I made the move to change the confidence and compressed using only the MMC and everything went ok .. Sorry for disturbing you kkk ', I am very slow. Now it's the way I've always wanted ... Thank you again for the assistance and patience kk 'You guys are awesome.
|
glad to see it works how you want finally
|
Update v7.0.2 added
Also added a simple compiler.exe created with inno to compile the script if you don't have inno setup installed (and don't want to). |
People, one more doubt kkk '. I compressed GTA V by the method they gave me and gave 16 DVDs, would it be possible to decrease the size for less DVDs?
|
Yes, use either pzlib3 or ztool pzlib
|
But I'll be able to split into DVDs? if so and only I put it in that MMC of config0?
|
| All times are GMT -7. The time now is 17:08. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com