PDA

View Full Version : "error executing program" when manifested ?



NewsArchive
10-28-2009, 04:48 AM
Hi,

Why would a program fail to run with the message "Error execution program"
when it is UAC manifested and code-signed, but run OK if only code-signed ?

#embed UAC manifest into "C:\Pstellar\rap_install7\PBS.exe"
(PBS-tillægsmodul) [asInvoker] [Windows 7] [Skip]
#code-sign application "C:\pstellar\rap_install7\PBS.exe" (Stellar
tillægsmodul) [Skip]

Cheers,
/Poul

NewsArchive
10-28-2009, 04:48 AM
Is the source program (PBS.exe) on your development computer possibly
already
1. code-signed ?
2. protected by Armadillo ?

Try compiling PBS.exe again and then recompile your installer.

Jane

NewsArchive
10-28-2009, 04:48 AM
Hi Jan,

1. No
2. No

Same result after recompiling.

Cheers,
/Poul

NewsArchive
10-28-2009, 04:49 AM
Poul,

> Why would a program fail to run with the message "Error execution program"
> when it is UAC manifested and code-signed, but run OK if only code-signed
> ?
>
> #embed UAC manifest into "C:\Pstellar\rap_install7\PBS.exe"
> (PBS-tillægsmodul) [asInvoker] [Windows 7] [Skip]
> #code-sign application "C:\pstellar\rap_install7\PBS.exe" (Stellar
> tillægsmodul) [Skip]

My bet is that it's the special character "æ" in "tillægsmodul" (in the
manifest and/or the code-signature).

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-29-2009, 02:17 AM
OK !

I will try to change this.

/Poul

NewsArchive
11-03-2009, 02:35 AM
Hi Friedrich,

You are absolutely right: removing the special characters in the
UAC-manifest command did the trick.

Thanks alot.

/Poul