Hi duyunfen, > 2."dmake openofficewithjre"under instsetoo_native\util.In this step compile > error.It tell me jre-6u4-windows-i586-p.exe can not been found,for details > see the attached bmp please. > Then I copy a jre-6u4-windows-i586-p.exe to solver\680\wntmsci10.pro\bin > (Is this solution right?). Then dmake success.
yes, that path is okay. It is only necessary that one of the include pathes is used, that are defined in instsetoo_native/util/openoffice.lst for each product. > 3. Install instsetoo_native\wntmsci10.pro\OpenOffice_wJRE. At the beginning > of the installation,the JRE's installational progress bar didn't show.After > the installation completed, I found jre-6u4-windows-i586-p.exe was just > copied to C:\Program Files\OpenOffice.org 2.4\program,but jre was not > installed. Hm, this shoud work, as you described it. Did you do a special kind of installation? In silent installations the JRE is never installed, because it is part of InstallUISequence in msi table and not of InstallExecuteSequence. But as you described, you did not do a silent installation. Did you select the module JRE below the "Optional Components" ? This is deselectable in the installation. One more idea: If the JRE is already installed, it will not be installed once more. Therefore the Windows Registry is checked. If there is an entry below HKLM/Software/Javasoft/Java Runtime Environment/1.6.0_04 named "Javahome", then the module is automatically deselected during installation process. Regards Ingo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
