01-17-2024 03:11 PM
When I built our application used Labview PXI got startup.rtexe file. Now we need to digital sign this file.
I first I tried sign .rtexe, it cannot sign, then our developer team suggested me to rename the file as Startuprt.exe. I tried again. I got below error.
SignTool Error: This file format cannot be signed because it is not recognized.
SignTool Error: An error occurred while attempting to sign: Startuprt.exe
SignTool Error: This file format cannot be verified because it is not
recognized.
01-18-2024 04:41 AM
You have ended up posting in the LabWindows/CVI board! I suggest you repost this question to the LabVIEW board since it may be related to some item specific to the format of the executables created by LV.
01-18-2024 07:57 AM
What system do you try to run this real-time executable on? None of the NI Real-Time platforms will AFAIK require an executable to be signed in order to run it. And for other systems the rtexe file has about as much meaning as a Word Document to an Image Editor.
01-18-2024 10:27 AM
When I built our application used Labview PXI got startup.rtexe file. Now we need to digital sign this file.
I first I tried sign .rtexe, it cannot sign, then our developer team suggested me to rename the file as Startuprt.exe. I tried again. I got below error.
SignTool Error: This file format cannot be signed because it is not recognized.
SignTool Error: An error occurred while attempting to sign: Startuprt.exe
SignTool Error: This file format cannot be verified because it is not
01-18-2024 12:47 PM
01-18-2024 01:50 PM
first time I created in wrong board. Someone suggested to move to this board.
01-24-2024 05:48 PM
one .rtexe run on windows and the other .rtexe run on Linux.
01-24-2024 06:52 PM
startup.rtexe need digital sign because development team think the .rtexe is same as .exe file and company security policy request all the .exe file need digital sign.
01-25-2024 12:39 AM
Hi Jean,
@JeanCao wrote:
one .rtexe run on windows
This is wrong, Windows does NOT execute RTEXE files…