To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94518
User sb changed the following:
What |Old value |New value
================================================================================
CC|'eberlein,tobiaskrais' |'eberlein,hjs,obo,sb,tobia
| |skrais'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 8 12:46:48 +0000
2008 -------
At least the Sun-Hamburg built OOO300m9 wntmsci12.pro unowinreg.dll erroneously
contains a manifest that specifies a dependency on the Microsoft.VC90.CRT, which
an OOo 3.0 installation would install in the system, but which need not be
present otherwise. ("mt
-inputresource:O:\OOO300\src.m9\odk\wntmsci12.pro\bin\unowinreg.dll;#2
-out:extracted.manifest" gives
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
version="9.0.21022.8" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>
as output.)
odk/source/unowinreg/win/makefile.mk:1.12 probably needs to be adapted so that
unowinreg.dll does not include the bogus manifest (unowinreg.dll does not
otherwise depend on DLLs from the Microsoft.VC90.CRT assembly, like
msvrc90.dll).
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]