|
|
|
#1
|
||||
|
||||
|
before : It does not allow me to add files manually and gives an error again when compiling ...
I did the same thing, but it tells a series of files to add them, and when I add them, I run into problems during installation for installation. A message indicates that you have missing file cls-diskspan.dll while the file exists but it is not clear why it displays this message! I extracted all the files of part UNPACK , I added all the main files of part UNPACK NEW myself, and I introduced the complete files in those parts ToolsList.iss and ToolsList_Init.iss , but after creating the Setup.exe file, it installing shows the message! Error missing file cls-diskspan.dll
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
ALiAS2, Remove the three lines from ToolsList.iss. Code:
Source: Files\Unpack\DiskSpan\R2\CLS-DISKSPAN.dll; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;
Source: Files\Unpack\DiskSpan\R2_\CLS-DISKSPAN.dll; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;
Source: Files\Unpack\FreeArc\Arc.ini; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;
the installer takes these two files (arc.ini, cls-diskspan.dll) by default from the "Files\Unpack" folder. so you don't need to add them to ToolsList.iss. the ToolsList_Init.iss file seems to be fine. it doesn't need to do anything. edit: be sure to keep a short path to the folder. (ex: D:\Repacks\CorePack Final CJ Edition\) Last edited by BLACKFIRE69; 13-10-2020 at 08:05. |
| The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ALiAS2 (13-10-2020), ramydarkness (20-03-2022) | ||
|
#3
|
||||
|
||||
|
Thanks Bro @blackfire69
I also changed some of the parts line in file ToolsList_Init.iss to fix the problem! Thankful. ![]() Now the problem is that even though I have added all these Decompress files, it still cannot install my compressed file data !!! what is problem ?
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
oh man, this is completely wrong ! . don't comment these lines. ![]() (ToolsList_Init.iss) _ Last edited by BLACKFIRE69; 14-07-2024 at 02:27. |
|
#6
|
||||
|
||||
|
Hey Bro @BlackFire69
I Found a Bug or Problem In After Install Game With This Script that's it not Show Game Version In Control Panel>Program and Features>Install programs !! Can you fix this ? or Help Me Fix That ? Thank You Bro ♥ |
|
#7
|
||||
|
||||
|
Quote:
ok ok, but it's not a bug ![]() i'll upload the changes. check the first post. after compiler fix : _ Last edited by BLACKFIRE69; 14-07-2024 at 02:27. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
ALiAS2 (17-10-2020) | ||
|
#8
|
||||
|
||||
|
That's Awesome ... Thanks
|
| The Following User Says Thank You to ALiAS2 For This Useful Post: | ||
BLACKFIRE69 (17-10-2020) | ||
|
#9
|
||||
|
||||
|
Hey BlackFire69, i would like to know how to add games shortcuts for those games which have a long file directory eg [Binaries/Win32/Game]
I can't get it working so please help |
|
#10
|
|||
|
|||
|
Quote:
Code:
[Execs] ; maximum is 2. ; Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name ; ex: AppExe1=Mafia III x64|bin|launcher64.exe|Mafia III x64 Like Code:
; ex: AppExe1=Mafia III x64|Binaries\Win32\Game|launcher64.exe|Mafia III x64 |
| The Following 3 Users Say Thank You to ffmla For This Useful Post: | ||
|
#11
|
||||
|
||||
![]() ![]() ![]() ![]() ![]() @blackfire69 bro waiting for new update
|
|
#13
|
||||
|
||||
|
#14
|
||||
|
||||
|
Hey Bro @BlackFire69
Do you think it is not better to use the Components & Language or Just Components option instead of the Language part in the first Page Overview Installation Script ? and Bold COREPACK Name Script at Up Page ? Please Add Compiler Separate For This BOLD NAME !!! If possible of course? Thanks Bro ♥ Last edited by ALiAS2; 24-10-2020 at 15:27. |
|
#15
|
||||
|
||||
|
Quote:
Quote:
Comparison ![]() _ Last edited by BLACKFIRE69; 14-07-2024 at 02:27. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
ALiAS2 (25-10-2020) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [CIUv3] Custom Installer Ultimate v3 | KaktoR | Conversion Tutorials | 924 | 07-07-2026 08:24 |
| Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 12:52 |
| CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 03:33 |
| Elder Scrolls IV: Oblivion. WTF FOR ME. | SansMercy | General Gaming | 5 | 07-04-2007 23:05 |
| weird error.... | sheykh | PC Games | 5 | 07-05-2006 20:23 |