|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
https://fileforums.com/showpost.php?...92&postcount=7 Hello, does this support Redshank DiskSpan GUI?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Sorry to bother you.
https://fileforums.com/showpost.php?...92&postcount=7
Could you please help me take a look and add the installed game pop-up webpage? I have tried this code many times, but it still hasn't worked if CurStep = ssDone then ShellExec('open', ' https://www.baidu.com ', '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode); end; |
|
#3
|
|||
|
|||
|
Quote:
Quote:
|
|
#4
|
|||
|
|||
|
Thank you
Thank you
|
|
#5
|
|||
|
|||
|
Yes, that's right. After the installation is complete, a pop-up page will appear.
Yes, that's right. After the installation is complete, a pop-up page will appear.
|
|
#6
|
|||
|
|||
|
I don't get it. Do you want a window with a website to pop up after installing any game?
|
|
#7
|
|||
|
|||
|
Could you please help me see if this term 'secs' can be translated into Chinese
Quote:
![]() "Could you please help me see if this term 'secs' can be translated into Chinese?" |
|
#8
|
|||
|
|||
|
Quote:
Here's my INI configuration: Code:
[Execs]
[Execs\AppExe1]
name=Titan Quest II
exe=TQ2.exe
icon=TQ2.exe
args=TQ2_PC
workdir={app}
I also modified the `[Icons]` section, but it still doesn't create shortcuts: Code:
[Icons]
#sub InitIcon
#define IcnSubSec ReadMInI('GetSubSection', '/MainSec=Execs /Idx=' + Str(i) + ' /RootOnly=true')
#if IcnSubSec != ""
#define IcnName ReadMInI('ReadSubString', '/MainSec=Execs /SubSec=' + IcnSubSec + ' /Key=Name')
#define IcnExe ReadMInI('ReadSubString', '/MainSec=Execs /SubSec=' + IcnSubSec + ' /Key=Exe')
#define IcnIcon ReadMInI('ReadSubString', '/MainSec=Execs /SubSec=' + IcnSubSec + ' /Key=Icon')
#define IcnArgs ReadMInI('ReadSubString', '/MainSec=Execs /SubSec=' + IcnSubSec + ' /Key=Args')
#define IcnWorkDir ReadMInI('ReadSubString', '/MainSec=Execs /SubSec=' + IcnSubSec + ' /Key=WorkDir')
Name: "{autodesktop}\{#IcnName}"; Filename: "{app}\{#IcnExe}"; IconFilename: "{app}\{#IcnIcon}"; Parameters: "{#IcnArgs}"; WorkingDir: "{app}"; Check: CreateDesktopIcons
Name: "{group}\{#IcnName}"; Filename: "{app}\{#IcnExe}"; IconFilename: "{app}\{#IcnIcon}"; Parameters: "{#IcnArgs}"; WorkingDir: "{app}"; Check: CreateGroupIcons
#endif
#endsub
#for {i = 0; i < MAX_ICONS; i++} InitIcon
#endif
I see the problem now. [13:08:11.022] -- Icon entry -- [13:08:11.027] Target filename: C:\Users\Public\Desktop\Titan Quest II.lnk [13:08:11.030] Creating icon. [13:08:11.035] Icon successfully created. [13:08:11.080] -- Icon entry -- [13:08:11.083] Target filename: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\(Default)\Titan Quest II.lnk [13:08:11.087] Creating directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\(Default) But how to fix it? Code:
[Setup]
; Add this line to explicitly define the Start Menu folder name
DefaultGroupName=Game\{#ReadMInI('ReadString', '/Sec=Setup /Key=Path')}
[Icons]
; Fix: Use {userdesktop} instead of {autodesktop}
Name: "{userdesktop}\{#IcnName}"; Filename: "{app}\{#IcnExe}"; IconFilename: "{app}\{#IcnIcon}"; Parameters: "{#IcnArgs}"; WorkingDir: "{app}"; Check: CreateDesktopIcons
Name: "{group}\{#IcnName}"; Filename: "{app}\{#IcnExe}"; IconFilename: "{app}\{#IcnIcon}"; Parameters: "{#IcnArgs}"; WorkingDir: "{app}"; Check: CreateGroupIcons
#endif
#endsub
#for {i = 0; i < MAX_ICONS; i++} InitIcon
#endif
It workit! Warning: The "[Setup]" section directive "PrivilegesRequired" is set to "admin," but the script uses the per-user area (userdesktop). Regardless of the Windows version, if the installation is running in administrative install mode, be cautious when making any changes to the per-user area: these changes may not achieve your intended effect. For more information, see the "UsedUserAreasWarning" topic in the help file. Last edited by nodesire7; 08-09-2025 at 23:05. |
|
#9
|
|||
|
|||
|
Hello, which version of InnoSetup should I compile with? I have version 6.0.5 (u) installed and I'm getting an error message.
|
|
#10
|
|||
|
|||
|
Quote:
|
|
#11
|
|||
|
|||
|
Quote:
Or i can buy full source? |
| The Following 2 Users Say Thank You to demon964 For This Useful Post: | ||
audiofeel (30-05-2024), Behnam2018 (12-08-2024) | ||
|
#12
|
||||
|
||||
|
AtlasOS - Installer
* who wants an AtlasOS-like installer in FMXInno? ![]() . |
| The Following 8 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (30-03-2024), Behnam2018 (31-03-2024), Fak Eid (15-04-2024), hitman797 (31-03-2024), Jahan1373 (03-05-2024), JIEXA MEDVED (02-04-2024), Lord.Freddy (01-04-2024), ScOOt3r (31-03-2024) | ||
|
#13
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to JIEXA MEDVED For This Useful Post: | ||
audiofeel (02-04-2024) | ||
|
#14
|
||||
|
||||
|
Quote:
https://youtu.be/TfhbiXLNDgw
__________________
https://t.me/FMXInno |
|
#15
|
||||
|
||||
|
FMX Style Explorer v2.0 - A Tool to explore FireMonkey Styles
======================================= Code:
> Overview: FMX Style Explorer (v2.0) is a useful, lightweight utility designed to help Delphi developers navigate FireMonkey styles. It provides a visual breakdown of your .style and .fsf files. > Specifications: - Version : v2.0.0.0 - Author : BLACKFIRE - Language : Delphi (FMX) - Compatibility : Delphi XE2 or later (.style / .fsf files) > Features: - Visual Hierarchy: View the object tree of any FMX style file. - Previews: See how a style looks. Selecting a style entry generates a preview of the control. - Search: Locate specific styles or classes with case-insensitive search and F3 cycling. - Compression: Convert text-based styles into binary format. This can reduce file sizes by 2-3x, making your application distribution smaller. - Export List: Generate a list of styles contained within a file for documentation or reference. - Simple UI: Includes keyboard shortcuts and a straightforward interface built with FireMonkey. Code:
> Keyboard Shortcuts: - Ctrl + O : Open style file - Ctrl + F : Search styles - F3 : Find next match - Ctrl + C : Copy selected style name - Esc : Clear search/selection > Compression Benefits: - Binary format = Small file size - Useful for app distribution - Typically 2-3x smaller than text format - Improved loading times in apps > What's New in v2.0: - Visual hierarchy categorization. - Preview engine for FMX controls. - New "Export" feature for style documentation. - Integrated binary compression utility. - UI with "AuraUI" components. . |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (08-04-2026), Cesar82 (08-04-2026), Ele (14-04-2026), Razor12911 (09-04-2026), ScOOt3r (09-04-2026) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1477 | 20-05-2026 10:52 |
| FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 626 | 08-04-2026 12:33 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Installer Creator Source Code | Razor12911 | Conversion Tutorials | 19 | 13-12-2015 10:20 |