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,
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!
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.
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