View Single Post
  #83  
Old 18-11-2022, 04:54
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post

a good working check for the Windows version
whether the os is Win11 or not is only relevant if the transparent effect is used for the installer.
therefore, i think it's best to do it in the following way.

Code:
if IsOSMatched(B_WIN11_21H2) then  // Windows 11 21H2 or newer
  FMXForm.FCreateFluent(WizardForm.Handle, FDark, False, 0.56, 0)
else
  FMXForm.FCreateBlankForm(WizardForm.Handle, ALCrimson, ExtractAndLoad('Installer.png'));
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-11-2022), audiofeel (18-11-2022)