summaryrefslogtreecommitdiff
path: root/OSpiceX.rgs.template
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-10-23 15:35:10 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-10-23 15:35:10 +0200
commit8098a6dd71c42c5276846cd5da8314e0f248b7ce (patch)
treea952d73fa8142e4e3ffa2c9bab9c8ee8d78dc45f /OSpiceX.rgs.template
Initial import of SpiceXHEADmaster
This is the source code for an ActiveX plugin used to bridge the oVirt portal with remote-viewer.
Diffstat (limited to 'OSpiceX.rgs.template')
-rw-r--r--OSpiceX.rgs.template34
1 files changed, 34 insertions, 0 deletions
diff --git a/OSpiceX.rgs.template b/OSpiceX.rgs.template
new file mode 100644
index 0000000..1d47489
--- /dev/null
+++ b/OSpiceX.rgs.template
@@ -0,0 +1,34 @@
+HKCR
+{
+ SpiceX.OSpiceX.1 = s 'OSpiceX Class'
+ {
+ CLSID = s '{CLASS_ID}'
+ }
+ SpiceX.OSpiceX = s 'OSpiceX Class'
+ {
+ CLSID = s '{CLASS_ID}'
+ CurVer = s 'SpiceX.OSpiceX.1'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {CLASS_ID} = s 'Red Hat SpiceX Client'
+ {
+ ProgID = s 'SpiceX.OSpiceX.1'
+ VersionIndependentProgID = s 'SpiceX.OSpiceX'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ val AppID = s '%APPID%'
+ ForceRemove 'Control'
+ ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 102'
+ 'MiscStatus' = s '0'
+ {
+ '1' = s '%OLEMISC%'
+ }
+ 'TypeLib' = s '{24280E9D-5DDB-4C31-84AA-D8E8010BAEB1}'
+ 'Version' = s '1.0'
+ }
+ }
+}