Product: PowerShell Studio 2024 (64 Bit)
Build: v5.8.237
OS: Windows 10.0.17763
PS Version(s): 5.1.17763.1
Error I am receiving :When attempting to build the package (Powershell Form GUI) into exe with embedded manifest for elevation I get the above failure for writing default manifest. This is the only form project this is occurring with, I have successfully written 4 others today with embedded manifests at the time of posting.
I have created a new project and imported the contents, I have moved the contents to a new folder, I have checked event log and was unable to find any additional logging to track down my issue.
My mainform, global.ps1, and startup file have all been checked using the check syntax and verify script analysis which come back problem free for all 3 files. The only change I have made to the code was adding new functions, removing those new functions still results in a failure to embed the elevated manifest.
I have validated the version number is as such x.x.x.x , the company is filled in and copy right as well as the product name.
Any help to track down the issue or additional logs would be greatly appreciated.
EDIT : Script engine Windows 64 bit, Windows Powershell V5 Host (Windows Forms) STA Enabled
Build: v5.8.237
OS: Windows 10.0.17763
PS Version(s): 5.1.17763.1
Error I am receiving :
Code:
SAPIEN Package and Deploy Tool 4.8 (c) 2005 - 2024 SAPIEN Technologies, Inc.
------ Build started: Launcher, Configuration: x64 ------
Packaging with SAPIEN PowerShell V5 Host (Windows Forms) x64
Adding D:\Users\MyUser\Documents\SAPIEN\PowerShell Studio\Projects\Launcher\Launcher.Package.ps1
Writing scripts to bin\x64\Launcher.exe
Embedding elevated manifest...
Error: Writing default manifest to bin\x64\Launcher.exe failed
Executable file signed with certificate myCodeSigningCert
Executable file time stamped with http://timestamp.globalsign.com/scripts/timstamp.dll/?signature=sha2
The file "bin\x64\Launcher.exe" is signed and the signature was verified.
Package completed
1 error(s), 0 warning(s)
I have created a new project and imported the contents, I have moved the contents to a new folder, I have checked event log and was unable to find any additional logging to track down my issue.
My mainform, global.ps1, and startup file have all been checked using the check syntax and verify script analysis which come back problem free for all 3 files. The only change I have made to the code was adding new functions, removing those new functions still results in a failure to embed the elevated manifest.
I have validated the version number is as such x.x.x.x , the company is filled in and copy right as well as the product name.
Any help to track down the issue or additional logs would be greatly appreciated.
EDIT : Script engine Windows 64 bit, Windows Powershell V5 Host (Windows Forms) STA Enabled
Statistics: Posted by NewRootUsr — Wed Apr 10, 2024 4:37 pm — Replies 1 — Views 94