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 18-05-2024, 23:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
^^
The setup is blocked by windows defender / windows smartscreen. Click the unblock button in the properties of the setup.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Titeuf (19-05-2024)
Sponsored Links
  #2  
Old 19-05-2024, 00: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
  #3  
Old 19-05-2024, 01:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Never heard of that error
__________________
Haters gonna hate
Reply With Quote
  #4  
Old 28-07-2024, 05:45
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
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, 254 views)
Reply With Quote
  #5  
Old 28-07-2024, 05:46
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 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 05: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)
  #6  
Old 28-07-2024, 06:23
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
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
  #7  
Old 04-08-2024, 08:09
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 38
Thanks: 4
Thanked 7 Times in 5 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
  #8  
Old 04-08-2024, 09:37
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 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
  #9  
Old 09-10-2024, 03:56
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 28
Thanks: 4
Thanked 13 Times in 10 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
  #10  
Old 09-10-2024, 06:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Where is Setup.dll?
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 09-10-2024, 06:13
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 28
Thanks: 4
Thanked 13 Times in 10 Posts
dyren is on a distinguished road
^^In the folder named "Setup_DLL"
Reply With Quote
  #12  
Old 09-10-2024, 06:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 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
  #13  
Old 09-10-2024, 08:20
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 28
Thanks: 4
Thanked 13 Times in 10 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
  #14  
Old 19-10-2024, 22:25
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 153
Thanks: 29
Thanked 113 Times in 80 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:
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...

Last edited by wareck; 16-11-2025 at 13:53.
Reply With Quote
  #15  
Old 20-10-2024, 06:10
dyren dyren is offline
Registered User
 
Join Date: Jul 2024
Location: n
Posts: 28
Thanks: 4
Thanked 13 Times in 10 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
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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 10:07.


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