|
|
|
#1
|
||||
|
||||
|
Quote:
LMAO installer music... good choice. ![]() Now all we need is for Razor' to fix the VideoRAM issue so it displays properly for cards with greater the 4GB Ram Last edited by pakrat2k2; 17-05-2017 at 10:47. |
| The Following 4 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
![]() For VideoRAM... I am in the early lerning process of Inno Setup. It could take a while. I must rewrite the complete HW page and this is not a thing for me imo. Maybe someone more skilled member can do this. In my first try's there was "0.00MB", "4.00GB" or just "DeviceDriver" displayed on VRam on HW page. My head is spinning around atm because of learning.
__________________
Haters gonna hate
|
|
#3
|
||||
|
||||
|
Simorq sent me PM saying its not the issue of ISS but of Windows itself.
https://forums.evga.com/GTX-TITAN-X-...-m2323952.aspx Razor had mentioned some time ago, he would have to rewrite a new dll for the issue. |
|
#4
|
||||
|
||||
|
I dont think it's directly an issue on Windows itself.
Both libraries from razor and peterf worked for me, both displaying 8GB, but i have problems to correctly implenent those libraries into ISS.
__________________
Haters gonna hate
|
|
#5
|
|||
|
|||
|
i got this error while decompressing what should i do?
compress method: pZLib+Srep+Lzma2
|
|
#6
|
||||
|
||||
|
Quote:
![]() I will edit again. Give me some minutes. Edit: Here is the right one, finally. Recompile setup.exe from this archive, replace your old setup.exe and try again.
__________________
Haters gonna hate
Last edited by KaktoR; 17-05-2017 at 18:06. |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
IzeroI (17-05-2017) | ||
|
#7
|
||||
|
||||
|
Btw, some small but important information:
If you got an error with "Failed to create Data#.bin" in UltraArc with compression pzlib+srep+lzma, make sure to exclude all small files (including all .dll, .exe, etc files), because some error in UltraArc.exe if you mix big files and small files together. After compression is done, manually pack all remaining files into an freearc archive and add it to records.ini. I faced that error in eg Sims 4 and Just Cause 3 until now. --- And, testing new compressions in the next days i got from "shazzla" (big thanks to you).
__________________
Haters gonna hate
Last edited by KaktoR; 17-05-2017 at 18:34. |
|
#8
|
||||
|
||||
|
@Simorq:
Even with your unmodded script (http://fileforums.com/showpost.php?p...&postcount=725) i got errors in decompression with CLS-Reflate and ReflateAPI CLS-Raflate "Arc.exe has stopped working" ![]() ReflateAPI ![]() http://fileforums.com/showpost.php?p...4&postcount=15 http://fileforums.com/showpost.php?p=458977&postcount=3
__________________
Haters gonna hate
Last edited by KaktoR; 21-05-2017 at 05:23. |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Simorq (22-05-2017) | ||
|
#9
|
||||
|
||||
|
Quote:
http://krinkels.org/threads/reflate-api.3419/page-2 It is better to use pZLib |
|
#10
|
|||
|
|||
|
Hello folks got little question is there option ot turn off/delete EULA from both script and installer? Personally don't need that :-P
|
|
#11
|
||||
|
||||
|
Simply don't put any eula.rtf file in Setup\Eula folder.
__________________
Haters gonna hate
|
|
#12
|
|||
|
|||
|
Thank you
|
|
#13
|
||||
|
||||
|
Fixes to CIU v2.0.3.8.b.
For the friend who posts the CIU codes...
Fixes to CIU v2.0.3.8.b... The line below is not required. The installer is compressing 2 times the image Installer1.png Source: Setup\Setup\Installer1.png; DestDir: {tmp}; Flags: dontcopy Replace all parts of the lines containing (Error UltraArc Languages to all CIU v2) Replace From: if ((Data[i - 1].Arc[6] = '') or (LanguageTranslator(Data[i - 1].Arc[6]) = ActiveLanguage)) Replace To: if (Data[i - 1].Arc[6] = '') or (Data[i - 1].Arc[6] = ActLangShort) Need fixe all others parts replacing "ActiveLanguage" to "ActLangShort" in all CIU v2 (Without quotes). Sugestion: Translate as FreeArc Custom Messages ins script and adding custom messages to language files. Thanks! |
|
#14
|
||||
|
||||
|
Quote:
Parsing -> Compressing Are you sure about that? Can't find a second file in Setup.exe after compiling. Quote:
__________________
Haters gonna hate
|
|
#15
|
||||
|
||||
|
Fixes to CIU
Quote:
In the link below contains images with or repeated files and the fixed script (buy with beyond compare to see the differences). https://mega.nz/#!lAgQTaQS!vuX921KwB...1kq5f6WUDXF9-0 The arc file info in Data[i - 1].Arc[6] is the language to extract the specified ultraArc file. Sugestion use function to multiples languages to one file: Code:
function CheckLanguageArc(Lang: String): Boolean;
var
TmpLang: String;
begin
Result := False;
TmpLang := Trim(RemoveQuotes(Lang));
if TmpLang = '' then begin
Result := True;
Exit;
end;
if Copy(TmpLang, Length(TmpLang), 1) <> ',' then
TmpLang := TmpLang + ',';
while Length(TmpLang) > 0 do begin
if CompareText(Trim(Copy(TmpLang, 0, Pos(',', TmpLang) - 1)), ActLangShort) = 0 then begin
Result := True;
Break;
end;
TmpLang := Copy(TmpLang, Pos(',', TmpLang) + 1, Length(TmpLang));
end;
end;
Last edited by Cesar82; 26-05-2017 at 11:00. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 1 | 28-06-2015 17:00 |
| Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 2 | 09-01-2013 18:02 |
| Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] | REV0 | PC Games - CD/DVD Conversions | 0 | 09-01-2013 16:38 |