![]() |
BlackBox UA 2017 by razor
2 Attachment(s)
I read a post that a guy was asking black box with latest updates, I just did copy paste (no test sorry) :o
|
thanks for taking time to do it, I'm sure those who want it will appreciate it.
|
Quote:
sorry no time for you code :o |
Hi guys !
First of all, many thanks goes to the original Black Box script developer, Kurutucu. Thanks goes to you Rinaldo as well. :) This adaptation works with UltraArc. I've tested it and there are no problems so far. But there is a 'tiny' problem...the progress bar stucks at 10%. In the original Black Box project there is an Archive.ini. Place where you can adjust the installation progress. This adaptation doesn't have it and I'm getting a hard time to find it in the script. Any help I would appreciate. Thanks in advance. :) |
it's not needed, in the archive from rinaldo, the output folder already has a records.ini, which should be deleted, as well as arc archive. From the UltraARC topic here >
http://www.fileforums.com/showthread.php?t=96619 grab the UltraARC 2801 R3 Hotfix.7z & extract it into the output folder. Make necessary image changes, compile the script, then run ultraarc setting source / output directories. Don't forget that FirstVolumeSize=4480 is everything in the first folder ( if you have redists to install + setup.exe + setup.ico, those will be subtracted from 4480 to get firstvolumesize. More info is in the first post of topic I mentioned above. doing all that the progressbar should progress as installation proceeds. |
Hi @Pakrat,
it's not working mate. The game installs and unpacks correctly but the progress bar still stucks around 10%. :o |
maybe one of the more experienced coders can help with that.
|
I do not know, I just copy paste, check ProgressCallback and set it from 100 to 1000 but I'm not sure it's not my script :o
|
@Rinaldo,
you nailed it ! By default it was 100 and I changed it to 1000. Now the progress bar is synchronized. :D The code is here --> https://i.imgur.com/WlZJkMr.jpg I was about to give up the whole thing. You saved my day. Thanks again. :) |
Here is my installer for Doom 4. I've made some changes but it's basically the same as Rinaldo's modification. The uninstaller will delete your save game folder which is in C:\Users\Username\Saved games\id software ! So beware if you're currently playing Doom. Anyways, the uninstaller will ask you for permission to delete this folder. Give some feedback. :)
|
1 Attachment(s)
Ok, I've made an Blackbox Installer for TS4 Deluxe but It manages to unpack only some folders from Data1.arc (in the attachment there is the original file from Black_Box_UA_2017.7z archive so don't be bothered by wrong password. I,ve compressed my files with SREPMAX+RZ+exe+exe2+LZ77 from UltraArc. Any suggestions how to make it work? Oh, I've forgot to mention, I've edited the code to use not only Visual C++ Redist. for 32-bit systems but also for 64-bit.
|
I made a script for Injustice God Among Us and when its about to install directX
I have the error "Invalid Command line switch". How can i fix this? |
What switch you used for directx?
|
Quote:
http://www.fileforums.com/showthread.php?t=95092 |
1 Attachment(s)
I have one another problem. When i click uninstall it not open the script uninstaller, its open the typical uninstaller of windows. I use Blackbox script.
|
Quote:
|
Is possible to make uninstaller menu like installer?
|
Quote:
|
Hi rinaldo,
Please, How to activate Elapsed Time & Remaining Time? Thank |
Quote:
TimeStr1,TimeStr2,TimeStr3 ex: Code:
Label1.Caption:=TimeStr1; |
Hi rinaldo
Hi rinaldo,
Please, How to activate Elapsed Time & Remaining Time? Thank I could not do it I want you to help me Could you see if I uploaded the file? thank you for your time Black_Box_UltraArc_Doom.rar - 30.3 MB |
Quote:
|
Thank you for interest
|
Hi! rinaldo
Hello
Help again imposition C:\Program Files instead C:\Program Files (x86) address change help example : C:\Program Files This Example unlikely http://resimyukle.link/a/1-1.jpg example : C:\Program Files (x86) This Example It's going to happen http://resimyukle.link/a/2-2.jpg Black_Box_UltraArc_Doom.7z - 24.4 MB |
Directory Constants
Code:
DefaultDirName={pf}\{#AppName} |
I could not help please
|
is an elementary thing the directory :mad:
example dir + custom progress (I used isdone v0.6) Code:
#DEFINE Dir '0'example isdone: Code:
|
I have not been able to fix the file I gave you in the above topic I need correction assistance and help in the case of the above topic content
Hello Help again imposition C:\Program Files instead C:\Program Files (x86) address change help example : C:\Program Files This Example unlikely http://resimyukle.link/a/1-1.jpg example : C:\Program Files (x86) This Example It's going to happen http://resimyukle.link/a/2-2.jpg Black_Box_UltraArc_Doom.7z - 24.4 MB |
remove
Code:
ArchitecturesInstallIn64BitMode=x64 |
Setup]
AppName={#AppName} AppPublisher={#AppPublisher} AppVersion={#AppVersion} AppComments={#AppName} DefaultDirName={pf64}\{#AppPublisher}\{#AppName} DefaultGroupName={#AppPublisher}\{#AppName} OutputBaseFilename={#SetupName} OutputDir={#SetupOut} SetupIconFile=Setup files\Misc\Setup.ico WizardImageFile=Setup files\Misc\Background.bmp WizardSmallImageFile=Setup files\Misc\smallbitmap.bmp Compression=lzma/ultra64 //MinVersion="6.1.1.2058" InternalCompressLevel=none UninstallDisplayIcon={uninstallexe} UninstallDisplaySize=49928994816 AppId={{B7088B59-F587-435A-A67E-AFE6C3816C18} PrivilegesRequired=none DisableWelcomePage=False ;ShowTasksTreeLines=yes ;InternalCompressLevel=ultra64 ;InfoBeforeFile=_Files\info.rtf ;LicenseFile=_Files\license.txt DirExistsWarning=no AppSupportURL=https://help.bethesda.net/app/home/p/704/Platform/3/pf/PC/session/ Hello master Help |
Quote:
|
problem with resizing black box frame
hi guys, i am playing with the black box 2017 script rinaldo posted, and i cannot for the life of me figure out how to make a full screen welcome page bitmap. i have tried resizing it in photoshop, and adjusting the parameters in main.iss. here is my code
ExtractTemporaryFile ('Background.bmp'); WizardForm.WizardBitmapImage.Cursor:=crHand; WizardForm.WizardBitmapImage.OnClick:=@LogoLabelOn Click; WizardForm.ClientWidth:=800; WizardForm.ClientHeight:=600; WizardForm.InnerNotebook.Show; WizardForm.OuterNotebook.Show; WizardForm.WizardBitmapImage.Stretch:=True; WizardForm.WizardBitmapImage.Parent:=WizardForm; am i doing this wrong? i also cant seem to figure out how to line up the buttons either :< can someone tell me what i need to do or post a code snippet on how to add a background.bmp to the extracttemporaryfile variable? thanks!! -Kitsune |
|
check this post & see if its correct in script as well.
https://www.fileforums.com/showpost....24&postcount=9 |
I've been trying to compress The Sims 3 Collection (base and all addons).
Compression method I've used: pZLib3+SREPMAX+LZMAII pZLib3+SREPMAX+RZ No matter what installer I use, every time -12 error appear. Attachment 22191 What Can I do to preserve the compression ratio ~33GB->~7GB |
Quote:
Make sure correct unarc.dll version used.{Lot of out there} Make sure enough space for installation. {if error came at start,then different version of unarc.dll as the problem{use correct one}. or while extraction process that may be memory issue.} |
Quote:
Memory on my PC is 16-20GB Tomorrow I'll be testing various unarc.dll but where to get it? By the way, isn't there a problem with srep? My mind thoughts are going this way for a solution. The problem occurs about 0,4% of the setup so It's at the beginning. Edit: Ok, I think I've solved the problem. I've been using Srep/Srep64 version 3.93a beta, if I remember there was a problem with this version, so I've found version 3.92 beta and I'll test it. |
| All times are GMT -7. The time now is 20:50. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com