1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-23 01:49:53 +03:00
SoftEtherVPN/src/vpnweb/VpnWebControl.rgs
2014-01-04 22:00:08 +09:00

35 lines
859 B
Plaintext

HKCR
{
vpnweb.VpnWebControl.1 = s 'VpnWebControl Class'
{
CLSID = s '{64F1A16B-C3EE-484C-B551-35338A9BB6D2}'
}
vpnweb.VpnWebControl = s 'VpnWebControl Class'
{
CLSID = s '{64F1A16B-C3EE-484C-B551-35338A9BB6D2}'
CurVer = s 'vpnweb.VpnWebControl.1'
}
NoRemove CLSID
{
ForceRemove {64F1A16B-C3EE-484C-B551-35338A9BB6D2} = s 'VpnWebControl Class'
{
ProgID = s 'vpnweb.VpnWebControl.1'
VersionIndependentProgID = s 'vpnweb.VpnWebControl'
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 '{D8FDDBA5-B33F-4B0A-8162-A771ECD32B04}'
'Version' = s '1.0'
}
}
}