PowerShell Studio • Windows Forms missing assemblies
Product, version and build: PowerShell Studio 2024 5.8.245Operating system: Win 11 v22H2PowerShell version(s):5.1.22621.3672*** Please add details and screenshots as needed below. ***1) Create...
View ArticlePowerShell Studio • Re: Windows Forms missing assemblies
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Wed Jun 26, 2024 2:33 pm
View ArticlePowerShell Studio • Packager set to use PowerShell 7.4.2, but exe tries to...
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.244OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.3Helloas you can see in the screenshot below, we have this strange situation:1) In the...
View ArticlePowerShell Studio • Re: Packager set to use PowerShell 7.4.2, but exe tries...
Any packaged exe will instantiate the currently installed PowerShell version. As there is only ONE officially installed PowerShell version, that is expected. You should always package for the version...
View ArticlePrimalForms • Checking
CheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingCheckingStatistics: Posted by Adam Crowe — Thu Jun 27, 2024 12:27 pm
View ArticlePowerShell Studio • Re: MSI Installer picking random drive instead of defined...
Please try and rebuild your installer with the latest PowerShell Studio service build.Statistics: Posted by Alexander Riedel — Fri Jun 28, 2024 11:38 am
View ArticlePowerShell Studio • Missing dark mode in designer
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.245OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.3.4, 7.3.4When you run your form, the Designer window goes white in dark modeStatistics:...
View ArticlePowerShell Studio • Winform: $global works in Debug, but not in console or...
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.245OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.3.4, 7.3.4Code: $buttonBrowse_Click = {If ($LoadProfile.ShowDialog() -eq 'OK')...
View ArticlePowerShell Studio • Re: Missing dark mode in designer
Thank you for reporting. I've been able to reproduce this behavior and have reported it to the development team.Statistics: Posted by brittneyr — Fri Jun 28, 2024 1:18 pm
View ArticlePowerShell Studio • Re: Winform: $global works in Debug, but not in console...
This is only a code fragment, so it is difficult to give a definite answer.Generally, PowerShell scoping is determined at runtime and is what I call 'downhill scoping'. So if function a() uses a...
View ArticlePowerShell Studio • Re: PowerShell Encoding Selection
It should be okay. At the time, I was trying to track down a bizarre bug, and given how "finicky" Intune is when handling scripts, file encoding was a possible culprit. The real answer to my problem...
View ArticlePowerShell Studio • Error executing Script from exe with obfuscate enabled
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.246OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.3.4, 7.3.4I have a project, that I have been working on. I have been compiling on a regular...
View ArticlePowerShell Studio • Re: Error executing Script from exe with obfuscate enabled
The obfuscator is considered experimental, so the simplest way to avoid this, is to turn it off. I will have QA take a look on Monday and submit a bug. I'll post here if and when I know...
View ArticlePowerShell Studio • MSI install not launching the app
Hi, I am getting error after building the MSI for my application. I created a UI based app that will install in the machines. My MSI build is successful and no error is showing during or after build....
View ArticlePowerShell Studio • Re: MSI install not launching the app
If I understand this correctly, the executable file you packaged with PowerShell Studio does not execute at all after installing it with an MSI.- Verify that the installed executable is actually...
View ArticlePowerShell • Script hangs on using Find-PSResource in PSS 2024
Hi AllIt seems like Powershell Studio has some Problems when using Find-PSResource.The Script just hangs and keeps hanging until manual stop.Steps to reproduce:1. Creating a new Windows Forms Script...
View ArticlePowerShell Studio • Editor Settings Ignored in editor
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • Re: Editor Settings Ignored in editor
'Function' is for defined functions in your script. 'Command' is for functions and cmdlets loaded in. The 'Command' display item is what needs to be set for the line of code you are...
View ArticlePowerShell • Re: Script hangs on using Find-PSResource in PSS 2024
Based off my tests, I have not been able to get Find-PSResource to work after the initialization of any form object. For example, the following code will hang regardless of where I run it (Console,...
View ArticlePowerShell Studio • Encoding
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View Article