Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13-10-2020, 06:05
ALiAS2's Avatar
ALiAS2 ALiAS2 is offline
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 25
Thanks: 48
Thanked 8 Times in 6 Posts
ALiAS2 is on a distinguished road
Send a message via Yahoo to ALiAS2
Unhappy problem with add source

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
Attached Images
File Type: png Problem.png (860.8 KB, 240 views)
File Type: png Files.png (77.1 KB, 229 views)
File Type: png Compile Error.png (888.6 KB, 229 views)
Attached Files
File Type: rar ToolsList Files iss.rar (1.4 KB, 29 views)
Reply With Quote
Sponsored Links
  #2  
Old 13-10-2020, 08:03
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ALiAS2 View Post
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

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.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ALiAS2 (13-10-2020), ramydarkness (20-03-2022)
  #3  
Old 13-10-2020, 12:41
ALiAS2's Avatar
ALiAS2 ALiAS2 is offline
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 25
Thanks: 48
Thanked 8 Times in 6 Posts
ALiAS2 is on a distinguished road
Send a message via Yahoo to ALiAS2
Question Problem for Install & Decompress files

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 ?
Attached Images
File Type: png Problem Method.png (806.3 KB, 230 views)
Attached Files
File Type: rar Files ToolsList New Edition.rar (1.4 KB, 28 views)
Reply With Quote
  #4  
Old 14-10-2020, 03:18
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ALiAS2 View Post
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 ?
now it says "unsupported compression method!" so all you have to do is replace the default "Arc.ini" which is in the "Files\Unpack" folder with your new "Arc.ini". i think it is in your "Files\Unpack\ FreeArc" folder.
Reply With Quote
  #5  
Old 14-10-2020, 03:51
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ALiAS2 View Post
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 ?


oh man, this is completely wrong ! . don't comment these lines.

(ToolsList_Init.iss)


_

Last edited by BLACKFIRE69; 14-07-2024 at 02:27.
Reply With Quote
  #6  
Old 17-10-2020, 03:01
ALiAS2's Avatar
ALiAS2 ALiAS2 is offline
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 25
Thanks: 48
Thanked 8 Times in 6 Posts
ALiAS2 is on a distinguished road
Send a message via Yahoo to ALiAS2
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 ♥
Reply With Quote
  #7  
Old 17-10-2020, 03:44
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ALiAS2 View Post
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 ♥



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.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
ALiAS2 (17-10-2020)
  #8  
Old 17-10-2020, 04:07
ALiAS2's Avatar
ALiAS2 ALiAS2 is offline
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 25
Thanks: 48
Thanked 8 Times in 6 Posts
ALiAS2 is on a distinguished road
Send a message via Yahoo to ALiAS2
Thumbs up Thank You Bro

That's Awesome ... Thanks
Reply With Quote
The Following User Says Thank You to ALiAS2 For This Useful Post:
BLACKFIRE69 (17-10-2020)
  #9  
Old 22-10-2020, 06:36
ravikant's Avatar
ravikant ravikant is offline
Registered User
 
Join Date: Oct 2018
Location: Somewhere near you
Posts: 44
Thanks: 14
Thanked 10 Times in 7 Posts
ravikant is on a distinguished road
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
Reply With Quote
  #10  
Old 22-10-2020, 07:29
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Wink Try This

Quote:
Originally Posted by ravikant View Post
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
In the "Compiler.ini" file
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
change the Exec Directory to required path,
Like
Code:
; ex:  AppExe1=Mafia III x64|Binaries\Win32\Game|launcher64.exe|Mafia III x64
Binary Location-> {app}\Binaries\Win32\Game\Launcher.64.exe
Reply With Quote
The Following 3 Users Say Thank You to ffmla For This Useful Post:
ALiAS2 (23-10-2020), BLACKFIRE69 (22-10-2020), ravikant (23-10-2020)
  #11  
Old 22-10-2020, 07:14
alexachu's Avatar
alexachu alexachu is offline
Registered User
 
Join Date: Apr 2018
Location: india
Posts: 12
Thanks: 51
Thanked 7 Times in 6 Posts
alexachu is on a distinguished road










@blackfire69 bro waiting for new update
Reply With Quote
  #12  
Old 24-10-2020, 23:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by alexachu View Post










@blackfire69 bro waiting for new update

an update is coming.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
alexachu (25-10-2020)
  #13  
Old 25-10-2020, 00:17
alexachu's Avatar
alexachu alexachu is offline
Registered User
 
Join Date: Apr 2018
Location: india
Posts: 12
Thanks: 51
Thanked 7 Times in 6 Posts
alexachu is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
an update is coming.
Thanks bro 💞
Reply With Quote
  #14  
Old 24-10-2020, 15:23
ALiAS2's Avatar
ALiAS2 ALiAS2 is offline
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 25
Thanks: 48
Thanked 8 Times in 6 Posts
ALiAS2 is on a distinguished road
Send a message via Yahoo to ALiAS2
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.
Reply With Quote
  #15  
Old 24-10-2020, 23:43
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ALiAS2 View Post
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 ?
ok.

Quote:
Originally Posted by ALiAS2 View Post
and Bold COREPACK Name Script at Up Page ?
Please Add Compiler Separate For This BOLD NAME !!! If possible of course?
Thanks Bro ♥
sorry bro i didnt get that. Repacker1 (CORE) and Repacker2 (PACK) are always bold.




Comparison

_

Last edited by BLACKFIRE69; 14-07-2024 at 02:27.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
ALiAS2 (25-10-2020)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 04:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com