![]() |
Hello PrinceGupta2000
yes everything works My problem was arc.ini. solved! thank you for these updates and your work |
had unarc.dll issue with wpi installer
Quote:
howdy and i am having issue on my test pc with the isdone.dll i get error code 11 with unarc.dll when i start the install on my other pc but on this one i had no problem until close to the end the install popups and says ISDone.dll Unarc.dll returned error code :-12 ERROR: file D:\Deus Ex Mankind Divided\runtime\Game.layer.0.all.archive failed CRC check, so any idea how that would happen considering it uses the same .dll on both computer? The error code 11 says the archive is corrupted on the one pc but then on this one it is -12. The method used was ultral3 |
Quote:
trying disable reflate and recompress it |
Quote:
|
What I wanna know is, what did you all do to Panker? :D
|
Quote:
|
Quote:
|
1 Attachment(s)
Quote:
name your archive: data1.bin here is the script |
Quote:
But how to modify script to change the password for bin files :confused: 1) I mean what should be the default password for bin files to extract by setup ? I think its "password" ? yes or not ? if yes then how to made changes in script to extract archive having different password Becoz SETUP shows incorrect password of bin files :confused: 2) And What to do if i have Many bin files :confused: |
look for the following lines in your script and change what you want:
if not MaskedExt(100,ExpandConstant('{src}\Data1.bin'),Ex pandConstant('{app}'),'Yourpassword') then break; // if not MaskedExt(50,ExpandConstant('{src}\Data1.bin'),Exp andConstant('{app}'),'YourPassword') then break; // if not MaskedExt(25,ExpandConstant('{src}\Data2.bin'),Exp andConstant('{app}'),'YourPassword') then break; // if not MaskedExt(25,ExpandConstant('{src}\Data3.bin'),Exp andConstant('{app}'),'YourPassword') then break; for example if you want 2 bin file the script will be: if not MaskedExt(50,ExpandConstant('{src}\Data1.bin'),Exp andConstant('{app}'),'Yourpassword') then break; if not MaskedExt(50,ExpandConstant('{src}\Data2.bin'),Exp andConstant('{app}'),'YourPassword') then break; // if not MaskedExt(25,ExpandConstant('{src}\Data2.bin'),Exp andConstant('{app}'),'YourPassword') then break; // if not MaskedExt(25,ExpandConstant('{src}\Data3.bin'),Exp andConstant('{app}'),'YourPassword') then break; |
4 Attachment(s)
Attachment 15214if you want the installer requires no password.
you must remove your compressor the area surrounded by red. to customize your password change in this same area example: -hp -p%your chosen password here% or try bat without password in the link |
@kenzo Thanks Buddy !
Now thats the solution :) BTW I will stick to pics method :D |
high time i threw an update here ?? :D
or not ?? hello everyone |
|
Quote:
|
| All times are GMT -7. The time now is 04:03. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com