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,