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

Reply
 
Thread Tools Display Modes
  #196  
Old 03-08-2024, 05:18
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,363
Thanks: 1,076
Thanked 6,962 Times in 2,632 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by demon964 View Post
It's not a major issue, but even when I add folder exclude list to the first `data.bin` file , it still creates an empty folder after installation.
This is a freearc issue.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Cesar82 (03-08-2024)
Sponsored Links
  #197  
Old 15-08-2024, 04:59
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 29
Thanks: 1
Thanked 4 Times in 3 Posts
demon964 is on a distinguished road
Please add this functions when you update this script with disk span gui

1) Delete selected game save folder when uninstalling game

2) check regedit for reg files and check C:\\ some files, if found show message that game already installed. You need remove files

Example from audiofeel

Quote:
function CheckFiles(): Boolean;
begin
Result:= True;
if FileExists(ExpandConstant('{app}\BIO4\movie\r508s0 1c.sfd')) then
begin
Result:= False;
MsgBox('game already installed' + #13 + 'please delete files manually or select delete all for auto delete', mbError, MB_OK);
Exit;
end;
end;
3) maximum RAM and CPU usage (ASIS installer have this function) like fitgirl. Because low end PC give error during installing

4) create predefined components for better management. I cant find task number and select from diskSpan gui

https://imgur.com/a/Loqv7KQ

5) if setup.exe found components file (data-voice-eng.bin) enable checkbox automatically. If not found disable checkbox
Reply With Quote
  #198  
Old 15-08-2024, 08:57
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by demon964 View Post
Please add this functions when you update this script with disk span gui

1) Delete selected game save folder when uninstalling game

2) check regedit for reg files and check C:\\ some files, if found show message that game already installed. You need remove files

Example from audiofeel



3) maximum RAM and CPU usage (ASIS installer have this function) like fitgirl. Because low end PC give error during installing

4) create predefined components for better management. I cant find task number and select from diskSpan gui

https://imgur.com/a/Loqv7KQ

5) if setup.exe found components file (data-voice-eng.bin) enable checkbox automatically. If not found disable checkbox
The name is Light Installer to be "light".
So I don't intend to add extra features like delete save games. The option to check if the .bin file is together with setup.exe will be implemented in the next version of LIS.
Tasks and components should be configured directly in the script according to each installation.
There is no checkbox to mark whether you want an installation using LOW config, but you can include a task and replace the TRUE value in Unpack_Process with the state of the checkbox of the task you add for this.

Almost all of these features are supported by LIU beta. I will share an updated version of LIU soon.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
audiofeel (15-08-2024), demon964 (16-08-2024)
  #199  
Old 16-08-2024, 08:38
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Light Installer Script 1.0.1.6

Added Light Installer Script 1.0.1.6 in first post.
Code:
- Added compatibility with DiskSpan GUI 2.0.2.1+.
- Fixed some minor bugs.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
mausschieber (16-08-2024)
  #200  
Old 17-08-2024, 23:35
Lord.Freddy's Avatar
Lord.Freddy Lord.Freddy is offline
Registered User
 
Join Date: Apr 2022
Location: In Forest
Posts: 46
Thanks: 194
Thanked 30 Times in 21 Posts
Lord.Freddy is on a distinguished road
The following issue will occur when applying a 125%+ scale.
Attached Images
File Type: jpg bug-1.JPG (64.2 KB, 83 views)
File Type: jpg bug-2.JPG (53.0 KB, 84 views)
__________________
¤ Life good be a Dream ¤
Reply With Quote
The Following User Says Thank You to Lord.Freddy For This Useful Post:
Cesar82 (18-08-2024)
  #201  
Old 23-08-2024, 04:11
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Lord.Freddy View Post
The following issue will occur when applying a 125%+ scale.
Hotfix attached.
Attached Files
File Type: 7z InstallerScript [2024.08.10] HF1.7z (31.4 KB, 12 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Lord.Freddy (23-08-2024)
  #202  
Old 04-10-2024, 03:15
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: italy
Posts: 15
Thanks: 3
Thanked 7 Times in 5 Posts
Dario06 is on a distinguished road
Modern style

he's stoned!
Attached Images
File Type: png Screenshot_1.png (34.7 KB, 30 views)
Reply With Quote
  #203  
Old 04-10-2024, 08:56
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Dario06 View Post
he's stoned!
Does this happen every time, or was it a random occurrence?
What operating system are you using?

It works fine here, even if you use Windows' display scale above 100% (like 150%).
I tested it by compiling with Inno Setup 5.05 (recommended) and also with Inno Setup 6.32 and this error did not occur even once.
My tests were done on Windows 10 PRO x64
Attached Images
File Type: png snap0000966.png (26.0 KB, 24 views)
File Type: png snap0000967.png (44.7 KB, 24 views)
Reply With Quote
  #204  
Old 04-10-2024, 10:48
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: italy
Posts: 15
Thanks: 3
Thanked 7 Times in 5 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Does this happen every time, or was it a random occurrence?
What operating system are you using?

It works fine here, even if you use Windows' display scale above 100% (like 150%).
I tested it by compiling with Inno Setup 5.05 (recommended) and also with Inno Setup 6.32 and this error did not occur even once.
My tests were done on Windows 10 PRO x64
this system bro...

it's not a problem friend, it was just to test your script, but I like to test new things

I used your bat to compile.
Attached Images
File Type: png Screenshot_1.png (15.9 KB, 20 views)
Attached Files
File Type: 7z Test.7z (4.18 MB, 6 views)

Last edited by Dario06; 04-10-2024 at 11:31.
Reply With Quote
Reply

Tags
asis, ciu, inno, installer, ultraarc

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 02:24
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 09:27
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
How many forum members does it take to change a light bulb? rms2001 XBox Games 6 12-01-2004 05:31



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


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