-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Make ressources information accessable via commandline #80
Comments
Or, is there any other way i could access the DIE engine via PowerShell, to get the info i need? 🤔 |
Hello! Thanks a lot for the idea. I will add it to diec.exe |
You can get version information directly from PS, e.g. https://stackoverflow.com/questions/30686/get-file-version-in-powershell |
Thanks alot, but apparently i don't even need DIE to access this information 😅. |
🤔 |
Would it be possible to have the information provided under ressources (especially version) be accessable through diec.exe?
I would like to automate some tasks regarding package creation for our software deployment, and if i could gather name and version of the software via script, that would really help.
I really just need diec.exe to give me the output of this section for every exe file it scans:
Or am i just dumb, and the information is already accessable on the commandline and i just didn't find it :S
I am looking for ways to detect and process this sort of information reliably via script for years now :S
It may appear like a minor QoL issue, but it would really help me alot for what i am trying to do.
The text was updated successfully, but these errors were encountered: