/build/static/layout/Breadcrumb_cap_w.png

Microsoft Search Command add-on 2007 & 2010

I am packaging Microsoft Search Command add-on for Office 2007 & 2010 this add-on is installed on your Office 2007 or Office 2010 you will see a new tab on the Office menu Ribbon called “Search Commands” Click on the tab and Type in the command you want to launch. It will populate relevant command buttons on left side of the ribbon menu and you can easily launch the desired one,

But i am facing problem packaging it application works fine for first user when the second user login then add-on dont show up ... i created active set up but still it is not working .....Please help.

I have to submit this application ASAP......

AJ


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: amjadrehman24 11 years ago
Third Degree Blue Belt
2

Hi

 
Posted by: ontari.ontari 11 years ago
Black Belt
2

Have you used ALLUSERS=1 public property?? If yes is there any HKCU registry entrees that you can share with us to analyse the ISuue and your Active setup StubPath, Version... 

Thanks


Comments:
  • Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components\{C6ACC864-52AE-44D9-8AAA-20C69AD43267}]
    @="Microsoft Office Labs Search Commands"
    "IsInstalled"=dword:00000001
    "StubPath"="Msiexec.exe /fpu {C6ACC864-52AE-44D9-8AAA-20C69AD43267} /qn"
    "Version"="1,0,0"


    The above is my ActiveSetup........................................... Ontari - amjadrehman24 11 years ago
  • Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT]

    [HKEY_CLASSES_ROOT\MSOCmdSearch.Connect]
    @="Search Commands AddIn"

    [HKEY_CLASSES_ROOT\MSOCmdSearch.Connect\CLSID]
    @="{677B1115-DF5D-4741-A7C7-A6ABA10EF853}"

    [HKEY_CLASSES_ROOT\MSOCmdSearch.Connect\CurVer]
    @="MSOCmdSearch.Connect.1"

    [HKEY_CLASSES_ROOT\MSOCmdSearch.Connect.1]
    @="Search Commands AddIn"

    [HKEY_CLASSES_ROOT\MSOCmdSearch.Connect.1\CLSID]
    @="{677B1115-DF5D-4741-A7C7-A6ABA10EF853}"

    [HKEY_CLASSES_ROOT\AppID]

    [HKEY_CLASSES_ROOT\AppID\{6A9CFDAA-2632-46DC-A620-25042157D13B}]
    @="ScoutClassifier"

    [HKEY_CLASSES_ROOT\CLSID]

    [HKEY_CLASSES_ROOT\CLSID\{799C6FF9-CAD9-49B9-BBED-E31C136B17EF}]
    @="Microsoft Scout Command Classifier Factory"

    [HKEY_CLASSES_ROOT\CLSID\{799C6FF9-CAD9-49B9-BBED-E31C136B17EF}\InprocServer32]
    @="[#CommandSearchClassifier.dll]"
    "ThreadingModel"="Both"

    [HKEY_CLASSES_ROOT\CLSID\{A70F0007-C80F-48BD-8DDD-C936A04337CF}]
    @="PSFactoryBuffer"

    [HKEY_CLASSES_ROOT\CLSID\{A70F0007-C80F-48BD-8DDD-C936A04337CF}\InprocServer32]
    @="[#CommandSearchClassifier.dll]"
    "ThreadingModel"="Both"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}]
    @="Search Commands AddIn"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}\VersionIndependentProgID]
    @="MSOCmdSearch.Connect"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}\ProgID]
    @="MSOCmdSearch.Connect.1"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}\InprocServer32]
    @="[#MsoCmdSearchAddin.dll]"
    "ThreadingModel"="Apartment"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}\TypeLib]
    @="{D4F0F972-025E-4C77-B3C0-392387AC3246}"

    [HKEY_CLASSES_ROOT\CLSID\{677B1115-DF5D-4741-A7C7-A6ABA10EF853}\Programmable]

    [HKEY_CLASSES_ROOT\Interface]

    [HKEY_CLASSES_ROOT\Interface\{D7D685FF-4D6A-4914-9EFB-2A878FF67A28}]
    @="IScoutApplicationContext"

    [HKEY_CLASSES_ROOT\Interface\{D7D685FF-4D6A-4914-9EFB-2A878FF67A28}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{D7D685FF-4D6A-4914-9EFB-2A878FF67A28}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{92A3DAE3-7950-4B1F-A677-24B8E8BE8FE2}]
    @="IScoutClassifierFactory"

    [HKEY_CLASSES_ROOT\Interface\{92A3DAE3-7950-4B1F-A677-24B8E8BE8FE2}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{92A3DAE3-7950-4B1F-A677-24B8E8BE8FE2}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{C1A89C63-1DB6-4A4E-93A3-5E93F7856A11}]
    @="IScoutCommand"

    [HKEY_CLASSES_ROOT\Interface\{C1A89C63-1DB6-4A4E-93A3-5E93F7856A11}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{C1A89C63-1DB6-4A4E-93A3-5E93F7856A11}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{D15D8578-5CAA-4073-A3DF-2EDBEE2AD859}]
    @="IEnumScoutCommand"

    [HKEY_CLASSES_ROOT\Interface\{D15D8578-5CAA-4073-A3DF-2EDBEE2AD859}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{D15D8578-5CAA-4073-A3DF-2EDBEE2AD859}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{A9315632-4559-4053-AE30-0BA589C000AE}]
    @="IScoutClassifier"

    [HKEY_CLASSES_ROOT\Interface\{A9315632-4559-4053-AE30-0BA589C000AE}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{A9315632-4559-4053-AE30-0BA589C000AE}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{8F0A2A53-2FA6-4508-B6E4-EE43DA4AC740}]
    @="IScoutSession"

    [HKEY_CLASSES_ROOT\Interface\{8F0A2A53-2FA6-4508-B6E4-EE43DA4AC740}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{8F0A2A53-2FA6-4508-B6E4-EE43DA4AC740}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{9018B9A6-B858-4C24-9741-979A8804D329}]
    @="IScoutResult"

    [HKEY_CLASSES_ROOT\Interface\{9018B9A6-B858-4C24-9741-979A8804D329}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{9018B9A6-B858-4C24-9741-979A8804D329}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{B661F13A-3F29-456B-8C9E-9E7C75673718}]
    @="IScoutResultSet"

    [HKEY_CLASSES_ROOT\Interface\{B661F13A-3F29-456B-8C9E-9E7C75673718}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{B661F13A-3F29-456B-8C9E-9E7C75673718}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{CFF75242-3A6B-41F3-9187-A0AB09767082}]
    @="IScoutSessionInternal"

    [HKEY_CLASSES_ROOT\Interface\{CFF75242-3A6B-41F3-9187-A0AB09767082}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{CFF75242-3A6B-41F3-9187-A0AB09767082}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{A3E95717-30BC-4026-BB57-CA449CD552D9}]
    @="IScoutClassifierInternal"

    [HKEY_CLASSES_ROOT\Interface\{A3E95717-30BC-4026-BB57-CA449CD552D9}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{A3E95717-30BC-4026-BB57-CA449CD552D9}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{2AA734A1-0962-43FA-AA99-7A17D30C94E7}]
    @="IClassifierRequest"

    [HKEY_CLASSES_ROOT\Interface\{2AA734A1-0962-43FA-AA99-7A17D30C94E7}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{2AA734A1-0962-43FA-AA99-7A17D30C94E7}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{6704E999-2334-4577-82AF-CF27FDAE0F01}]
    @="IScoutLoadRequest"

    [HKEY_CLASSES_ROOT\Interface\{6704E999-2334-4577-82AF-CF27FDAE0F01}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{6704E999-2334-4577-82AF-CF27FDAE0F01}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{61489306-08F0-4468-9B49-65632AA4DF3A}]
    @="IScoutFindRequest"

    [HKEY_CLASSES_ROOT\Interface\{61489306-08F0-4468-9B49-65632AA4DF3A}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{61489306-08F0-4468-9B49-65632AA4DF3A}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{758AD21A-920B-4281-833F-A6673A2ABC3D}]
    @="IScoutCommandInternal"

    [HKEY_CLASSES_ROOT\Interface\{758AD21A-920B-4281-833F-A6673A2ABC3D}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{758AD21A-920B-4281-833F-A6673A2ABC3D}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{5E18AE8A-BFD7-42FB-8E68-A530385F9FA8}]
    @="ICommandIndexEntry"

    [HKEY_CLASSES_ROOT\Interface\{5E18AE8A-BFD7-42FB-8E68-A530385F9FA8}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{5E18AE8A-BFD7-42FB-8E68-A530385F9FA8}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{52F4F57B-6300-4295-AF97-CA10FC76AB29}]
    @="IScoutProbabilityTable"

    [HKEY_CLASSES_ROOT\Interface\{52F4F57B-6300-4295-AF97-CA10FC76AB29}\TypeLib]
    @="{4166D9AE-9584-4DD9-8B29-64F06FFA6282}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{52F4F57B-6300-4295-AF97-CA10FC76AB29}\ProxyStubClsid32]
    @="{A70F0007-C80F-48BD-8DDD-C936A04337CF}"

    [HKEY_CLASSES_ROOT\Interface\{03409672-C092-45CE-BA4C-4A6DA51F4D6A}]
    @="IOfficeHookEvents"

    [HKEY_CLASSES_ROOT\Interface\{03409672-C092-45CE-BA4C-4A6DA51F4D6A}\TypeLib]
    @="{D4F0F972-025E-4C77-B3C0-392387AC3246}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{03409672-C092-45CE-BA4C-4A6DA51F4D6A}\ProxyStubClsid32]
    @="{00020424-0000-0000-C000-000000000046}"

    [HKEY_CLASSES_ROOT\Interface\{AE54D963-7A75-44E0-9173-0242CB248525}]
    @="IRibbonCallback"

    [HKEY_CLASSES_ROOT\Interface\{AE54D963-7A75-44E0-9173-0242CB248525}\TypeLib]
    @="{D4F0F972-025E-4C77-B3C0-392387AC3246}"
    "Version"="1.0"

    [HKEY_CLASSES_ROOT\Interface\{AE54D963-7A75-44E0-9173-0242CB248525}\ProxyStubClsid32]
    @="{00020424-0000-0000-C000-000000000046}"

    [HKEY_CLASSES_ROOT\TypeLib]

    [HKEY_CLASSES_ROOT\TypeLib\{4166D9AE-9584-4DD9-8B29-64F06FFA6282}]

    [HKEY_CLASSES_ROOT\TypeLib\{4166D9AE-9584-4DD9-8B29-64F06FFA6282}\1.0]
    @="Scout Command Classifier 1.0 Type Library"

    [HKEY_CLASSES_ROOT\TypeLib\{4166D9AE-9584-4DD9-8B29-64F06FFA6282}\1.0\FLAGS]
    @="0"

    [HKEY_CLASSES_ROOT\TypeLib\{4166D9AE-9584-4DD9-8B29-64F06FFA6282}\1.0\0]

    [HKEY_CLASSES_ROOT\TypeLib\{4166D9AE-9584-4DD9-8B29-64F06FFA6282}\1.0\0\win32]
    @="[#CommandSearchClassifier.dll]"

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}]

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}\1.0]
    @="MSO Command Search 1.0 Type Library"

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}\1.0\FLAGS]
    @="0"

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}\1.0\HELPDIR]
    @="[INSTALLDIR]"

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}\1.0\0]

    [HKEY_CLASSES_ROOT\TypeLib\{D4F0F972-025E-4C77-B3C0-392387AC3246}\1.0\0\win32]
    @="[#MsoCmdSearchAddin.dll]"

    [HKEY_CURRENT_USER]

    [HKEY_CURRENT_USER\Software]

    [HKEY_CURRENT_USER\Software\Microsoft]

    [HKEY_CURRENT_USER\Software\Microsoft\Search Commands]

    [HKEY_CURRENT_USER\Software\Microsoft\Search Commands\Logging]
    "SessionCount"=dword:00000000
    "UserOptedIn"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\OfficeLabs]

    [HKEY_CURRENT_USER\Software\Microsoft\OfficeLabs\SearchCommands]

    [HKEY_CURRENT_USER\Software\Microsoft\OfficeLabs\SearchCommands\Files]
    "Invite.msg"=dword:00000001
    "DataFilesPpt"=dword:00000001
    "InstallXmlPpt"=dword:00000001
    "DataFilesWord"=dword:00000001
    "InstallXmlWord"=dword:00000001
    "DataFilesExcel"=dword:00000001
    "InstallXmlExcel"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint\AddIns\MSOCmdSearch.Connect]
    "Description"="Find commands from the Ribbon/Menus/Etc..."
    "FriendlyName"="Microsoft Office Labs Search Commands"
    "LoadBehavior"=dword:00000003

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Word]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Word\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Word\AddIns\MSOCmdSearch.Connect]
    "Description"="Find commands from the Ribbon/Menus/Etc..."
    "FriendlyName"="Microsoft Office Labs Search Commands"
    "LoadBehavior"=dword:00000003

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Excel]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns\MSOCmdSearch.Connect]
    "Description"="Find commands from the Ribbon/Menus/Etc..."
    "FriendlyName"="Microsoft Office Labs Search Commands"
    "LoadBehavior"=dword:00000003

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\AddIns\ScoutCommands]
    "Path"="[#ScoutCommands.ppam]"
    "AutoLoad"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\AddIns\ScoutCommands]
    "Path"="[#ScoutCommands.dotm]"
    "AutoLoad"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\AddIns]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\AddIns\ScoutCommands]
    "Path"="[#ScoutCommands.xlam]"
    "AutoLoad"=dword:00000001

    [HKEY_LOCAL_MACHINE]

    [HKEY_LOCAL_MACHINE\SOFTWARE]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{C6ACC864-52AE-44D9-8AAA-20C69AD43267}]
    "Version"="1"
    "IsInstalled"=dword:00000001
    @="[ProductName]"
    "StubPath"="Msiexec.exe /fpu {C6ACC864-52AE-44D9-8AAA-20C69AD43267} /qn"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components\{C6ACC864-52AE-44D9-8AAA-20C69AD43267}]
    "Version"="1,0,0"
    @="Microsoft Office Labs Search Commands"
    "IsInstalled"=dword:00000001
    "StubPath"="Msiexec.exe /fpu {C6ACC864-52AE-44D9-8AAA-20C69AD43267} /qn"

    [HKEY_USERS]

    [HKEY_USER_SELECTABLE] - amjadrehman24 11 years ago
  • According to the above Values This might be the Issue
    - In Active Set up You are using /fpu - This means you are trying to Repair only USER registry entries !! But use /fomusp Which repairs whole Package (Including Files and Shortcuts)
    - If in the Package you do not have any user files/Registry Entries then make sure add them in your package because during Other user login Active setup compares HKLM and HKCU of original Package
    - You didn't tell me have you used ALLUSERS property - ontari.ontari 11 years ago
  • Yeah i used ALLUSERS=1 in MST properties.... i will try /fomusp - amjadrehman24 11 years ago
  • /fomusp will not help you in this case..
    m-machine registries (nothing to do with user keys)
    s-all existing shortcuts (nothing to do with user keys)
    o-if file is missing or an older version is installed (nothing to do with user keys) - jagadeish 11 years ago
  • Before checking it thorugh ActiveSetup, did you run repair manually by passing /fpu and confirmed that it is working??? - jagadeish 11 years ago
Posted by: amjadrehman24 11 years ago
Third Degree Blue Belt
0

Hope the above detail will help you .....

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ