Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Query current version of app? #4244

Unanswered
AlanEdd asked this question in Q&A
Feb 2, 2026 · 1 comments · 1 reply
Discussion options

Hi there
I am doing some external automation of settings files in a portable version here
... \Programs\FlowSearch\app-1.18.0\UserData

Is there a way to query the version with a variable or something from the registry in windows so I don't have to manually update paths on each version?

Thanks
A

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

Hello, you can get the version using the below PS command

(Get-Item ".\Flow.Launcher.dll").VersionInfo

{2653349E-3C15-41AA-81FE-ABA89BCB0741}
You must be logged in to vote
1 reply
Comment options

Also it works on exe as well and there is a Flow.Launcher.exe at the top-level directory which you can query.
(Get-Item ".\Flow.Launcher.exe").VersionInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /