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

Reply
 
Thread Tools Display Modes
  #316  
Old 05-04-2023, 14:15
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
upon applying this fix, the highlighting will no longer be permanent.


.
Everything works
Reply With Quote
The Following 3 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (06-04-2023), BLACKFIRE69 (05-04-2023), hitman797 (05-04-2023)
Sponsored Links
  #317  
Old 06-04-2023, 06:57
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Updates

FMXInno + FMXInnoSkia - Final Release : 2023-Apr-06

Code:
The latest update can be found in the first post!

* New properties have been added to certain components.
* Implemented several improvements.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (06-04-2023), audiofeel (06-04-2023), ffmla (08-04-2023), Gehrman (06-04-2023)
  #318  
Old 06-04-2023, 10:58
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
@blackfire69
Greetings. Let's say someone decided to use the standard Inno setup packaging tools. Without using Isarcextract. There are small problems (for you and for many, it may not be a problem) . How to pause unpacking when Isarcextract is not used?
Code:
procedure CloseBtnOnClick(Sender: TObject);
begin
  if WizardForm.CurPageID = wpInstalling then
  begin
    SuspendProc;
    ExitForm.Show;
  end else
    ExitForm.Show;
end;
How to achieve smoothness of the progress bar and its accuracy when Isarcextract is not used?
Code:
ProgressBar.SetValue(WizardForm.ProgressGauge.Position, 1000);
And how to roll back everything when canceling the installation when Isarcextract is not used??
I would like if you don't mind a working example

Last edited by audiofeel; 06-04-2023 at 11:00.
Reply With Quote
  #319  
Old 07-04-2023, 05:09
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@blackfire69
Greetings. Let's say someone decided to use the standard Inno setup packaging tools. Without using Isarcextract. There are small problems (for you and for many, it may not be a problem) . How to pause unpacking when Isarcextract is not used?
Code:
procedure CloseBtnOnClick(Sender: TObject);
begin
  if WizardForm.CurPageID = wpInstalling then
  begin
    SuspendProc;
    ExitForm.Show;
  end else
    ExitForm.Show;
end;
How to achieve smoothness of the progress bar and its accuracy when Isarcextract is not used?
Code:
ProgressBar.SetValue(WizardForm.ProgressGauge.Position, 1000);
And how to roll back everything when canceling the installation when Isarcextract is not used??
I would like if you don't mind a working example


perhaps this will work for you..

.

Last edited by BLACKFIRE69; 14-07-2024 at 02:56.
Reply With Quote
The Following 8 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (08-04-2023), audiofeel (07-04-2023), crachlow (07-04-2023), ffmla (14-04-2023), Gehrman (12-04-2023), hitman797 (07-04-2023), Razor12911 (16-04-2023), wangfeilong0317 (08-04-2023)
  #320  
Old 07-04-2023, 09:54
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
perhaps this will work for you..

.
Thanks.That's how much I would not have tried, I would not have succeeded in the same way ( A new timer with a callback? ). Everything works fine.
Reply With Quote
The Following 2 Users Say Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (07-04-2023), hitman797 (07-04-2023)
  #321  
Old 07-04-2023, 10:03
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 21
Thanks: 40
Thanked 10 Times in 6 Posts
crachlow is on a distinguished road
Thanks Blackfire69. This solved some problems.
Reply With Quote
The Following 2 Users Say Thank You to crachlow For This Useful Post:
BLACKFIRE69 (07-04-2023), hitman797 (07-04-2023)
  #322  
Old 11-04-2023, 23:58
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
@Blackfire69
Hi. I have a suggestion. add a new option. moving files and copying. simpler and shorter = MOVE, COPY
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
crachlow (13-04-2023)
  #323  
Old 14-04-2023, 01:28
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 42
Thanks: 89
Thanked 23 Times in 16 Posts
Tihiy_Don is on a distinguished road
How can I draw and transfer the installation progress to the progressbar if the built-in compression Inno Setup is used?

Last edited by Tihiy_Don; 14-04-2023 at 01:34.
Reply With Quote
The Following User Says Thank You to Tihiy_Don For This Useful Post:
Cesar82 (14-04-2023)
  #324  
Old 15-04-2023, 06:49
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
my new "job"

Up the topic. My new "job". Suitable for those who want to install modified files in the game, for example, with better textures.
(It may be suitable for any other with modifications)
What is implemented:
Animation of the transition from pages (Opacity).
There is a hash verification page:
Optionally checking the hash of archives before unpacking and unpacked files after installation (In case of successful unpacking).
Checking the path of the game, the Steam version through the registry and the usual one by the presence of files in the folder. (The user will not be able to install it in an empty folder).
Removing the mod before reinstalling (And returning the backup to the "place" (if available). If there is an unlocked key in the registry and a file unins000.exe ).
The ability to create a backup of replacement files at will:
Creating a backup of replaceable files before installation, by moving (Very quickly).
To return the replaced files in case of unsuccessful unpacking or its cancellation, by copying (For a long time, about a minute. Depends on the PC).
There is a page about the authors of the translation of voice acting and so on.
Animation of disclosure of info "About authors".
Info "About authors" - htmlText
Info has been added to the uninstall. that there is a file recovery.
DLL used = FMXInno.dll from April 7.

Last edited by audiofeel; 27-12-2023 at 11:08.
Reply With Quote
The Following 5 Users Say Thank You to audiofeel For This Useful Post:
alexachu (15-04-2023), BLACKFIRE69 (17-04-2023), ffmla (17-04-2023), hitman797 (15-04-2023), Razor12911 (16-04-2023)
  #325  
Old 17-04-2023, 09:56
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Updates

FMXInno - Cumulative Updates [2023-Apr-17]


Highlights:
Code:
* Several enhancements have been made.
* Voice recognition and speech capabilities have been added to FMXInno.
* Included additional Copy and Move functions for files.

The first post has been updated.


Code:
* The given example has the ability to understand certain commands. 

Recognizable commands for the given example:

1. "go"
2. "comeback to".
3. "stop".
4. "browse".
5. "pause".
6. "resume".
7. "music".
8. "about".
9. "verify".

* and also recognize phrases such as 
"I need you to come back to" as per the given Grammar.xml.


Tested Voice:  English (US).
Code:
Grammar XML:  Elements.

1. <O>AText</O>		= Optional phrase that may be recognized. 
2. <L>...</L>		= List of phrases which can be recognized.
3. <P VAL="#">AText</P>	= Phrase that must be recognized for the containing rule to be recognized.
 
4. LANGID	: The language identifier of the grammar. || "409" - English-US,  "809" - English-GB
5. RULE		: Rule that contains phrases or text to be recognized.
6. PROPNAME	: The semantic property's string identifier.
7. RULEREF	: Import, or reference, another rules contents.
 
NOTE:
 1. It is *imperative* that the "_ref" phrase be added at the end of the
    "PROPNAME" of "RULEREF".
Code:
Grammar XML:  Example.

<GRAMMAR LANGID="409">

  <RULE NAME="R_My_Main" TOPLEVEL="ACTIVE">	
    <O>i need you to </O>		<!-- Optional Phrase -->
	
    <L PROPNAME="buttonPress" >
      <P VAL="1">go</P>			<!-- Click Next Button -->
      <P VAL="2">comeback to</P>        <!-- Click Back Button -->
      <P VAL="3">stop</P>		<!-- Click Cancel Button -->
      <RULEREF NAME="R_My_Sub_A" PROPNAME="additionalButtonPress_ref"/> <!-- Reference 1 -->
      <RULEREF NAME="R_My_Sub_B" PROPNAME="moreButtonPress_ref"/>       <!-- Reference 2 -->
    </L>
  </RULE>

  <RULE NAME="R_My_Sub_A">
    <L PROPNAME="additionalButtonPress">
      <P VAL="4">browse</P>		<!-- Click Browse Button -->
      <P VAL="5">pause</P>		<!-- Click Pause Button -->
      <P VAL="6">resume</P>		<!-- Click Resume Button -->
    </L>
  </RULE>
  
  <RULE NAME="R_My_Sub_B">
    <L PROPNAME="moreButtonPress">
      <P VAL="7">music</P>		<!-- Click Music Button -->
      <P VAL="8">about</P>		<!-- Click About Button -->
      <P VAL="9">verify</P>		<!-- Click Verify Button -->
    </L>
  </RULE>
</GRAMMAR>

.

Last edited by BLACKFIRE69; 14-07-2024 at 02:57.
Reply With Quote
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (17-04-2023), audiofeel (17-04-2023), crachlow (17-04-2023), ffmla (18-04-2023), hitman797 (17-04-2023), Masquerade (18-04-2023), Razor12911 (18-04-2023)
  #326  
Old 18-04-2023, 12:48
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 21
Thanks: 40
Thanked 10 Times in 6 Posts
crachlow is on a distinguished road
BLACKFIRE 69. There was a question about the expediency of calling copy/move operations from the library itself. No, perhaps in some cases this is enough, but to create, for example, a backup and then restore from it, during the uninstall you will have to copy FMXInno to the installation directory. I wouldn't want to do that. Maybe you should consider a system call option? But I would like to leave the Overwrite. Thank you in advance.

Last edited by crachlow; 18-04-2023 at 12:52.
Reply With Quote
  #327  
Old 18-04-2023, 13:04
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 21
Thanks: 40
Thanked 10 Times in 6 Posts
crachlow is on a distinguished road
BLACKFIRE69, do not think that this is not a necessary function in the library itself, I just would like to have an addition for such operations as restoring from a backup without carrying the entire library with it.
Reply With Quote
The Following User Says Thank You to crachlow For This Useful Post:
BLACKFIRE69 (19-04-2023)
  #328  
Old 19-04-2023, 02:06
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - One more thing

One more thing

Code:
* Users now have the ability to choose their preferred form corner type, (Win11 +)

This feature is particularly beneficial for those who have a strong dislike for rounded corners.



.

Last edited by BLACKFIRE69; 14-07-2024 at 02:57.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (19-04-2023)
  #329  
Old 19-04-2023, 04:08
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
One more thing
Code:
* Users now have the ability to choose their preferred form corner type, (Win11 +)
This feature is particularly beneficial for those who have a strong dislike for rounded corners.
.
You can do the same for all child forms
FCustomFluentWindow. and so on....
P.S. I'm not a fan of angles, but sometimes you need them to get into the style
Reply With Quote
  #330  
Old 19-04-2023, 11:23
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
You can do the same for all child forms
FCustomFluentWindow. and so on....
P.S. I'm not a fan of angles, but sometimes you need them to get into the style
Updated,


.

Last edited by BLACKFIRE69; 14-07-2024 at 02:57.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (20-04-2023), audiofeel (19-04-2023), Cesar82 (19-04-2023), ffmla (20-04-2023), hitman797 (19-04-2023), Razor12911 (20-04-2023)
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 18:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 14:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 10:48



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


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