Search found 1660 matches

by brittneyr
Wed May 12, 2021 7:34 am
Forum: PowerShell Studio
Topic: Executable size keeps growing
Replies: 1
Views: 4672

Re: Executable size keeps growing

There are a couple different factors that can attribute to this such as the complexity of the form and the script engine you are using to package. Verify that you are not creating any form objects that you are not using. You can view all your controls from the Select tab of the Toolbox pane or from ...
by brittneyr
Wed May 12, 2021 7:06 am
Forum: PowerShell Studio
Topic: SAPIEN PS Studio 2021 update to the latest version
Replies: 6
Views: 7688

Re: SAPIEN PS Studio 2021 update to the latest version

How are you checking for updates? Through the update tool (Help->Updates), in-product notifications (Top-Right corner of the application), or your Registered Product page?
Can you please provide a screenshot of what you are seeing?
by brittneyr
Tue May 11, 2021 3:43 pm
Forum: PowerShell Studio
Topic: Powershell Studio 2021 Freezing
Replies: 9
Views: 11121

Re: Powershell Studio 2021 Freezing

We will look into this and get back to you soon.
by brittneyr
Mon May 10, 2021 2:39 pm
Forum: PowerShell Studio
Topic: Need Powershell Studio executable decompiled
Replies: 4
Views: 5526

Re: Need Powershell Studio executable decompiled

Please upload your executable here and we will see what we can do:
https://www.sapien.com/support/code_rec ... 8/PremSupp

This link can also be found on your Registered Products page:
RegisteredProducts_CodeRecovery.png
RegisteredProducts_CodeRecovery.png (28.6 KiB) Viewed 5520 times
by brittneyr
Mon May 10, 2021 11:10 am
Forum: PowerShell Studio
Topic: Powershell Studio 2021 Freezing
Replies: 9
Views: 11121

Re: Powershell Studio 2021 Freezing

Please upload your project here:
https://www.sapien.com/support/upload
by brittneyr
Fri May 07, 2021 1:19 pm
Forum: PowerShell Studio
Topic: Leave Event Always Triggering Twice
Replies: 2
Views: 5541

Re: Leave Event Always Triggering Twice

Does this also happen after running your script outside of PowerShell Studio or when running in console (Ctrl + F8)? I was not able to reproduce this behavior and without seeing the rest of you code, I can only make suggestions. Though I cannot see if this is the case, its generally a good rule to n...
by brittneyr
Thu May 06, 2021 3:58 pm
Forum: PowerShell Studio
Topic: Referencing controls from Globals.ps1 or Startup.pss
Replies: 2
Views: 5553

Re: Referencing controls from Globals.ps1 or Startup.pss

This is correct. You should not be able to directly reference form controls from Globals.ps1 or Startup.pss and this is because of the scope of the controls. Yes, at the when a project runs or is exported, all project files with a Build settings of Include will be combined into one script, but forms...
by brittneyr
Mon May 03, 2021 10:41 am
Forum: Wish List and Feature Requests
Topic: Live Share
Replies: 1
Views: 11519

Re: Live Share

At this point in time, PowerShell Studio does not include any such similar functionality like Live Share.
by brittneyr
Fri Apr 30, 2021 7:21 am
Forum: PowerShell Studio
Topic: Gui application feature not working via MSI installation
Replies: 5
Views: 5557

Re: Gui application feature not working via MSI installation

This can be done with two custom actions: One to create the shortcut on install and one to delete the shortcut on delete. Though this blog is a little older, it has scripts for creating and removing a desktop shortcut: https://www.sapien.com/blog/2019/08/15/sapien-creating-an-msi-installer-for-a-pac...