Search found 1417 matches
- Tue Jun 06, 2023 10:30 am
- Forum: PowerShell Studio
- Topic: Putting build information into compiled builds.
- Replies: 2
- Views: 135
Re: Putting build information into compiled builds.
You can get the product version information for a running packaged executable from the following line: [System.Windows.Forms.Application]::ProductVersion If you are not running the packaged executable, you can get the product version from the exe file. The following may be helpful: https://stackover...
- Mon Jun 05, 2023 2:13 pm
- Forum: PowerShell Studio
- Topic: Compile to Generic PWSH 7?
- Replies: 2
- Views: 108
Re: Compile to Generic PWSH 7?
This is expected behavior. When deploying packaged scripts with PowerShell 7 engines to other machines, the specific version of PowerShell and .NET are needed on that machine for your packaged executable to run. We do provide runtimes that will allow applications to run on machines without that spec...
- Fri Jun 02, 2023 7:05 am
- Forum: PowerShell
- Topic: PowerShell Form Documentation
- Replies: 2
- Views: 166
Re: PowerShell Form Documentation
The following documentation may help: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comment_based_help?view=powershell-5.1 https://learn.microsoft.com/en-us/powershell/scripting/developer/help/writing-help-for-windows-powershell-scripts-and-functions?view=...
- Fri Jun 02, 2023 6:52 am
- Forum: PowerShell
- Topic: PowerShell Form Documentation
- Replies: 2
- Views: 166
Re: PowerShell Form Documentation
[Topic moved to PowerShell Forum by moderator]
- Thu Jun 01, 2023 10:41 am
- Forum: PowerShell GUIs
- Topic: PS Studio / EXO v3 / 3.1.0 issues
- Replies: 3
- Views: 392
Re: PS Studio / EXO v3 / 3.1.0 issues
[Topic moved to PowerShell GUIs forum by moderator]
- Wed May 31, 2023 7:05 am
- Forum: PrimalScript
- Topic: Silent installation guide for PrimalScript 2023
- Replies: 2
- Views: 67
Re: Silent installation guide for PrimalScript 2023
Our installers are built with Advanced Installer. The command line switches can be found here: https://www.advancedinstaller.com/user-guide/exe-setup-file.html /exenoupdates skips update checks, if any are defined. We do not have any of those. /noprereqs skips some rerequisites, but not all. There a...
- Tue May 30, 2023 2:05 pm
- Forum: PowerShell Studio
- Topic: Disable editor tool-tip
- Replies: 1
- Views: 248
Re: Disable editor tool-tip
There is no way to disable in-editor tooltips and at this time, there are no plans to change this behavior.
- Fri May 26, 2023 1:13 pm
- Forum: PowerShell Studio
- Topic: 5.8.22 likes high CPU Usage
- Replies: 9
- Views: 500
Re: 5.8.22 likes high CPU Usage
Please try service build 5.8.223 and let me know if this is still an issue for you.
- Fri May 26, 2023 10:40 am
- Forum: PowerShell Studio
- Topic: 5.8.22 likes high CPU Usage
- Replies: 9
- Views: 500
Re: 5.8.22 likes high CPU Usage
We have found the issue and it will be addressed in the next service release.
- Fri May 26, 2023 10:39 am
- Forum: Former and Future Customers - Questions
- Topic: How to change compiled EXE console font ?
- Replies: 6
- Views: 1161
Re: How to change compiled EXE console font ?
[Topic moved by moderator to Former and Future Customers - Questions forum]