Search found 1369 matches

by brittneyr
Mon Mar 27, 2023 7:33 am
Forum: PowerShell Studio
Topic: Compiled Service hangs with 'command was found in the module'
Replies: 1
Views: 797

Re: Compiled Service hangs with 'command was found in the module'

We are looking into this and will get back to you soon with any information/ideas we have.
by brittneyr
Mon Mar 27, 2023 7:27 am
Forum: PowerShell Studio
Topic: Is there a way to see the code when creating a GUI form?
Replies: 5
Views: 317

Re: Is there a way to see the code when creating a GUI form?

Can you upload your script so I can better assist you? https://www.sapien.com/support/upload Please make sure all forms objects you are currently referencing are present from the Design tab and all events are registered to the objects. You may find the following article helpful: https://www.sapien.c...
by brittneyr
Mon Mar 27, 2023 6:48 am
Forum: Former and Future Customers - Questions
Topic: Decompile a exe.
Replies: 1
Views: 26

Re: Decompile a exe.

For Code Recovery, please follow the steps detailed here:
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
by brittneyr
Sun Mar 26, 2023 12:57 pm
Forum: PowerShell Studio
Topic: Is there a way to see the code when creating a GUI form?
Replies: 5
Views: 317

Re: Is there a way to see the code when creating a GUI form?

Under the Script tab, you should see all form objects from PrimalSense when you type '$' with the autocomplete functionality.
by brittneyr
Fri Mar 24, 2023 7:09 am
Forum: PowerShell Studio
Topic: Is there a way to see the code when creating a GUI form?
Replies: 5
Views: 317

Re: Is there a way to see the code when creating a GUI form?

No, this was intentional. All form data is stored in the PSF as XML. Objects are serialized and de-serialized in XML. When you run or package a PSF, PowerShell Studio is generating the code from the XML alongside your code into a PS1. You can always export your PSF to a PS1 (Deploy->Export) and see ...
by brittneyr
Thu Mar 23, 2023 7:46 am
Forum: PowerShell Studio
Topic: Problem with the SAPIENCommandLine tool on PS Studio 2023
Replies: 2
Views: 1711

Re: Problem with the SAPIENCommandLine tool on PS Studio 2023

This issue has been resolved and the fix will be included in the next service release. There is no ETA for the release of the next service build yet.
by brittneyr
Thu Mar 23, 2023 7:44 am
Forum: PowerShell Studio
Topic: External dot referenced files not being included in packaged exe
Replies: 2
Views: 759

Re: External dot referenced files not being included in packaged exe

I have confirmed this behavior and have filed a bug report for the development team. I'll update you if I have new information.
by brittneyr
Thu Mar 23, 2023 7:08 am
Forum: PowerShell Studio
Topic: Can PS Studio be used to sell Powershell script requiring a license?
Replies: 1
Views: 377

Re: Can PS Studio be used to sell Powershell script requiring a license?

SAPIEN Script Packager is not a compiler. A compiler translates source code into machine code which is not easily reversible. C/C++ is a good example for that. C# is translated into ILASM and only compiled at the endpoint. Very easy to de-compile. The tool SAPIEN Script Packager, included in PowerSh...
by brittneyr
Mon Mar 20, 2023 7:18 am
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 2105

Re: RSEE64 fails with pdm.dll failed to register

The only Microsoft Visual C++ Redistributable runtime needed should be the 2015-2022 x64 version from here:
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170
by brittneyr
Mon Mar 20, 2023 7:11 am
Forum: PowerShell Studio
Topic: External dot referenced files not being included in packaged exe
Replies: 2
Views: 759

Re: External dot referenced files not being included in packaged exe

We will look into this and get back to you soon.