Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai everyone,

I am trying to do web signature on old windows mobile ce running old IE, i have managed to create the Activex control and now i can sign after register .OCX file , what i am trying to do now is to create .CAB file , i am a bit blur , i know i have to use the utility CABARC.EXE , but i am stuck on creating the .INF file .... if anyone can show me how to create the .inf file it will be great.. my activex file name is: ALAX.OCX and my CLASSID="CLSID:078DD2C4-1067-43F9-9107-D6480BE98A93" and here is my inf file , but it doesnt work ...

XML
[Version]
Signature   = "$Windows NT$"        
Provider    = "Microsoft"           
CESignature = "$Windows CE$"        
 
[CEStrings]
AppName     = "ALWebSignature"        

[ALAX.OCX]
file=thiscab
clsid={CODEBASE="ALAX.CAB"}
RegisterServer=yes
FileVersion=1,0,0,0

[ALAX.inf]
file=thiscab

[AddToRegHook]
InfSection=DefaultInstall

[DefaultInstall]
AddReg=AddToRegistry

[AddToRegistry]                               
HKLM,"SOFTWARE\Classes\CLSID\{078DD2C4-1067-43F9-9107-D6480BE98A93}"
HKLM,"SOFTWARE\Classes\CLSID\{078DD2C4-1067-43F9-9107-D6480BE98A93}"
Posted

1 solution

You should follow the packager guide from Microsoft.

"Doesnt work" is annoying and to nebelous. You must follow and solve the specific errors. Pay attention to signing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900