| author | Dave Orme | 2010-10-07 16:43:54 (EDT) |
|---|---|---|
| committer | Dave Orme | 2010-10-07 16:43:54 (EDT) |
| commit | 5b042eb7cb0a5629d33ab2f5037fcb68ac5ff1d4 (patch) (side-by-side diff) | |
| tree | 104415cea0500944c8c1bfafa3029149f51fa4af | |
| parent | 7c154337c753494bfd092c6ae744dc6440f4af42 (diff) | |
| download | org.eclipse.e4.deeplink-5b042eb7cb0a5629d33ab2f5037fcb68ac5ff1d4.zip org.eclipse.e4.deeplink-5b042eb7cb0a5629d33ab2f5037fcb68ac5ff1d4.tar.gz org.eclipse.e4.deeplink-5b042eb7cb0a5629d33ab2f5037fcb68ac5ff1d4.tar.bz2 | |
Fixed .REG file; added README.txt
3 files changed, 60 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/README.txt b/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/README.txt new file mode 100644 index 0000000..3e765af --- a/dev/null +++ b/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/README.txt @@ -0,0 +1,30 @@ +In order for the launch proxy to work, the following configuration +must be done: + +The launch proxy is 100% self-contained inside its own directory +structure, so installing and uninstalling it is simply a matter of +copying it to the location of your choice. You can then register it +with Windows so that it will automatically handle deeplink URLs +that Windows encounters in desktop shortcuts or in web pages. + +To register your launch proxy with Windows, you will need to add +some keys to the Windows registry. A pre-built Windows registry +configuration file is shipped with the launch proxy. You can edit +this configuration file and load its keys as follows: + + * Locate the .reg file that was shipped with + launch proxy. You will find it in the root folder of the launch + proxy distribution. + * Right-click this file, and choose Edit from the context menu. + * Change the last line of the file to contain the full path + and file name of the launchr.exe file. You may optionally + specify an executable file containing an icon for deeplinks. + * Save and exit the editor. + * Double-click the .reg file to load it into Windows. + +You have now installed the deeplink launch proxy and have +configured Windows to understand the deeplink:// URL type. + +For more details, please see the documentation at: + +http://wiki.eclipse.org/E4/Deeplinking
\ No newline at end of file diff --git a/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/deeplink_protocol_handler_win32.reg b/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/deeplink_protocol_handler_win32.reg Binary files differnew file mode 100644 index 0000000..9dd8f4c --- a/dev/null +++ b/bundles/org.eclipse.e4.core.deeplink.launchproxy.product/rootfiles/deeplink_protocol_handler_win32.reg diff --git a/features/org.eclipse.e4.core.deeplink.launchproxy.feature/rootfiles/README.txt b/features/org.eclipse.e4.core.deeplink.launchproxy.feature/rootfiles/README.txt new file mode 100644 index 0000000..3e765af --- a/dev/null +++ b/features/org.eclipse.e4.core.deeplink.launchproxy.feature/rootfiles/README.txt @@ -0,0 +1,30 @@ +In order for the launch proxy to work, the following configuration +must be done: + +The launch proxy is 100% self-contained inside its own directory +structure, so installing and uninstalling it is simply a matter of +copying it to the location of your choice. You can then register it +with Windows so that it will automatically handle deeplink URLs +that Windows encounters in desktop shortcuts or in web pages. + +To register your launch proxy with Windows, you will need to add +some keys to the Windows registry. A pre-built Windows registry +configuration file is shipped with the launch proxy. You can edit +this configuration file and load its keys as follows: + + * Locate the .reg file that was shipped with + launch proxy. You will find it in the root folder of the launch + proxy distribution. + * Right-click this file, and choose Edit from the context menu. + * Change the last line of the file to contain the full path + and file name of the launchr.exe file. You may optionally + specify an executable file containing an icon for deeplinks. + * Save and exit the editor. + * Double-click the .reg file to load it into Windows. + +You have now installed the deeplink launch proxy and have +configured Windows to understand the deeplink:// URL type. + +For more details, please see the documentation at: + +http://wiki.eclipse.org/E4/Deeplinking
\ No newline at end of file |

