Ive been attempting to allow remote xul to be treated as true chrome.

To do this basically means creating a 'remote package' entry in the packages
file which points to the remote host.

The idea is that the xpinstall creates the package entry but NO application
code/data is installed.

The baseURLs for the package ONLY point to the remote host

Now as I understand the URL type for the installation path can be URL or
PATH.

If 'path' is used,  a relative file path can be used such as

    content,install, path, /main/calculator

I assume this could also be an absolute file path such as

    content,install, path, f://main/calculator

So am I correct in thinking that the http protocl could be used instead

    content,install, path, http://host/calculator


As I said earlier, no attempt is made to package  code/data on the remote
host.

The only purpose for xpinstall is to create a package entry in the packages
file which points to a package on a remote host












Reply via email to