Search found 1370 matches
- Tue Mar 28, 2023 10:58 am
- Forum: PowerShell GUIs
- Topic: click close command not working
- Replies: 1
- Views: 23
Re: click close command not working
[Topic moved by moderator to PowerShell GUIs forum]
- Mon Mar 27, 2023 7:33 am
- Forum: PowerShell Studio
- Topic: Compiled Service hangs with 'command was found in the module'
- Replies: 3
- Views: 818
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.
- 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: 325
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...
- Mon Mar 27, 2023 6:48 am
- Forum: Former and Future Customers - Questions
- Topic: Decompile a exe.
- Replies: 1
- Views: 83
Re: Decompile a exe.
For Code Recovery, please follow the steps detailed here:
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
- 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: 325
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.
- 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: 325
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 ...
- Thu Mar 23, 2023 7:46 am
- Forum: PowerShell Studio
- Topic: Problem with the SAPIENCommandLine tool on PS Studio 2023
- Replies: 2
- Views: 1714
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.
- Thu Mar 23, 2023 7:44 am
- Forum: PowerShell Studio
- Topic: External dot referenced files not being included in packaged exe
- Replies: 2
- Views: 762
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.
- 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: 381
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...
- Mon Mar 20, 2023 7:18 am
- Forum: PowerShell Studio
- Topic: RSEE64 fails with pdm.dll failed to register
- Replies: 3
- Views: 2106
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
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170