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 ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users