#781
|
|||
|
|||
Ok I fixed it, it was a mistake I made in my script. Actually even leaving the Disk number in the records.ini unchanged works fine as well. Since it seems to be needed only to change the disk number that appears in the messagebox that appears in case of missing file
Last edited by pincoball; 12-04-2020 at 06:18. |
Sponsored Links |
#782
|
||||
|
||||
Code:
v7.1.6 _____________________________________________________ - Fixed diskspan file search window > Clsinit function was missing and is now back - Fixed positioning of CRC Checkbox on CompactMode - If no Setup.ico is present, compiler will use default icon now instead of giving a error message while compile - Added PMT support for MPZ - Changed Time Remaining label > Before it showed "Infinity" if you used more then one record inside records.ini. If you use more then one record, Time Remaining will not show up anymore.
__________________
Haters gonna hate
Last edited by KaktoR; 12-04-2020 at 09:21. |
The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
#783
|
|||
|
|||
FIX Italian Custom Message
Hi, I am new in your world ... I have reviewed the files in "Italian" language since I am of Italian mother tongue, and I found errors scattered a little here and there, so I wanted to correct them and maybe share them for the other users I have thought it might help. Thanks for your splendid Script.
============================================= |
The Following User Says Thank You to XxAZAxX For This Useful Post: | ||
KaktoR (12-04-2020) |
#784
|
|||
|
|||
I've been trying to repack this sample file (helloworld.dat) with this method (and UltraARC R7)
Code:
xZLib+srep:m1f:l512+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8 Here there are the original file https://gofile.io/?c=DWMX4V and compressed one https://gofile.io/?c=EqIKaK Is there something I can do for decompress it correctly? I don't know if it is right posting it here since it is a rather generic problem Last edited by pincoball; 15-04-2020 at 12:02. |
#785
|
||||
|
||||
This file has no streams, therefore xtool is useless on this.
exclude this file using xtool or try with ztool instead. the file unpack works properly without xtool.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
pincoball (15-04-2020) |
#786
|
|||
|
|||
Quote:
I would say I surely lack of knowledge of about compression and would like to know how to see in advance what I should exclude in general when using Xtool. |
#787
|
||||
|
||||
Throw an eye inside the detectors folder (I guess you know because UltraArc R7 is from there).
XTool has some bugs left, but not noticeable most of the time (well this time it is noticeable ) And no, I was not able to unpack the file, only recompress without xtool.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
pincoball (15-04-2020) |
#788
|
||||
|
||||
I found a code and modified it you say it looks like it?
Quote:
Last edited by nicola16; 18-04-2020 at 11:07. |
#789
|
||||
|
||||
Hey there, I'm using A.S.I.S 7.1.4 still but I'm encoutering a small issue.
I normally could use packjpg/packmp3 without issues (I just added them into Arc.ini and used the BPK folder to include them because anything that goes in there gets included in the installer). Now however, when I try and decompress a file packed with either, it just crashes without an error message. I haven't changed any files in my compressor or installer before the issueso I'm not sure what could be causing it. It's only with these 2 compressors. Also, on an unrelated note: is it possible to remove the Compressors.ini file and replace it with a simple Include folder that just intakes everytihng inside, just like the BPK folder? Thanks again for the brilliant installer script. |
#790
|
||||
|
||||
packjpg/packmp3 are already included inside MPZ folder.
Maybe the files cause the error (jpg/mp3). Did you try to unpack them with a batch file instead to see if the error comes actually from the script itself? Yes it is possible, but you could also just move all files you need inside FreeArc folder.
__________________
Haters gonna hate
|
#791
|
||||
|
||||
Quote:
Compress: Code:
[External compressor:packjpg] header = 0 packcmd = packjpg_x64 -np $$arcdatafile$$.jpg datafile = $$arcdatafile$$.jpg packedfile = $$arcdatafile$$.pjg solid = 0 Code:
[External compressor:packjpg] packcmd = packjpg_x64 -np $$arcdatafile$$.jpg datafile = $$arcdatafile$$.jpg packedfile = $$arcdatafile$$.pjg solid = 0 |
#792
|
||||
|
||||
The issue with the Bonus Components Back Button going missing is still happening.
I suggested changing screen resolution. Apologies for giving you all of these problems I really wish I could help. |
#793
|
||||
|
||||
I think the problem is
Code:
Left := ScaleX(WizardForm.ClientWidth - 80); Top := ScaleY(WizardForm.ClientHeight - 28); Otherwise I don't know
__________________
Haters gonna hate
|
#794
|
||||
|
||||
The previous update had some bugs left, here is the hotfix
Code:
v7.1.7 Hotfix _____________________________________________________ - Fixed "OK" button on components page (CompactMode) with higher desktop resolutions > Hopefully this will be the last one - Fixed "Background" button on FinishedPage with special settings - Added a new [Executable#] section to Settings.ini > There will be set executables for shortcuts - Reworked creating icons for your application > It is now possible to set/create more then one icon > Theoretical you can create an infinite number of shortcuts - Updated all languages - Some script cleanup, now be less unneccessary doubled codes and trash - Hotfix: Fixed hash check if more then from 1 disc/iso is installed > Before the file was extracted on hash page, and if you were installing from more then one disc/iso and changed the disc/iso, Installer couldn't extract the file because Setup.exe was not in {src} folder anymore, so you had to remount the disc/iso and click "Retry" to start the hash check. This is now fixed. - Hotfix: Fixed broken FinishPage if CRC checkbox was checked (NormalMode)
__________________
Haters gonna hate
|
#795
|
||||
|
||||
I was wondering if it's possible to change the button placement in compact mode? I'm having a little play around with the layout and I can move everything so far except from the install, pause and cancel buttons. Is there something I'm missing?
Code:
PauseButton := TNewButton.Create(WizardForm); with PauseButton do begin Parent := WizardForm; Left := ScaleX(10); Top := ScaleY(310); Width := ScaleX(225); Height := ScaleY(23); Caption := ExpandConstant('{cm:Pause}'); OnClick := @PauseButtonClick; end; I extended the installer slightly to 500 (Y) value, so that's why the button can go lower than the normal compact mode window. Is there some kind of lock on the button / or can buttons not be resized or moved? |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 03:24 |
Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 01:02 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |
Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 16:37 |
MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 17:31 |