[wpkg-users] Installing an activex module (specifically, facebook's photo tool)

Robert Backhaus robbak at robbak.com
Tue Mar 16 02:27:45 CET 2010


I have to install facebook's photo upload tool across my site, and am
not sure how to do it. I have the .cab file (from
http://uppload.facebook.com/controls/2009.07.28_v5.5.8.1/FacebookPhotoUploader.cab),
which extracts to an .inf file, the .ocx control, and a unicows.dll
file. (MS unicode support library)

Below is the contents of the .inf file, if it helps anyone.

How can I get wpkg to deploy this file?

cat PhotoUploader55.inf
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
PhotoUploader55.ocx=PhotoUploader55.ocx
unicows.dll=unicows.dll
[PhotoUploader55.ocx]
file-win32-x86=thiscab
clsid={8100D56A-5661-482c-BEE8-AFECE305D968}
FileVersion=5,5,8,1
RegisterServer=yes
[unicows.dll]
file-win32-x86=thiscab
FileVersion=1,0,4018,0
DestDir=11



More information about the wpkg-users mailing list