Hello,
I have created a simple exe application (one src file).
The mmp file is thisCode:#include <e32base.h> GLDEF_C TInt E32Main() { for(;;) { User::After(10000000); User::InfoPrint(_L("Ping Message")); } }
and the package file isCode:TARGET FirstExe.exe TARGETTYPE exe UID 0x0 0xE0000183 VENDORID 0 SOURCEPATH ..\src SOURCE FirstExe.cpp USERINCLUDE . USERINCLUDE ..\inc USERINCLUDE ..\..\..\Epoc32\include LIBRARY euser.lib
I create my exe file withCode:&EN ;Standard SIS file header #{"FirstExe"},(0xE0000183),1,0,0 ;Localised Vendor name %{"Vendor-EN"} ;Unique Vendor name :"Vendor" ;Series 60 [0x101F7961],0,0,0,{"Series60ProductID"} "c:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\gcce\urel\FirstExe.exe" -"!:\sys\bin\FirstExe.exe"
I create a SIS file usingCode:abld build gcce urel
However I cannot install the application in my N93 (Os v9+) due to an error :Code:createsis create FirsteExe.pkg
"Unable to install protected application from an untrusted supplier"
I am using the 0xE* area as explained in the FAQ https://www.symbiansigned.com/app/page/dev/uidfaq
but I still cannot install my application.
I have built some of the Symbian SDK examples and I have also created working SIS using Carbide.C++ I am wondering if there is an easy way of manually configuring the UID settings.
Thank you all in advance.!



