Search found 14 matches

by MIC-23145632
Mon Apr 29, 2019 1:37 am
Forum: PowerShell GUIs
Topic: Disable button exception.
Replies: 1
Views: 1001

Disable button exception.

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 Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.162 OS: Windows Server 2012 R2 Standard (64 Bit) Build: v6....
by MIC-23145632
Thu Apr 25, 2019 7:53 am
Forum: PowerShell Studio
Topic: From Package to EXE File not work
Replies: 7
Views: 2953

Re: From Package to EXE File not work

Sorry, I changed to UTF16-LE. Correctly executed.
Snipaste_2019-04-25_22-51-27.png
Snipaste_2019-04-25_22-51-27.png (3.29 KiB) Viewed 2902 times
Curious why UTF-8 can't use the old version but it works.
by MIC-23145632
Thu Apr 25, 2019 7:50 am
Forum: PowerShell Studio
Topic: From Package to EXE File not work
Replies: 7
Views: 2953

Re: From Package to EXE File not work

Here: SPS Encoding.png Unicode is UTF-16 LE, in case you are not familiar with encodings My default is UTF-8. The same file I copied to the v5.5.152 version environment package EXE. It can be executed smoothly. Once again, I emphasized the problem I encountered. I just turned into an EXE file and t...
by MIC-23145632
Thu Apr 25, 2019 7:37 am
Forum: PowerShell Studio
Topic: From Package to EXE File not work
Replies: 7
Views: 2953

Re: From Package to EXE File not work

You can switch the encoding in PowerShell Studio on the status bar. The packager works internally with Unicode to add variable settings to your code for a recent feature request. The round trip conversion in Windows from UTF-8 to Unicode to UTF-8 should work, but does not. So that's the bug you are...
by MIC-23145632
Thu Apr 25, 2019 7:19 am
Forum: PowerShell Studio
Topic: From Package to EXE File not work
Replies: 7
Views: 2953

Re: From Package to EXE File not work

Please try switching your encoding to Unicode LE and see if that fixes the problem. I tested unicode and used notepad++ to modify the encoding. If it is unicode caused by why there is no error in the Run. Is there an error after the package is executed as an exe? Snipaste_2019-04-25_22-21-01.png If...
by MIC-23145632
Thu Apr 25, 2019 12:02 am
Forum: PowerShell Studio
Topic: From Package to EXE File not work
Replies: 7
Views: 2953

From Package to EXE File not work

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.162 OS: Windows Server 2012 R2 Standard (64 Bit) Build: v6.3.9600.0 *** Please add details and screenshots as needed below. *** ...
by MIC-23145632
Mon Apr 22, 2019 6:34 pm
Forum: PowerShell Studio
Topic: package exe not work \\?\ path
Replies: 16
Views: 7314

Re: package exe not work \\?\ path

Hello, if you mean to modify the config file,look like this Snipaste_2019-04-23_09-24-53.png That problem will return to what I encountered at the beginning, and the package must be modified once. https://www.sapien.com/forums/viewtopic.php?f=12&t=13838#p73059 Snipaste_2019-04-23_09-30-48.png If...
by MIC-23145632
Mon Apr 22, 2019 2:17 am
Forum: PowerShell Studio
Topic: package exe not work \\?\ path
Replies: 16
Views: 7314

Re: package exe not work \\?\ path

Powershell execution is ok
Snipaste_2019-04-22_17-10-41.png
Snipaste_2019-04-22_17-10-41.png (43.23 KiB) Viewed 2737 times
Execution is still wrong
Snipaste_2019-04-22_17-10-02.png
Snipaste_2019-04-22_17-10-02.png (37.14 KiB) Viewed 2737 times
Snipaste_2019-04-22_17-15-16.png
Snipaste_2019-04-22_17-15-16.png (26.84 KiB) Viewed 2737 times
by MIC-23145632
Mon Apr 22, 2019 2:14 am
Forum: PowerShell Studio
Topic: package exe not work \\?\ path
Replies: 16
Views: 7314

Re: package exe not work \\?\ path

Please update to the v162 service build. It will resolve the manifest issue as well as an encoding issue introduced in the v161 service build. The v162 build also includes a manifest template you can access via the File->New menu. The template (Custom Packager Manifest) is located under the Other c...
by MIC-23145632
Thu Apr 18, 2019 8:53 pm
Forum: PowerShell Studio
Topic: package exe not work \\?\ path
Replies: 16
Views: 7314

Re: package exe not work \\?\ path

Your manifest create option is still set to "Embed a default manifest". Make sure you selected "Embed a custom manifest" before building the executable. Thank you for your help. I have chosen to customize according to your notification. Snipaste_2019-04-19_11-47-14.png But after...