Hi list-members,
I'm trying to add the PDF import extension to my Windows build of OOo 3.1.
I tried to follow the instructions at :
http://wiki.services.openoffice.org/wiki/Extensions_Integration_into_Installation_Set
But the installation hangs at the end. Task Manager shows that it's
hanging on the process unpkg.bin.
Below are the changes I made to the source tree. What am I doing wrong?
Thanks,
Alan
In file_ooo.scp:
File gid_File_Oxt_pdfimport
TXT_FILE_BODY;
Styles = (PACKED);
Dir = gid_Brand_Dir_Share_Extension_Install;
Name = "pdfimport/pdfimport.oxt";
End
In module_hidden.scp:
Module gid_Module_Optional_PDFImport
Name = "gid_File_Oxt_pdfimport";
Description = "gid_File_Oxt_pdfimport";
ParentID = gid_Module_Optional;
Default=YES;
Files = (gid_File_Oxt_pdfimport);
End
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]