Search found 1365 matches
- 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: 2
- Views: 123
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: 1627
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: 675
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: 302
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: 2027
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
- Mon Mar 20, 2023 7:11 am
- Forum: PowerShell Studio
- Topic: External dot referenced files not being included in packaged exe
- Replies: 2
- Views: 675
Re: External dot referenced files not being included in packaged exe
We will look into this and get back to you soon.
- Tue Mar 14, 2023 2:13 pm
- Forum: PowerShell Studio
- Topic: Problem with the SAPIENCommandLine tool on PS Studio 2023
- Replies: 2
- Views: 1627
Re: Problem with the SAPIENCommandLine tool on PS Studio 2023
I've been able to reproduce this behavior and have filed a bug report for the development team. I'll update you when I have more information.
- Fri Mar 10, 2023 12:01 pm
- Forum: PowerShell Studio
- Topic: LoadFile-Problem in Form project: "Absolute path information is required."
- Replies: 4
- Views: 4092
Re: LoadFile-Problem in Form project: "Absolute path information is required."
Please try build 5.8.219 and let me know if this issue persists.
- Wed Mar 08, 2023 12:19 pm
- Forum: PowerShell Studio
- Topic: Intellisense/Caching problem, loading assembly
- Replies: 6
- Views: 5241
Re: Intellisense/Caching problem, loading assembly
Are your files ClassZ.ps1 and EnumA.ps1 Build setting set to 'Include' or 'Content'?
From your previous upload, I'm not able to reproduce this behavior when the project files Build setting is set to 'Include':
From your previous upload, I'm not able to reproduce this behavior when the project files Build setting is set to 'Include':
- Wed Mar 08, 2023 12:09 pm
- Forum: PowerShell Studio
- Topic: File search feature
- Replies: 2
- Views: 2553
Re: File search feature
Please try updating to the latest build and let me know if you are still experiencing this behavior.
Were you experiencing this prior to build 5.8.213?
Were you experiencing this prior to build 5.8.213?