Issue 84186 - improve implementation of executable backend
Summary: improve implementation of executable backend
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m237
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-03 08:30 UTC by joachim.lingner
Modified: 2013-08-07 15:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2007-12-03 08:30:08 UTC
The Extension Manager uses code to process files with the
application/vnd.sun.star.executable media type. It is located at
desktop/source/deployment/registry/executable.

Currently there is a hack in registry/package/dp_package.cxx that prevents that
the result of the isRegistered() of the executable backend is used to calculate
the overall status of the extension.

To remove this it is necessary to properly implement
BackendImpl::ExecutablePackageImpl::isRegistered_ ( dp_executable.cxx).

Please note that setting the executable file attribute is not possible on Windows.
Comment 1 joachim.lingner 2007-12-03 08:31:10 UTC
.