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

Reply
 
Thread Tools Display Modes
  #721  
Old 07-01-2024, 16:12
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Code:
StatusLB.Text(GoogleTranslate('WelcomeToInstallation', 'en', 'en'));

yes it seems like it's working without spaces, (hey Google, what the f*ck? ),


but we cannot use it that way. i just updated the Google API, and now it works.


.

Last edited by BLACKFIRE69; 14-07-2024 at 02:16.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (07-01-2024), hitman797 (08-01-2024), Lord.Freddy (07-01-2024)
Sponsored Links
  #722  
Old 07-01-2024, 16:22
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
yes it seems like it's working without spaces, (hey Google, what the f*ck? ),
but we cannot use it that way. i just updated the Google API, and now it works.
.
Then one more counter question. how do I get the correct geocode from the system from where the installer is launched consisting of only two letters, that is, the language code, these functions, in my opinion, do not cause it, but only the full name of the country? = ISO-639
Code:
function GetUILanguage: Integer;
function wGetUserCountryName: WideString;
external 'wGetUserCountryName@files:FMXInno.dll stdcall delayload';
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
hitman797 (08-01-2024)
  #723  
Old 07-01-2024, 16:37
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
How did I understand that it is better to write the source text in UTF 8, that is, only Latin characters? Does he not understand ANSI , that is, the Cyrillic alphabet, for example?
Attached Images
File Type: png 3556.png (14.3 KB, 183 views)
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
hitman797 (08-01-2024)
  #724  
Old 07-01-2024, 17:00
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Then one more counter question. how do I get the correct geocode from the system from where the installer is launched consisting of only two letters, that is, the language code, these functions, in my opinion, do not cause it, but only the full name of the country? = ISO-639
Code:
function GetUILanguage: Integer;
function wGetUserCountryName: WideString;
external 'wGetUserCountryName@files:FMXInno.dll stdcall delayload';

Code:
function wGetUserUILanguageISO639: WideString;

Last edited by BLACKFIRE69; 22-01-2024 at 21:48.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (07-01-2024), hitman797 (08-01-2024), Lord.Freddy (07-01-2024)
  #725  
Old 07-01-2024, 17:30
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Code:
function wGetUserUILanguageISO639: WideString;
Everything is just fine. now you need to figure out the special characters, if they come across in the text, then it will all look like in this table

Code:
'              %27
(              %28
)              %29
*              %2A
+              %2B
,              %2C
-              %2D
.              %2E
/              %2F
https://www.degraeve.com/reference/urlencoding.php
Reply With Quote
The Following 3 Users Say Thank You to audiofeel For This Useful Post:
Behnam2018 (07-01-2024), hitman797 (08-01-2024), Lord.Freddy (08-01-2024)
  #726  
Old 10-01-2024, 05:37
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
@Tihiy_Don,

Code:
- Updated FToggleCheckBox.FontColor method.

Last edited by BLACKFIRE69; 22-01-2024 at 21:49.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (10-01-2024), hitman797 (11-01-2024), Lord.Freddy (11-01-2024), Tihiy_Don (10-01-2024)
  #727  
Old 10-01-2024, 10:15
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 41
Thanks: 87
Thanked 23 Times in 16 Posts
Tihiy_Don is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
@Tihiy_Don,

Code:
- Updated FToggleCheckBox.FontColor method.
Thanks, everything is working as it should now.
Reply With Quote
The Following User Says Thank You to Tihiy_Don For This Useful Post:
BLACKFIRE69 (10-01-2024)
  #728  
Old 12-01-2024, 00:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno Dev crazy stuff

Quote:
The FMXInno Dev is getting new features daily. guys, i need your thoughts on the following specific features, as some of them are extra features and may not be necessary for every user in our FMXInno community. if you want these features in the final release, let me know.

1. Desktop Widgets:
Code:
* Similar to MacOS Sonoma, these widgets will be positioned on the active desktop,
  not on the installer interface.

-- Includes CPU / RAM / DISK / Network / Battery usage.
-- Temperature.

-- (The weather widget is currently in the development stage, not fully finished)

-- Clock (available in both Digital and Analog).
-- Image gallery slideshow.
-- Installation status: Remaining / Elapsed time, Installing speed, etc.
-- Users can create custom widgets as desired.
-- Fully customizable.


2. Co-Pilot sidebar Panel:
Code:
* Similar to Windows Co-pilot, Co-pilot sidebar will be shown in an extended space of 
  the installer on the left or right. meaning, the installer will automatically be 
  resized (expanded/collapsed) when the Co-pilot side-bar is activated/deactivated.

-- Powered by GPT-3.5 Turbo (paid users can use GPT-4 +).
-- DALL-E is not yet available (even for paid users).

-- Ability to define custom error codes or grammar queries for the corresponding
   installer. so, the Co-pilot will describe these errors or specific statuses and 
   recommend suggestions when the user asks about them.

-- By default, an animated image/button (like Apple's Siri) will indicate the 
   Co-pilot on the installer until the user changes it.

-- Fully customizable.

.

Last edited by BLACKFIRE69; 14-07-2024 at 02:16.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (12-01-2024), Harsh ojha (12-01-2024), hitman797 (12-01-2024), Lord.Freddy (12-01-2024), Masquerade (12-01-2024)
  #729  
Old 12-01-2024, 01:42
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,157
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
@Blackfire69
They look AWESOME. Such modern style features.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
audiofeel (12-01-2024), BLACKFIRE69 (12-01-2024), hitman797 (12-01-2024)
  #730  
Old 12-01-2024, 01:53
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Red face

Quote:
Originally Posted by BLACKFIRE69 View Post
1. Desktop Widgets:
Code:
* Similar to MacOS Sonoma, these widgets will be positioned on the active desktop,
  not on the installer interface.
-- Includes CPU / RAM / DISK / Network / Battery usage.
-- Temperature.
-- (The weather widget is currently in the development stage, not fully finished)
-- Clock (available in both Digital and Analog).
-- Image gallery slideshow.
-- Installation status: Remaining / Elapsed time, Installing speed, etc.
-- Users can create custom widgets as desired.
-- Fully customizable.
2. Co-Pilot sidebar Panel:
Code:
* Similar to Windows Co-pilot, Co-pilot sidebar will be shown in an extended space of 
  the installer on the left or right. meaning, the installer will automatically be 
  resized (expanded/collapsed) when the Co-pilot side-bar is activated/deactivated.
-- Powered by GPT-3.5 Turbo (paid users can use GPT-4 +).
-- DALL-E is not yet available (even for paid users).
-- Ability to define custom error codes or grammar queries for the corresponding
   installer. so, the Co-pilot will describe these errors or specific statuses and 
   recommend suggestions when the user asks about them.
-- By default, an animated image/button (like Apple's Siri) will indicate the 
   Co-pilot on the installer until the user changes it.
-- Fully customizable.
.
Oh, and who is it that we have here nervously lit a cigarette on the sidelines? Manufacturers of third-party widgets for Windows... But seriously, I'm for any movement. There is one question left. Will national "GPT" be supported? Such as Yandex? This is all in the plane of inaccessibility in some countries of "Google GPT" (even via VPN). And all this will terribly slow down the popularity of these new introductions
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
hitman797 (12-01-2024)
  #731  
Old 12-01-2024, 11:41
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by statics View Post
Is there any way to include DSG compatibility in LizzardInstaller?
The changelog states that Cesar includes this module, but I can't find the scripts to use as a base
I found it on a flash drive. but the date is old. April 23rd.
Attached Files
File Type: 7z FMXInno with DSG.7z (9.00 MB, 21 views)
Reply With Quote
The Following 2 Users Say Thank You to audiofeel For This Useful Post:
Behnam2018 (16-01-2024), hitman797 (12-01-2024)
  #732  
Old 18-01-2024, 04:31
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Arrow Windows 8

A small example of the GUPTA script is stylized for Windows 8. Everything is as usual, the selection of components, folders, comparison of system requirements, a custom form of deletion.
Attached Images
File Type: jpg 1.jpg (101.2 KB, 261 views)
File Type: jpg 3.jpg (138.5 KB, 249 views)
File Type: jpg 4.jpg (113.1 KB, 256 views)
File Type: jpg 5.jpg (110.0 KB, 258 views)
File Type: jpg 6.jpg (69.1 KB, 253 views)
File Type: gif gif.gif (1.24 MB, 238 views)
Attached Files
File Type: 7z Windows8[22.07].7z (7.17 MB, 7 views)

Last edited by audiofeel; 22-07-2024 at 12:04.
Reply With Quote
The Following 6 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (20-01-2024), Behnam2018 (18-01-2024), BLACKFIRE69 (18-01-2024), hitman797 (18-01-2024), Jahan1373 (18-01-2024), Lord.Freddy (18-01-2024)
  #733  
Old 18-01-2024, 05:15
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 56
Thanks: 915
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Hi audiofeel Thank you very much for your 👌

Last edited by Behnam2018; 18-01-2024 at 05:19.
Reply With Quote
The Following User Says Thank You to Behnam2018 For This Useful Post:
audiofeel (18-01-2024)
  #734  
Old 22-01-2024, 02:10
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Installer Template

FMXInno - Installer template



Quote:
-- A common question that the FMXInno community always asks is whether there's a tutorial or guidance to create their own installer from scratch using FMXInno. however, there's currently no such tutorial because there're many areas to cover for beginners, making it a challenging task.

-- A possible and effective solution, i believe, is to provide a common template. this way, people can use it as a base and make changes on top of it until they gain enough experience to build their own installer.

-- Take the following provided script as the template; i've tried to keep everything simple and included average features to match modern styles. also, study the examples included in the attachment to the first post for more information.

-- If you've any questions or if anything is unclear, feel free to ask me or the FMXInno community. we'd be happy to help you.

Quote:
Features:

* Splash: Static png
* Music: Equalizer
* Taskbar: Preview / Progress
* Buttons: Botva2-Like
* ProgressBar: DotGauge / Botva2-Like / ThinProgressBar

* Installer: Background image
* Browse Dir: Fluent UI
* Uninstaller: Background image

* Shortcut: Desktop / StartMenu
* ISArcEx: Srep+lolz


.
Attached Images
File Type: png 1.png (256.9 KB, 338 views)
File Type: png 2.png (249.3 KB, 327 views)
File Type: png 3.png (253.1 KB, 332 views)
File Type: png 4.png (251.9 KB, 323 views)
File Type: png 5.png (261.7 KB, 322 views)
File Type: png 6.png (256.6 KB, 323 views)
File Type: png w.png (258.3 KB, 317 views)
File Type: png x.png (177.3 KB, 333 views)
Attached Files
File Type: rar FMXInno-Installer-Template.rar (7.71 MB, 117 views)
Reply With Quote
The Following 10 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (22-01-2024), audiofeel (22-01-2024), Behnam2018 (22-01-2024), Ele (22-01-2024), hitman797 (22-01-2024), Jahan1373 (22-01-2024), Lord.Freddy (22-01-2024), nordi (12-02-2024), pcblizzard (27-01-2024), Tihiy_Don (22-01-2024)
  #735  
Old 23-01-2024, 09:17
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Extra

i've added two new functions to retrieve the build date of the FMXInno library. i hope they'll be helpful in some cases.

Code:
function wGetFMXInnoBuildDate: Integer;
procedure wGetFMXInnoBuildDateEx(var YearW, MonthW, DayW: Word);

1. Method - 01

Code:
function FMXInnoBuildDate_1: String;
var
  YearW, MonthW, DayW: Word;
begin
  wGetFMXInnoBuildDateEx(YearW, MonthW, DayW);

  Result := Format('Build Date:  %d-%d-%d', [YearW, MonthW, DayW]);
end;

2. Method - 02

Code:
function FMXInnoBuildDate_2: String;
var
  YearW, MonthW, DayW: Word;
  EncodedDate: Integer;
begin
  EncodedDate := wGetFMXInnoBuildDate;

  YearW   :=  EncodedDate shr 9;
  MonthW  := (EncodedDate shr 5) and $0F;
  DayW    :=  EncodedDate and $1F;

  Result := Format('Build Date:  %d-%d-%d', [YearW, MonthW, DayW]);
end;

.
Attached Images
File Type: png 00.png (5.0 KB, 220 views)

Last edited by BLACKFIRE69; 11-05-2024 at 09:04.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (23-01-2024), Behnam2018 (23-01-2024), Cesar82 (13-02-2024), hitman797 (23-01-2024), Lord.Freddy (24-01-2024), Tihiy_Don (23-01-2024)
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
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM BLACKFIRE69 Conversion Tutorials 0 15-11-2023 17:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 13:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 22:21.


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