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

Reply
 
Thread Tools Display Modes
  #121  
Old 04-12-2022, 03:07
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
I tried but still have the same error.

C:\Users\MojoW\Desktop\FMXInno

D:\RepackTools\FMXInno

Edit:
So when i comment out the ExtraDiskSpaceRequired i can get all the examples to run except script1.
Script1 then errors out on this line
Code:
DoTmpExtract([{#DoFilesListingEx('.\..\..\Files', '*.png|*.jpg|*.cur|*.txt|*.mp3', StringChange(ExcludeFileList, ",", "|"))}]);
I'm just looking to learn from your examples and scripts (And all others on the forum offcourse) but i'm still curious as to why this is happening.

Last edited by MojoW; 04-12-2022 at 13:32.
Reply With Quote
Sponsored Links
  #122  
Old 05-12-2022, 03:55
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 + FMXInnoSk - Updates

What's new:

Code:
* Updated MFT.exe and Added some features.
  (Thanks Cesar82 for the ideas, suggestions and test runs) 

* Integrated BlendOnMoving function into library.

* Updated XHashNext. (internal)

* Added DirectX version.
   - function GetDirectXVersion(const SupportedByOS: Boolean): WideString;

* Added delayload flag.

* Bug fixing and Improvements.

checkout the first post.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (05-12-2022), Cesar82 (05-12-2022), hitman797 (09-12-2022), MojoW (05-12-2022)
  #123  
Old 09-12-2022, 14:34
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 + FMXInnoSk - Examples

Code:
[*] Lizzard Installer  -  Another example from FMXInno.
,
Attached Images
File Type: jpg 1.jpg (79.9 KB, 292 views)
File Type: jpg 2.jpg (113.7 KB, 284 views)
File Type: jpg 3.jpg (85.6 KB, 289 views)
File Type: jpg 4.jpg (89.3 KB, 287 views)
File Type: jpg 5.jpg (76.4 KB, 276 views)
File Type: jpg 6.jpg (70.0 KB, 276 views)
File Type: jpg 7.jpg (106.8 KB, 274 views)
File Type: jpg 8.jpg (97.5 KB, 271 views)
File Type: jpg 9.jpg (123.4 KB, 274 views)
File Type: jpg 10.jpg (88.3 KB, 273 views)
File Type: jpg 11.jpg (100.6 KB, 276 views)

Last edited by BLACKFIRE69; 22-12-2022 at 10:35.
Reply With Quote
The Following 13 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (10-12-2022), audiofeel (09-12-2022), Cesar82 (09-12-2022), ffmla (11-12-2022), Gehrman (09-12-2022), Harsh ojha (11-12-2022), hitman797 (09-12-2022), houcine80 (09-12-2022), KaktoR (09-12-2022), kj911 (10-12-2022), Razor12911 (17-12-2022), ScOOt3r (10-12-2022), war100ck (18-03-2024)
  #124  
Old 14-12-2022, 08:19
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 - Updates

FMXInno (Alpha) - Updates

Code:
* A style file was injected into the DLL. 
  - Now it'll be the default skin for FMXInno until you load another style file.

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

* Added Trackbar. (Regular and Botva-like)


__________________________________________________ ___________

Quote:
Extra:

* More styles will be added to FMXinno if someone can change the colors of the attached PNGs to the colors provided.

(i can't do it nice and smoothly, not good at stuff like editing )

* PNGs and colors are attached below.

Last edited by BLACKFIRE69; 14-07-2024 at 01:43.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (16-12-2022), audiofeel (14-12-2022), ffmla (14-12-2022), Gehrman (22-01-2023), Harsh ojha (29-01-2023), hitman797 (14-12-2022)
  #125  
Old 14-12-2022, 09:02
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 602
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno (Alpha) - Updates

Code:
* A style file was injected into the DLL. 
  - Now it'll be the default skin for FMXInno until you load another style file.

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

* Added Trackbar. (Regular and Botva-like)


__________________________________________________ ___________
I am testing this in win 10(I only have this).
In the example script ie. Example_DefaultSkin.iss, while compiling(Inno EE 5.5.1) it throws the following exception msg.

Code:
[22:29:28.728]   InitializeWizard raised an exception (fatal).
[22:29:28.730]   Exception message:
[22:29:28.732]   Message box (OK):
	Runtime Error (at 301:2942):
	
	Exception "EFOpenError" at address 00497587.
Reply With Quote
  #126  
Old 14-12-2022, 14:15
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

Quote:
Originally Posted by ffmla View Post
I am testing this in win 10(I only have this).
In the example script ie. Example_DefaultSkin.iss, while compiling(Inno EE 5.5.1) it throws the following exception msg.
Code:

Code:
[22:29:28.728]   InitializeWizard raised an exception (fatal).
[22:29:28.730]   Exception message:
[22:29:28.732]   Message box (OK):
	Runtime Error (at 301:2942):
	
	Exception "EFOpenError" at address 00497587.
found out what the problem was...

Code:
Error:

Memo1.LoadFromfile('C:\Program Files (x86)\Inno Setup 5\license.txt');
Code:
Fix:

[Files]
...

Source: ".\license.txt"; DestDir: "{tmp}"; Flags: dontcopy;


{Code]
...

Memo1.LoadFromfile(ExtractAndLoad('license.txt'));
Code:
Hint:

* Use BlankForm instead of FluentForm for Windows 10.


Example:

#define Windows10

....

#ifdef Windows10
  FMXForm.FCreateBlankForm(WizardForm.Handle, ALCoral, '');
#else
  FMXForm.FCreateFluent(WizardForm.Handle, True, False, 0.56, 0);
#endif

...

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:43.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (16-12-2022), audiofeel (14-12-2022), ffmla (15-12-2022), Razor12911 (17-12-2022)
  #127  
Old 14-12-2022, 21:15
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
Hello everyone Here is another example of what can be done with "FMXININO". Under the style https://krinkels.org/threads/open-se...trekerov.3921/ P.S I deleted "Photoshop". It is no longer needed when there is "Blackfire69" and "FMXININO".

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
The Following 6 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (16-12-2022), BLACKFIRE69 (14-12-2022), Gehrman (15-12-2022), hitman797 (16-12-2022), Razor12911 (17-12-2022), Wanterlude (15-12-2022)
  #128  
Old 15-12-2022, 03:58
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 + FMXInnoSk - Updates

FMXInno + FMXInnoSkia - Updates


The FMXInno v1.0.0.2 (SRC Version: 14.0 - 14.9) is almost done.


Quote:
This was the to-do list in version 1.0.0.2.

* Ability to directly access MouseDown events of main forms.
* Auto DarkMode.
* Auto-scroll form background image.
* Blend on Moving.
* Botva2-like buttons, checkboxes, Trackbars and progress bars.
* Button Sounds.
* Color conversion between FMX and VCL or HTML.
* Customizable lock screen.
* Custom Fluent Window.
* Custom Opacity and brightness for Fluent forms.
* Default Skin.
* Dynamic Tiles.
* File Patching.
* Fluent Design DirBrowse Window.
* Fluent Design StartMenuBrowse Window.
* Form image SlideShow.
* FXPcker / FXStream.
* HTTP Client Api.
* Integration with Skia.
* Image SlideShow.
* NewScaler v2.0.
* SplashScreen.
* Translucent Objects.
* Transparent GIFs.
* Toggle CheckBox v2.0.
* Windows Notifications.


Before moving to the next version, if you need to add anything or any modification in the current version leave it below.

The next version (v1.0.0.3) will be released once it's done, but i can tell it won't be anytime soon.


Latest version added to first post.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ffmla (15-12-2022), Gehrman (22-01-2023), ScOOt3r (15-12-2022)
  #129  
Old 15-12-2022, 11:44
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 167
Thanks: 443
Thanked 180 Times in 117 Posts
hitman797 is on a distinguished road
What color do you want to change in the png?
blue or black.
Attached Images
File Type: png AI.png (135.4 KB, 133 views)
Reply With Quote
  #130  
Old 15-12-2022, 15:35
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 hitman797 View Post
What color do you want to change in the png?
blue or black.
both colors should be changed. the main color to change is blue (cyan). but two sets are needed. dark style with black and white for light style.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
hitman797 (15-12-2022)
  #131  
Old 15-12-2022, 19:31
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 167
Thanks: 443
Thanked 180 Times in 117 Posts
hitman797 is on a distinguished road
Test this if it works.
Attached Images
File Type: png vstyle20x_dark.png (129.3 KB, 127 views)
File Type: png style20x_dark.png (184.1 KB, 123 views)
Attached Files
File Type: 7z AI+PSD.7z (708.3 KB, 10 views)
File Type: 7z Light Green.7z (299.2 KB, 11 views)
File Type: 7z Gradients Red.7z (431.2 KB, 11 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
BLACKFIRE69 (15-12-2022)
  #132  
Old 15-12-2022, 20:31
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 167
Thanks: 443
Thanked 180 Times in 117 Posts
hitman797 is on a distinguished road
Gradients Blue
Attached Images
File Type: png style20x_dark.png (219.2 KB, 125 views)
Attached Files
File Type: 7z Gradients Blue.7z (502.3 KB, 5 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
Gehrman (22-01-2023)
  #133  
Old 15-12-2022, 21:31
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
Unhappy nothing happens when I run this script

Hi audiofeel , nothing happens when I run this script

My operating system is Windows 7 64-bit
Attached Images
File Type: jpg 1.jpg (202.6 KB, 121 views)
File Type: jpg 2.jpg (296.0 KB, 128 views)
File Type: jpg 3.jpg (246.6 KB, 129 views)
Attached Files
File Type: 7z OpenSetup.7z (16.67 MB, 7 views)

Last edited by Behnam2018; 15-12-2022 at 21:33.
Reply With Quote
The Following User Says Thank You to Behnam2018 For This Useful Post:
audiofeel (15-12-2022)
  #134  
Old 15-12-2022, 21:48
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 818 Times in 299 Posts
audiofeel is on a distinguished road
#Behnam2018
Sorry, but this was all done for Win10-11. I keep forgetting about Win7. It's just that when you are surrounded by something that you are used to, you think that everyone has it like this

Last edited by audiofeel; 06-03-2023 at 07:27. Reason: добавил файл
Reply With Quote
  #135  
Old 15-12-2022, 22:27
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
Unhappy

thank you audiofeel
Attached Images
File Type: jpg 222.JPG (63.2 KB, 227 views)

Last edited by Behnam2018; 15-12-2022 at 22:42. Reason: error please help
Reply With Quote
The Following User Says Thank You to Behnam2018 For This Useful Post:
audiofeel (15-12-2022)
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 21:57.


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