You are here

Create a package with chromium,java and Openoffice

4 posts / 0 new
Last post
keshav26
Offline
Last seen: 8 years 8 months ago
Joined: 2015-06-02 05:05
Create a package with chromium,java and Openoffice

Hello Everyone,

I am creating a package with ChromiumPortable, JPortable and OpenOfficePortable.

I have already created a package with ChromiumPortable and JPortable everything is working perfectly thanks to PortableApps TEAM.

My problem now is that I am looking a way to add HKLM registry keys in the OpenOfficePortable app or ChromiumPortable app.

For example:

In a normal situation, I 'll be installing Chromium, Java and Openoffice separately and add chose registry key below on the PC

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vnd.sun.star.webdav]
@="URL: vnd.sun.star.webdav Protocol"
"URL Protocol"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vnd.sun.star.webdav\DefaultIcon]
@="c:\\Program Files\\OpenOffice.org 3\\program\\soffice.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vnd.sun.star.webdav\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vnd.sun.star.webdav\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vnd.sun.star.webdav\shell\open\command]
@="\"c:\\Program Files\\OpenOffice.org 3\\program\\soffice.exe\" \"%1\""

The goal is to create a Package with ChromiumPortable, JPortable, OpenOfficePortable and those registry keys. I don't really know how and where to add them.

Can someone help me please? I'm really stuck and dont know to how to get it work. Please help me.

My end users don't have administrator right on there PC

Regards,

John T. Haller
John T. Haller's picture
Online
Last seen: 1 min 38 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Redistribution

Keep in mind that it is illegal to redistribute OpenOffice Portable or jPortable in other packages outside of your own company without permission from Apache and Oracle respectively.

Sometimes, the impossible can become possible, if you're awesome!

gluxon
gluxon's picture
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2008-06-21 19:26
My end users don't have

My end users don't have administrator right on there PC

In addition to the problem John presented about distribution, you should know that the HKEY_LOCAL_MACHINE registry hive is only writable by Windows users with administrative access.

If you're looking for registry help for other purposes in the future, this section of the PAL Manual should help.

keshav26
Offline
Last seen: 8 years 8 months ago
Joined: 2015-06-02 05:05
Hello,

Hello,

thanks for your replies.

Yeah I know that it is not possible I was just wondering if it is possible.

Right now I am facing a new issue.

I have a package with Chromium portable and jportable, when I have java installed on a PC and I lauched a java application the chromiumportable is using the java of the machine and when I uninstalled java on the machine and launches the same app it uses the jportable plugin.

I there a way to force the chromiumportable to use the jportable plugin even if java is installed on the machine.

Have a good day.

thanks a lot

Log in or register to post comments