RE: ActiveX cab file
"Patrick Maleki" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <000801c4f751$a31aa2e0$7dd849c6@pat> |
So in other words thats the only thing I'm missing? Digitally signing it via VeriSign after re-packaging the gdc.cab file? Or do you think there would be another method of doing this, maybe Fourj's offers some options for doing this? Who knows? Regards, Patrick. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Pierre-Nicolas Rigal Sent: Monday, January 10, 2005 2:54 PM To: [email protected] Subject: RE: [fourjs-users] ActiveX cab file Patrick, The cab file is digitally signed to ensure the user the cab comes from four J's and not from anyone else ; moreover, digital signature is mandatory for many operations such as file reading/writing or registry manipulations. You may find informations about how to sign your .cab on verisign web site (www.verisign.com) Regards, Pierre-Nicolas -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Patrick Maleki Envoyé : lundi 10 janvier 2005 20:41 À : [email protected] Objet : [fourjs-users] ActiveX cab file Hi guys, Im trying to integrate some files to be installed along with the genero client when the gdc.cab file gets extracted via ActiveX. I tried including the files into the gdc.cab by extracting the .cab file including the files into the cab file modifying the gdc.inf file and re-packaging it. I tried this with no reserve space and a reserve space of 6144B, but no luck. When the gdc.cab file gets downloaded onto the workstation and extracted through ActiveX it doesnt seem to find the file components to install anymore. Any ideas if this is the right approach, or if Four Js has another route of performing such operation? Thanks in advance, Patrick Maleki.