Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1366  
Old 19-05-2024, 01:47
ROKA1969's Avatar
ROKA1969 ROKA1969 is offline
Registered User
 
Join Date: May 2017
Location: Poland
Posts: 27
Thanks: 6
Thanked 1 Time in 1 Post
ROKA1969 is on a distinguished road
Thank you
Reply With Quote
Sponsored Links
  #1367  
Old 19-05-2024, 02:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,405
Thanks: 1,078
Thanked 7,007 Times in 2,654 Posts
KaktoR is on a distinguished road
Never heard of that error
__________________
Haters gonna hate
Reply With Quote
  #1368  
Old 28-07-2024, 06:45
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 62
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
Hey,

I have the following problem (with version 4.7.6):

If I specify more than one component in the ‘Settings.ini’, I get the error at the line (" for I := 0 to ComponentsList.Items.Count - 1 do" - see picture below):
Code:
[ComponentsSettings]
Enable=1
FlatPageMode=0
ShowComponentSize=1
I set it like this:
Code:
[ComponentsSettings]
Enable=0
FlatPageMode=0
ShowComponentSize=1
of course I no longer have a choice of component selection, but the error is then gone, and the setup is compiled.

Maybe someone can help me!


KR pcblizzard
Attached Images
File Type: jpg ASIS_1.jpg (171.5 KB, 192 views)
Reply With Quote
  #1369  
Old 28-07-2024, 06:46
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,405
Thanks: 1,078
Thanked 7,007 Times in 2,654 Posts
KaktoR is on a distinguished road
Try latest v7.5.0 if that is fixed (should be, as I tested more then one component with that).

https://www.patreon.com/posts/release-v7-5-0-108191154
__________________
Haters gonna hate

Last edited by KaktoR; 28-07-2024 at 06:52.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (28-07-2024), mausschieber (28-07-2024), pcblizzard (28-07-2024)
  #1370  
Old 28-07-2024, 07:23
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 62
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
Yes, v7.5.0 works with more than one component, THANK YOU!
Reply With Quote
  #1371  
Old 04-08-2024, 09:09
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 35
Thanks: 2
Thanked 6 Times in 4 Posts
demon964 is on a distinguished road
hi. how i can add checkbox for maximum 2gb ram usage during setup installation?

like fitgirl
Reply With Quote
  #1372  
Old 04-08-2024, 10:37
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,405
Thanks: 1,078
Thanked 7,007 Times in 2,654 Posts
KaktoR is on a distinguished road
There is already a checkbox for this purpose I think. However I have not touched it since years tbh. See if it is working.
__________________
Haters gonna hate
Reply With Quote
  #1373  
Old 09-10-2024, 04:56
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 13
Thanks: 2
Thanked 3 Times in 2 Posts
dyren is on a distinguished road
Hi,

I'm having the following issue: https://dyren.lol/issue.mp4

Basically the installer closes without anything being extracted. The files were compressed with DiskSpan and I used the Setup.dll I got after the compression was finished. I tried with and without the Records.ini file being merged into the Setup.dll file, and I got the same result. Is there any solution?
Reply With Quote
  #1374  
Old 09-10-2024, 07:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,405
Thanks: 1,078
Thanked 7,007 Times in 2,654 Posts
KaktoR is on a distinguished road
Where is Setup.dll?
__________________
Haters gonna hate
Reply With Quote
  #1375  
Old 09-10-2024, 07:13
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 13
Thanks: 2
Thanked 3 Times in 2 Posts
dyren is on a distinguished road
^^In the folder named "Setup_DLL"
Reply With Quote
  #1376  
Old 09-10-2024, 07:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,405
Thanks: 1,078
Thanked 7,007 Times in 2,654 Posts
KaktoR is on a distinguished road
I think this isn't supposed to be in there.

1. Extract contents of Setup.dll in Setup_DLL folder and compile the script normaly

or

2. Put Setup.dll next to Script.iss and compile the script after you make the following script change (remove semicolon)
Code:
#define DSG_InternalDLL          /* Putting Setup.dll next to the script will compress the DLL file into the Setup.exe file  */
__________________
Haters gonna hate
Reply With Quote
  #1377  
Old 09-10-2024, 09:20
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 13
Thanks: 2
Thanked 3 Times in 2 Posts
dyren is on a distinguished road
Same issue for both methods. Although, yesterday I tried the installer on a single archive, and it was working fine.
Reply With Quote
  #1378  
Old 19-10-2024, 23:25
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 46
Thanks: 9
Thanked 22 Times in 15 Posts
wareck is on a distinguished road
for dyren:
I use a lot Asis

On your video, It's happen when you forgot record.ini or you let setup.dll and extracted files

try this :
make your conversion with diskspanguy
copy setup.dll and record.ini

copy them in the setup_dll folder of asis
right click on setup.dll and choose "uncompress here" (you need to have freearc installer on your computer)
then delete setup.dll
you will have something like that:
Sans titre.png

compile asis setup.
take setup.exe and copy/paste in your conversion folder
delete setup.dll and record.ini (they are included in the setup.exe)

And it will works...
Reply With Quote
  #1379  
Old 20-10-2024, 07:10
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 13
Thanks: 2
Thanked 3 Times in 2 Posts
dyren is on a distinguished road
Quote:
Originally Posted by wareck View Post
for dyren:
I use a lot Asis

On your video, It's happen when you forgot record.ini or you let setup.dll and extracted files

try this :
make your conversion with diskspanguy
copy setup.dll and record.ini

copy them in the setup_dll folder of asis
right click on setup.dll and choose "uncompress here" (you need to have freearc installer on your computer)
then delete setup.dll
you will have something like that:
Attachment 38489

compile asis setup.
take setup.exe and copy/paste in your conversion folder
delete setup.dll and record.ini (they are included in the setup.exe)

And it will works...
Hi, thank you, but I already figured it out.
Reply With Quote
  #1380  
Old 28-10-2024, 10:45
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 13
Thanks: 2
Thanked 3 Times in 2 Posts
dyren is on a distinguished road
Hey,

The "Limit RAM and CPU usage" option doesn't seem to work. I pretty much got the same CPU and RAM usage regardless if it's ticked or not. Is there anything I can do on my end or is the option controlled by the setup itself?
Reply With Quote
Reply

Thread Tools
Display Modes

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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 03:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 01:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 16:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 17:31



All times are GMT -7. The time now is 05:02.


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