PowerShell Studio • Re: MSI Installer picking random drive instead of defined...
Windows Installer may redirect the install drive to another drive than the specified one if it determines that you havea) not sufficient rights to install in the preset locationb) there is not enough...
View ArticleCustomer Service • Re: Sapien Training Lab Manual
Hello mcoerver,I've uploaded the Lab Guides here for your use. Windows_PowerShell_Lab_Guides.zipStatistics: Posted by J A Reif — Mon Jun 10, 2024 12:42 pm
View ArticlePowerShell Studio • Re: Invalid Assemblies Added To Compiled Run Script
With the files provided, I've been able to reproduce this issue. A fix will go out with the next service release.Statistics: Posted by brittneyr — Mon Jun 10, 2024 12:55 pm
View ArticlePowerShell GUIs • windowform background color to rgb or hex value
I was given rgb and hex values and can't find how to set the form backcolor to either of those valuesunrelated but also is there a way in a text string being displayed on a label control to Bold just...
View ArticlePowerShell GUIs • Re: Truncated Output in form
I'm slapping myself in the forehead now. I knew that, ignored it, then posted the topic. It's all fixed by adding "* | Out-String -width 175" to the output. Well... thanks for the nudge in the right...
View ArticleCustomer Service • PS Studio 2022 - Must Re-Activate After Every Reboot
I consistently must re-activate my PS Studio 2022 every time I reboot. Yes, for some reason "we" decided to only get a year maintenance and let it drop off. Is that the issue here?Statistics: Posted...
View ArticleCustomer Service • Re: PS Studio 2022 - Must Re-Activate After Every Reboot
No. Without more detail that is hard to say.Basically when activating that information is stored on your computer. If you have a virtualized environment, per application data and per user data is...
View ArticleFormer and Future Customers - Questions • Beginner problem, no scripts running
Product, version 5.8.243Operating system: Windows 10PowerShell version(s): 5.1.19041.4412When i write a powershellscript in the Powershell Studio and when i press the run button i get the following...
View ArticleFormer and Future Customers - Questions • Re: Beginner problem, no scripts...
OneDrive. Probably configured to not have the file as an actual physical copy on the computer. Not too uncommon.Move the file to a local folder and open it there. If that works, it's OneDrive. If it...
View ArticleInstallation Issues • Re: Poorly behaving Installers automatically reboot.
So the process I see:1. I run the updater as my non-admin user2. I get UAC prompt and enter my admin creds3. Time passes (like 10-15 mins cause at work any installation process is scanned by multiple...
View ArticlePowerShell • Concatenate two strings as $progressbar name
Hi,In a loop I'm trying to concatenate two strings to be used as progressbar name to set (for each progressbar) the maximum value (from a counter):My progressbar names are $progressbarDesktop,...
View ArticlePowerShell • Re: Concatenate two strings as $progressbar name
You only show one progress bar in this code and you are overriding it with a string. To set the name of the control, you would do something like this:$progressbar.Name = <value>You may find the...
View ArticlePowerShell Studio • Re: Invalid Assemblies Added To Compiled Run Script
Please try service build 5.8.244 and let me know if you are still experiencing this issue.Statistics: Posted by brittneyr — Thu Jun 13, 2024 7:40 am
View ArticlePowerShell Studio • Re: Adding Comment-Based Script Help
Please try service build 5.8.244 and let me know if you are still experiencing this issue.Statistics: Posted by brittneyr — Thu Jun 13, 2024 7:41 am
View ArticlePowerShell GUIs • Combobox with multiple columns
Hello,I'm trying to create a combo box using the Designer, but I want 2 or more columns to be displayed when the drop-down list is expanded. How can I do this?Unfortunately I can't find anything...
View ArticlePowerShell Studio • PowerShell Encoding Selection
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: PowerShell Encoding Selection
Technically a Windows-1252 file is identical with a UTF-8 file, provided there are no encoded characters. So in that sense, in the absence of any special characters, both indicators are correct, just...
View ArticleFormer and Future Customers - Questions • Cannot initialize PowerShell engine...
I have absolutely similar problem - viewtopic.php?t=15860 and viewtopic.php?t=16684PS Studio - 5.8.244 (trial)OS - Windows 11 Pro 22631.37.37(x64)Region - Ukraine.PS Runtime and PS Studio installed in...
View ArticlePowerShell GUIs • module malfunctions after compilation
Hello,I am confronted with a strangeness.I use: #requires -Modules xxx at the start of my script.It works perfectly when I run the script from Powershell studio.However, once transformed into an...
View ArticlePowerShell • & Symbol Issues
Trying to figure out why this doesn't work, I know it is angry at line 1 and line 7 for the & symbols but I don't have an answer on how to fix it?You can see the original post for this, the code...
View Article