Quantcast
Channel: Shavlik User Community : Document List - All Communities
Viewing all 1352 articles
Browse latest View live

Publishing an update in SCUP using data from SCUPdates fails with the error: Hash (or Digest) verification failed on content for update

$
0
0

Symptoms

 

  • Cannot publish an update in SCUP using data SCUPdates content
  • Publishing  an update in SCUP using data from SCUPdates fails 
  • You see the error:

    Hash verification failed on content for update

      

       or

 

       Digest Verification failed



Cause

 

This issue occurs because the update contains a static URL for the vendor file.

 

 

The SCUP editor stores the hash value of the downloaded file. When an older version of the update is published using the URL, the hash value does not match the newer file.

 

Resolution

To resolve this issue, use the latest data and do not attempt to publish outdated updates.

  

Products

Shavlik SCUPdates

VMware vCenter Protect Update Catalog


Deploying 32-bit Java updates to 64-bit operating systems fails when using SCUPdates

$
0
0

Symptoms

When deploying 32-bit Java updates to 64-bit operating systems when using SCUPdates, the update fails.

 

Cause

This issue is caused by a Java install bug. The installer reads information for deployment on Windows operating systems in the 64-bit region of the registry, rather than the 32-bit region, which causes the failure.

 

Resolution

Currently, there is no workaround or resolution available for this issue. Once a workaround or a resolution is available, this article will be updated.

 

Technical support has submitted a bug report to Sun/Oracle. For more information, see Oracle bug 6995830.

 

Note: Oracle has a voting system for their consumers to decide on which non-security bugs will be fixed with each update. For more information, see the voting page for this bug.

 

Additional Information

To be alerted when this article is updated, click Subscribe to Document in the Actions box.

 

We have implemented a workaround solution with our Shavlik Protect product. Unfortunately, SCCM does not have the advanced commands for patch deployment which are necessary for this solution to be used along with a publicly available download of Java patches. For SCUPdates, we are looking for ways around this problem, but for the time being will need to continue waiting for Oracle to fix the installer issue.

 

We submitted a bug over two years ago to Sun/Oracle stating the issue and the necessary fix. Oracle has a voting system from their consumers to decide on which non-security bugs will be fixed with each update.

 

Products

 

Shavlik SCUPdates

VMware vCenter Protect Update Catalog

Gathering a DPD Trace

$
0
0

Attached is a .zip that contains everything needed to run the DPDTrace and step by step instructions are included. 

 

DPD stands for Dynamic Product Detection.  It’s the method our scan engine uses to determine what supported products are installed on the machine.This tool was created for troubleshooting patch scan issues where we need to know what is going on during the DPD process.

 

 

 

DPD Trace
  1. Extract the DPDTrace.zip file into a folder on the root of C:\
  2. Read Disclaimer.txt.
  3. Open Command Prompt and change directory to the DPDTrace folder.

 

cd directory.png

 

  1. Enter the following command, replacing {MACHINE_NAME} {ADMIN_USER_NAME} and {PASSWORD} with corresponding values. ({MACHINE_NAME} has to be the Target machine that is having the detection problem)
          DPDTrace.bat {MACHINE_NAME} {ADMIN_USER_NAME} {PASSWORD} {VERSION}
Notes:
  • VERSION is optional. If it is not specified, it will use the 9.0.651 scan engine. Possible values:
    • 7.8.5
    • 8.0.43
    • 9.0.651
  • Failure to supply any one of these values ({MACHINE_NAME}  {ADMIN_USER_NAME} and {PASSWORD}) will cause the test to fail.
  • {ADMIN_USER_NAME} needs to be in the format domain\username
  • If you want to use a specific hf7b.xml, just copy it into the Extracted folder\HF7B.

 

command line.png

 

  1. When the command line is run, a window titled 'Rename HF.1 Log' will appear with an OK button. Do not close this window as the scan continues.

 

rename prompt.png

  1. When the scan has completed the command prompt window will say 'Test Complete  Please zip up HFCLi folder and send it back to us'. At this point zip the directory "C:\DPDTrace\HFCLI" and send it back for analysis.

 

complete.png

Manually enabling verbose console logging

$
0
0

Problem

You are unable to set verbose logging in the console due to crashes or other errors.

 

Resolution

Verbose logging can be enabled via config file.

 

Start --> Run --> services.msc

Stop Shavlik Protect Console Service

 

 

Open explorer

Navigate to the Protect Installation folder. Default location is C:\Program Files\LANDesk\Shavlik Protect

Backup ST.ServiceHost.exe.config

Then open ST.ServiceHost.exe.config

Change the following:

 

 

From:

<switches>

<add name="STServiceHostSwitch" value="Information, ActivityTracing"/>

</switches>

 

 

To (Case is important):

<switches>

<add name="STServiceHostSwitch" value="All" />

</switches>

 

 

Save

 

Start Shavlik Protect Console Service

Reproduce the problem.

Location of logs can be found here: http://community.shavlik.com/docs/DOC-22921

Show All Windows Updates Applied to a Computer

$
0
0

Use the following to create a searchable list of all Windows Patches currently installed. This is useful when trying to identify if a specific patch is already installed.

 

*This log can be reliably used only to retrieve updates for Windows OS itself and its components (such asWindows Internet Explorer (IE) or Windows Server roles and features). This will not list updates for any non-inbox software (such as Microsoft Office or Exchange Server).

 

 

Note: This will create the hotfixes.txt file in the directory that Command Prompt is currently listed in.

 

  1. Open Command Prompt.
  2. Type wmic qfe list full /format:list > hotfixes.txt
  3. Type start notepad hotfixes.txt


cmd.png

 

Use Ctrl + F to search the exported list of installed patches.

 

list of patches.png

Agent Failing at 67% (Registration Failure)

$
0
0

ISSUE / SYMPTOMS

 

-When deploying an agent from the Protect console you see the agent installation fail at 67%.

-Manually installing an agent fails during the registration process.

 

 

CAUSE

 

This normally indicates that the agent cannot establish a connection with the console. There may be a firewall issue, there may be ports that are unopened, there may be a DNS issue, or the agent service may not be active on the agent machine.

 

 

RESOLUTION

 

Check the following to ensure you are meeting all requirements for agent registration to occur:

 

1) Ensure the port TCP 3121 is open from the client system back to the Protect console system, and that the Protect console system is listening on this port. You can use Telnet commands (if telnet client is installed) to test the connection and netstat commands to see if the port is listening. Create firewall exceptions as necessary.

 

2) In the Protect console, go to Tools > Console alias editor. Ensure that the IP address, netbios name, and FQDN (fully qualified domain name) of the console system are all listed here for best results. Sometimes the agent may be attempting to use one of these methods to contact the Protect console for registration, but if the method used is not listed in the console alias editor it will fail registration.

 

3) Ensure that DNS resolution is working correctly when contacting the Protect console system. From the client system run the following commands. The results should match up.

 

nslookup consolemachinename

nslookup consoleipaddress

 

If the results do not match up or the machine cannot be resolved you will need to work with your network administrator to resolve possible DNS issues.

 

4) On the client system, go to the following directory containing the agent logs:

Shavlik Protect 9.x:

-Windows Vista,7,8,2008, 2012: C:\ProgramData\LANDesk\Shavlik Protect\Logs

-Windows XP/2003:  C:\Documents and Settings\All Users\Application Data\ LANDesk\Shavlik Protect\Logs

vCenter Protect 8.x:

-Windows Vista,7,8,2008, 2012: C:\ProgramData\Shavlik Technologies\Logs

-Windows XP/2003:  C:\Documents and Settings\All Users\Application Data\Shavlik Technologies\Logs

 

The following logs may contain useful information:

RegistrationLog.txt

STAgentUpdater.log

STAgentManagement.log

 

 

APPLIES TO

 

Shavlik Protect 9.x

vCenter Protect 8.x

Manually downloading patch data files for Shavlik Protect

$
0
0

Purpose

When running the Shavlik Protect or VMware vCenter Protect console in a secure environment without Internet access, it is necessary to download the latest data files on a system that has internet access and then transfer them to the console machine.

 

This article applies only to patch data.

Resolution

This article discusses both methods:

 

  • PowerShell (Highly Recommended)
  • Individual file download (All Files Are Required)

PowerShell

To use the PowerShell script:

  • Download and install PowerShell 1.0 from Microsoft, if it is not already installed. For more information, see Microsoft KB article 926140.
  • Shavlik NetChk Protect and VMware vCenter Protect patch files are released twice per week. To download the patch files, you can use a PowerShell script to automate the process or you can download each file individually.
  • If you need a compression utility, download and install the 7-Zip extraction utility from http://www.7-zip.org/download.html.

        Note: Shavlik does not endorse or recommend any particular third_party utility.

 

  • Create an output directory.
  • Download and extract the PowerShell script attached to this article: DownloadProtectData80.zip
    Note: This script works for all versions of these products.

 

  • Open a command prompt.
  • Enter PowerShell by typing powershell.
  • Navigate to the location where you extracted the PowerShell script.
  • At the PowerShell command prompt, launch the script with this command:

    .DownloadProtectData80.ps1 "<outputdirectory>" <major or minor version> "<7-zip directory>"

    Note: The command begins with the characters . before the script name. These characters are required if the script is in the current working directory. If you are in a different directory, enter the full path to the script.

    The major/minor version argument has a two-digit value. Use the value corresponding to your version:

    Protect 8.0: 80
    Protect 9.0: 90

    Example:

    The command you run looks like this: .DownloadProtectData80.ps1 "C:\Data" 80 "C\:program Files\7-Zip"

    The command has these elements:
    • .DownloadProtectData.ps1: This is the script itself.
    • c:\Data: This is the folder to which you are downloading the data files.
    • 80: This is the version of vCenter Protect or Shavlik Protect files you are downloading.
  1. Type exit to leave PowerShell.
  2. Navigate to the folder containing the data files and move or copy them to the DataFiles folder on the Shavlik Protect or vCenter Protect server in the DMZ. This is the default location:

    Note: If the files already exist in the output directory, they are overwritten.
    • 8.x on Vista, 2008, & Windows 7: C:ProgramData\Shavlik Technologies\NetChk\DataFiles
    • 8.x on Windows XP or 2003: C:Documents and Settings\All Users\Application Data\Shavlik Technologies\NetChk\DataFiles
    • 9.x on Vista, 2008, & Windows 7: C:\ProgramData\LANDesk\Shavlik Protect\Console\DataFiles
    • 9.x on Windows XP or 2003: C:Documents and SettingsAll UsersApplication Data\LANDesk\Shavlik Protect\Console\DataFiles
    1. You may see this error:

      execution of scripts is disabled on this system

      If this occurs, enable the execution of scripts by entering this command:

      set-executionpolicy RemoteSigned

      Note: This command is case-sensitive.

      Alternatively, you can sign the script instead of changing the execution policy. For more information, see http://www.hanselman.com/blog/SigningPowerShellScripts.aspx.

      Note: The preceding link was correct and last checked as of June 11, 2013.

    Individual file download

    You can manually download the necessary data files. To download the files:

    1. Right-click each link and select Save Link As.
    2. Save the files to the console, in the DataFiles folder. This is the default location:
      • 8.x on Vista, 2008, & Windows 7: C:ProgramData\Shavlik Technologies\NetChk\DataFiles
      • 8.x on Windows XP or 2003: C:\Documents and Settings\All Users\Application Data\Shavlik Technologies\NetChk\DataFiles
      • 9.x on Vista, 2008, & Windows 7: C:\ProgramData\LANDesk\Shavlik Protect\Console\DataFiles
      • 9.x on Windows XP or 2003: C:Documents and SettingsAll UsersApplication Data\LANDesk\Shavlik Protect\Console\DataFiles

     

    Note: The Protect console requires both the .CAB and the files archived within the .CAB files for Protect to function correctly. The PowerShell script downloads the .CAB files, places the files in the output directory, and extract the files to the output directory. You need to manually extract the .CAB files using an archiving tool like 7-Zip if you choose to manually download the .CAB files.

     

    Update files for VMware vCenter Protect 8.0:


    http://xml.shavlik.com/data/pd5.xml
    http://xml.shavlik.com/data/ai_dpd.xml
    http://xml.shavlik.com/data/assetinventory.xml
    http://xml.shavlik.com/data/iadata.xml
    http://xml.shavlik.com/data/protect/v8/80/Protect/4027/7z.dll
    http://xml.shavlik.com/data/hf7b.xml
    http://xml.shavlik.com/data/qchain.cab
    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/ST.Licensing.Data.cab
    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/DplyEvts.cab
    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/STPlatformUpdater.cab
    http://xml.shavlik.com/data/iadata.cab
    http://xml.shavlik.com/data/protect/v8/80/Protect/4027/7z.cab
    http://xml.shavlik.com/data/hf7b.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/67/cl5.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/SafeReboot.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/SafeReboot64.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STSchedEx.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STRemoteCommand.cab
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STScheduleView.cab
    http://xml.shavlik.com/data/pd5.cab
    http://xml.shavlik.com/data/ai_dpd.cab
    http://xml.shavlik.com/data/assetinventory.cab
    http://download.microsoft.com/download/9/0/4/9041a8e1-2750-4421-8106-9213a3cc2d21/offinst.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/67/cl5.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/SafeReboot.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/SafeReboot64.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STSchedEx.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STRemoteCommand.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/STScheduleView.exe

    http://xml.shavlik.com/data/qchain.exe
    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/STPlatformUpdater.exe
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/AgentInstaller.msi
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/AssetInstaller.msi
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/PatchInstaller.msi
    http://xml.shavlik.com/data/protect/v8/80/protect/4027/ThreatInstaller.msi

    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/ST.Licensing.Data.dll
    http://xml.shavlik.com/data/Protect/v8/80/Protect/4027/DplyEvts.dll
    http://xml.shavlik.com/data/scriptcatalog.zip

     

     

     

    Update files for Shavlik Protect 9.0:

     

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STPlatformUpdater.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/AssetInstaller.msi

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/PatchInstaller.msi

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/ThreatInstaller.msi

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/cl5.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/ST.Licensing.Data.dll

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/DplyEvts.dll

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/7z.dll

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/SafeReboot.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/SafeReboot64.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STSchedEx.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STRemoteCommand.exe

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STScheduleView.exe

    http://xml.shavlik.com/data/hf7b.xml

    http://xml.shavlik.com/data/pd5.xml

    http://xml.shavlik.com/data/iadata.xml

    http://xml.shavlik.com/data/ai_dpd.xml

    http://xml.shavlik.com/data/scriptcatalog.zip

    http://xml.shavlik.com/data/hypervisors.cab

    http://xml.shavlik.com/data/assetinventory.xml

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STPlatformUpdater.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/cl5.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/ST.Licensing.Data.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/DplyEvts.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/7z.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/SafeReboot.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/SafeReboot64.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STSchedEx.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STRemoteCommand.cab

    http://xml.shavlik.com/data/Protect/v9/90/Protect/1182/STScheduleView.cab

    http://xml.shavlik.com/data/hf7b.cab

    http://xml.shavlik.com/data/pd5.cab

    http://xml.shavlik.com/data/iadata.cab

    http://xml.shavlik.com/data/ai_dpd.cab

    http://xml.shavlik.com/data/hypervisors.cab

    http://xml.shavlik.com/data/assetinventory.cab

    http://xml.shavlik.com/data/Protect/v9/90/manifest/protect.manifest.cab

     

     

    Additional Information

    Shavlik Protect and VMware vCenter Protect consoles that have no internet connectivity, but that still try to download updates automatically can experience other issues. Shavlik recommends setting consoles with no internet connectivity to Disconnected Mode. To enable Disconnected Mode from the console application:

    Version 8.x: Go to Tools and select Run Disconnected.

    Version 9.x: Go to Tools and deselect Auto-Update Definitions.

    Update History

    11/1/2011 - Updated article for VMware vCenter Protect 8.0.x 

    7/16/2013 - Updated article for Shavlik Protect 9.0.x

    Products

     

    Shavlik Protect 9.x

    VMware vCenter Protect 8.x

    Deployed patches appear as missing in Protect

    $
    0
    0

    Symptoms

     

    Deployed patches show as missing in Protect.

     

    Cause

     

    This issue occurs when Protect cannot locate the patch you installed. It is possible that the patch is delivered to the remote system, but is never executed. This may  happen if the scheduler does not start the deployment.

     

    Resolution

     

    Before you begin, ensure your system is rebooted after the patch is installed. Patches that require a reboot after am installation are not fully installed until a reboot takes place and they will appear as missing.

    Do not rescan before deployment is complete, or patches may show as missing.

    After the system has been rebooted, perform another scan.

     

    To determine whether the batch file or patch is executed, go to C:\Windows\ProPatches\Install folder on the target machine. Look for an associated .BAT or .HIS file with a similar time-stamp. The .BAT file is renamed with a .HIS file after deployment is complete. The presence of the .BAT files indicates patches have not yet been executed, or finished executing. To manually test this on the target machine, launch the patch file manually and follow the prompts. Note errors that are displayed during the installation process and inform Technical Support accordingly - screenshots may be useful.

     

    If the rescan scan does not result in showing the patch as installed, it is possible you are experiencing a different issue. To further examine your case, contact support (http://www.shavlik.com/support/contact/). You should have the following information ready before contacting Shavlik Technical Support:

     

    • What is the product name and version build number you are experiencing issues with?  
    • The Operating System of the console machine.
    • The Operating System of the target machine.
    • The number of the patch that continues to show as missing.
    • Are you using a custom Patch Scan Template?
    • Are you using a custom Deployment Template?
    • Did you allow a reboot before scanning the machine again?
    • What are the exact steps required to reproduce this issue?

     

    Gathering logs for support: Reproduce the issue and generate logs based on the steps in this document: http://community.shavlik.com/docs/DOC-22921

     

    Note: Include the exact steps required to reproduce this issue. Include applicable screenshots. Zip up all of the images and logs from the specified folders.

    Products

    Shavlik Protect 9.x

    vCenter Protect 8.x


    Shavlik Protect agentless service pack deployment guidelines

    $
    0
    0

    Symptoms

     

    • Service pack did not deploy when attempting to deploy multiple service packs together. 
    • Service pack did not deploy when attempting to deploy a service pack and patches together.

     

    Purpose

    The article explains the difference between deploying a service pack versus deploying a patch from Shavlik Protect.

    *Note: This document does not apply when using agents for service pack deployment in Protect.

     

     

    Cause

    A service pack fails to deploy if more than one service pack is chosen or if a service pack and patch are chosen together during setup.


    Resolution

    Service pack deployments are handled differently than patch deployments. Since Microsoft recommends that a service pack be applied before all patches,  Protect does not allow you to deploy service packs and patches in the same deployment. When you select Deploy> All Missing Patches, you deploy all missing patches. No  service packs are included with this operation.

     

    Deploying a Service Pack to a Single Machine

    To deploy the latest service pack to a single machine:

    1. In the top pane, select a machine. 
    2. In the middle pane, right-click the desired service pack and choose Deploy> Service Pack> Latest Service Pack.

     

    In general, deploying the latest service pack automatically includes any previous service packs. Sometimes, however, a previous service pack is a prerequisite for a later service pack. In this case, the program only lets you deploy the prerequisite service pack.

     

    To deploy the selected service pack (regardless of whether it is the latest version), select Deploy> Service Pack> Selected Service Pack.

    You can deploy a specific service pack (such as SP1 or SP2). This may be necessary if your organization has not approved the latest service pack or if the latest service pack is not inclusive (does not include previous service packs).

     

     

    Products

    Shavlik  Protect 9.x

    vCenter Protect 8.x

    Deciphering Shavlik Protect Deployment Tracker status messages

    $
    0
    0

    Purpose

     

    This article provides information about the Shavlik Protect Tracker statuses.

     

    Resolution

     

    You can verify the deployment status by going to View> Deployment Tracker or by pressing the F9 key in the Shavlik NetChk Protect GUI.

     

     

    This table lists possible statuses and their descriptions:

     

    StatusDescription
    No statusInitial value set when the tracker record is created
    FailedDeployment failed for one of these reasons:   
    • Not enough deployment seats 
    • Not licensed to deploy this patch  
    • Patch file is not signed 
    • Patch file could not be found 
    • Uninstall and the uninstall file is not specified in the XML 
    • Uninstall but we were able to locate the uninstall file on the target machine 
    • Copy file to the target machine failed 
    • Almost anything else that went wrong during deployment (For example, bad credentials or could not schedule)

    The message includes the reason.

    Copied to machineFiles and data have been copied to the target machine.
    ScheduledDeployment has been scheduled on the target machine.
    ExecutingThe patch file is executing.
    ExecutedPatch has executed and the deployment template specified no reboot.
    Executed (pending reboot)Patch has executed, and a reboot of the target machine is pending. This status is set after executing the patch file if the deployment template specifies/allows reboot.   Always reboot the target after running a patch uninstall.
    Reboot may be required / Installation failedRescan completed and found the specified patch is missing.
    Successfully installedRescan completed and found the specified patch is not missing.
    Unable to verifyCould not perform the rescan (that is, failed to connect to target machine) or the patch InstallState attribute is present but not missing or installed in the rescan results.
    CanceledDeployment was cancelled.
    Install complete. Not verifiedThis status is no longer used.
    Awaiting rescanRescanning the target machine. This status is set immediately prior to sending the rescan request to the scan engine.
    Successfully installedRescan did not report on the patch. It is neither missing nor installed, so tracker infers that the patch was successfully installed. This happens for patches that actually install newer versions of the product. Since the old product is no longer present on the target, the patch for the old product appears neither as missing nor as installed.

    Additional Information

    You can find more information about the Deployment Tracker within Protect under Help> Contents> Agentless Patch Management Tasks> Using Deployment Tracker> About Deployment Tracker.

     

    Products

    Shavlik Protect 9.x

    vCenter Protect 8.x

    Windows Update service is required to install patches on Windows Vista and later Windows operating systems

    $
    0
    0

    Symptoms

     

    Microsoft patches fail to deploy on the following operating systems: 

    -Windows Vista

    -Windows 2008

    -Windows 7

    -Windows 2008R2

    -Windows 8

    -Windows Server 2012

     

    When attempting to manually run a patch file copied to a target machine in C:\Windows\Propatches\Patches you receive an error that the Windows Update service was not able to start or is not started.

     

    Resolution

    The Windows Update service must not be set to 'Disabled'. It does not explicitly need to be started, but it must be enabled - it can be set to 'Manual', 'Automatic-Delayed Start', or 'Automatic'.

    Windows Vista/2008 changed patching behavior. Windows Vista and later patches are of a file type .MSU and this file type requires the Windows Update Service to be enabled to execute. The Windows update application is not required, but the standalone service handles extraction and execution of MSU patches and must remain enabled. For more details regarding this change go to  http://support.microsoft.com/kb/934307/en-us

    Windows update can be disabled as long as the Windows Update Service remains enabled. You can configure this using GPOE under Computer Configuration\Administrator Templates\Windows Components\Windows Update.

    Products

     

    Shavlik Protect 9.x

    vCenter Protect 8.x

    Resolving database upgrade timeout failures for Shavlik Protect

    $
    0
    0

    Some customers with a large number of previous scan results and/or a slow or heavily loaded SQL server may experience a failure when upgrading their Protect database from one version to another.

     

    Symptoms may include a message such as "database conversion error" or "database connection timeout".

     

    There are two suggested steps to work around this issue:

     

    1) The SQL transaction log may be significantly larger than necessary.  Using SQL Server Management Studio, verify that the transaction log for your database is set to grow or has a max size setting that is large enough (we have seen 4GB databases require 12GB for logs).  Do a FULL back up of the transaction log to force its truncation.  This is a good practice to verify that enough free disk space is available to perform the upgrade process.

     

    It may help to review this document as well: http://community.shavlik.com/docs/DOC-2187

     

    2) The database upgrade function may be timing out on a single command.  The default command timeout is 30 minutes.  This timeout is implemented to provide feedback in case the command is not responsive or hangs.  However, in some environments altering tables with large amounts of data may require more than 30 minutes to complete. 

     

    If the upgrade failure was related to a timeout, this timeout value can be by running the installer with an extra parameter from commandline as follows:

     

    For instance: Shavlik Protect 9.0:  "ShavlikProtectPatch_9.0.1182.exe"  /wi:"DBCOMMANDTIMEOUT=10800"

     

    Note: The value is in seconds (10800 equals 3 hours)

     

    APPLIES TO:
    Shavlik Protect 9.x

    vCenter Protect 8.x

    Troubleshooting issues when adding machines via Machine Group > Organization Unit > Browse Active Directory

    $
    0
    0

    ISSUE / SYMPTOMS

     

    When attempting to add machines to a machine group in Protect via the Organizational Unit tab when clicking 'Browse Active Directory' you experience any of the followng:

     

    -You see the message "The list of servers for this workgroup are currently unavailable".

    -The OU list is missing machines that you expect to show up.

     

     

    RESOLUTION

     

    Here are troubleshooting steps that should help:

     

    1) Check that the "Browse Credentials" are set correctly and have access to active directory.

     

     

    2) Make sure NetBIOS is enabled.

    - Go into Computer Management > Device Manager.

    - Click View > Show hidden devices.

    - Under Non-Plug and Play Drivers locate NETBT.

    - Right click on NETBT and go to Properties.

    - Ensure the General tab lists this device as working properly.

    - Ensure the Driver tab lists this device with a current status of Started.

     

     

    3) On your Protect console system, open command prompt, and run NBTSTAT -R

    This command purges the contents of the NetBIOS name cache and then reloads the #PRE-tagged entries from the Lmhosts file. The #Pre section is where domain controllers may be listed.  For more information on nbtstat commands see this Microsoft Technet article: http://technet.microsoft.com/en-us/library/bb490938.aspx

     

     

    4) If you are having problems enumerating Organizational Units across domains, ensure that the Protect console has access to a DNS server that provides lookups to all involved domains.

     

    You can edit the host file (C:\WINDOWS\system32\drivers\etc)

    Add an entry for:

    [Net Bios Name of Domain Controller] [IP Address]

    or

    [DomainName] [IP Address of primary DC]

     

     

    5) Enable the Computer Browser service. The computer browser service is disabled by default on Server 2008 R2, but it should start without error.

     

    See this document: http://community.shavlik.com/docs/DOC-22966

     

    -Is there an error in the event log? This can help narrow down what is going wrong.

     

    -The computer browser service will automatically stop if your registry settings are not configured to maintain the browse list. To verify your settings do the following:

     

    -Go to Start> Run

    -Type regedit

    -Press enter

    -Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters

    -The MaintainServerList value should be set to Yes or Auto. If this Value is No then the computer browser service will not start.

     

     

    6) Check to make sure netbios ports are open. (139 & 445)

     

     

    7) A couple other things that may help troubleshoot:

     

    -Check if the "Browse Network" button in the Machine Group configuration dialog on the Machine Name tab functions as expected.

     

    -Make sure you can browse your network (Network Places) using Windows Explorer.

     

     

    APPLIES TO

     

    Shavlik Protect 9.x

    vCenter Protect 8.x

    Shavlik SCUPdates Supported Products list

    $
    0
    0

    Updated: 8/23/2013

     

    7zip
    Q7ZIP920 - 7-Zip 9.20
    Q7ZIP920 - 7-Zip 9.20 x64

     

    Adobe Acrobat 8
    QAA0831 - Adobe Acrobat 8.3.1
    QAA0811 - Adobe Acrobat 8.1.1
    QAA0812 - Adobe Acrobat 8.1.2
    QAA0813 - Adobe Acrobat 8.1.3
    QAA0814 - Adobe Acrobat 8.1.4
    QAA0815 - Adobe Acrobat 8.1.5
    QAA0816 - Adobe Acrobat 8.1.6
    QAA0817 - Adobe Acrobat 8.1.7
    QAA0820 - Adobe Acrobat 8.2.0
    QAA0822 - Adobe Acrobat 8.2.2
    QAA0823 - Adobe Acrobat 8.2.3
    QAA0825 - Adobe Acrobat 8.2.5
    QAA0826 - Adobe Acrobat 8.2.6
    QAA0830 - Adobe Acrobat 8.3

     

    Adobe Acrobat 9

    QAA0955 - Adobe Acrobat 9.5.5

    QAA0954 - Adobe Acrobat 9.5.4

    QAA0953 - Adobe Acrobat 9.5.3
    QAA0952 - Adobe Acrobat 9.5.2
    QAA0951 - Adobe Acrobat 9.5.1
    QAA0950 - Adobe Acrobat 9.5.0
    QAA0947 - Adobe Acrobat 9.4.7
    QAA0946 - Adobe Acrobat 9.4.6
    QAA0945 - Adobe Acrobat 9.4.5
    QAA0944 - Adobe Acrobat 9.4.4
    QAA0943 - Adobe Acrobat 9.4.3
    QAA0942 - Adobe Acrobat 9.4.2
    QAA0941 - Adobe Acrobat 9.4.1
    QAA0940 - Adobe Acrobat 9.4.0
    QAA0934 - Adobe Acrobat 9.3.4
    QAA0933 - Adobe Acrobat 9.3.3

     

    Adobe Acrobat X

    QAA1017 - Adobe Acrobat X (10.1.7)

    QAA1016 - Adobe Acrobat X (10.1.6)

    QAA1015 - Adobe Acrobat X (10.1.5)
    QAA1014 - Adobe Acrobat X (10.1.4)
    QAA1013 - Adobe Acrobat X (10.1.3)
    QAA1012 - Adobe Acrobat X (10.1.2)
    QAA1011 - Adobe Acrobat X (10.1.1)
    QAA1010 - Adobe Acrobat X (10.1)
    QAA1003 - Adobe Acrobat X (10.0.3)
    QAA1002 - Adobe Acrobat X (10.0.2)
    QAA1001 - Adobe Acrobat X (10.0.1)

     

    Adobe Acrobat XI

    QAA1103 - Adobe Acrobat XI (11.0.3)

    QAA1102 - Adobe Acrobat XI (11.0.2)

    QAA1101 - Adobe Acrobat XI (11.0.1)

     

    Adobe Air

    QAIR380870 - Adobe Air 3.8.0.870

    QAIR3702090 - Adobe Air 3.7.0.2090

    QAIR3701860 - Adobe Air 3.7.0.1860

    QAIR3701530 - Adobe Air 3.7.0.1530

    QAIR3606090 - Adobe Air 3.6.0.6090

    QAIR3605970 - Adobe Air 3.6.0.5970

    QAIR3501060 - Adobe Air 3.5.0.1060
    QAIR350880 - Adobe Air 3.5.0.880
    QAIR350600 - Adobe Air 3.5.0.600
    QAIR3402710 - Adobe Air 3.4.0.2710
    QAIR3402540 - Adobe Air 3.4.0.2540
    QAIR3303670 - Adobe Air 3.3.0.3670
    QAIR330 - Adobe Air 3.3.0.3650
    QAIR320 - Adobe Air 3.2.0.2070
    QAIR310 - Adobe Air 3.1.0.4880
    QAIR300 - Adobe Air 3.0.0.4080
    QAIR271 - Adobe Air 2.7.1.19610
    QAIR27019530 - Adobe Air 2.7.0.19530
    QAIR270 - Adobe Air 2.7.0.19480
    QAIR26019140 - Adobe Air 2.6.0.19140
    QAIR260 - Adobe Air 2.6.0.19120
    QAIR250 - Adobe Air 2.5.1.17730

     

    Adobe Digital Editions
    QADE172 - Adobe Digital Editions 1.7.2

     

    Adobe Flash Player 11

    QFM11880094 - Adobe Flash Player 11.8.800.94 for Firefox

    QAF11880094 - Adobe Flash Player 11.8.800.94 for Internet Explorer

    QFM117700224 - Adobe Flash Player 11.7.700.224 for Firefox

    QAF117700224 - Adobe Flash Player 11.7.700.224 for Internet Explorer

    QFM117700202 - Adobe Flash Player 11.7.700.202 for Firefox
    QAF117700202 - Adobe Flash Player 11.7.700.202 for Internet Explorer

    QFM117700169 - Adobe Flash Player 11.7.700.169 for Firefox
    QAF117700169 - Adobe Flash Player 11.7.700.169 for Internet Explorer

    QFM116602180 - Adobe Flash Player 11.6.602.180 for Firefox
    QAF116602180 - Adobe Flash Player 11.6.602.180 for Internet Explorer

    QFM116602171 - Adobe Flash Player 11.6.602.171 for Firefox
    QAF116602171 - Adobe Flash Player 11.6.602.171 for Internet Explorer

    QFM116602168 - Adobe Flash Player 11.6.602.168 for Firefox

    QAF116602168 - Adobe Flash Player 11.6.602.168 for Internet Explorer

    QFM115502149 - Adobe Flash Player 11.5.502.149 for Firefox
    QAF115502149 - Adobe Flash Player 11.5.502.149 for Internet Explorer
    QFM115502146 - Adobe Flash Player 11.5.502.146 for Firefox
    QAF115502146 - Adobe Flash Player 11.5.502.146 for Internet Explorer
    QFM115502135 - Adobe Flash Player 11.5.502.135 for Firefox
    QAF115502135 - Adobe Flash Player 11.5.502.135 for Internet Explorer
    QFM115502110 - Adobe Flash Player 11.5.502.110 for Firefox
    QAF115502110 - Adobe Flash Player 11.5.502.110 for Internet Explorer
    QFM114402287 - Adobe Flash Player 11.4.402.287 for Firefox
    QAF114402287 - Adobe Flash Player 11.4.402.287 for Internet Explorer
    QAF114402278 - Adobe Flash Player 11.4.402.278 for Internet Explorer
    QFM114402278 - Adobe Flash Player 11.4.402.278 for Firefox
    QAF114402265 - Adobe Flash Player 11.4.402.265 for Internet Explorer
    QFM114402265 - Adobe Flash Player 11.4.402.265 for Firefox
    QAF113300271 - Adobe Flash Player 11.3.300.271 for Internet Explorer
    QFM113300271 - Adobe Flash Player 11.3.300.271 for Firefox
    QAF113300270 - Adobe Flash Player 11.3.300.270 for Internet Explorer
    QFM113300270 - Adobe Flash Player 11.3.300.270 for Firefox
    QAF113300268 - Adobe Flash Player 11.3.300.268 for Internet Explorer
    QFM113300268 - Adobe Flash Player 11.3.300.268 for Firefox
    QAF113300265 - Adobe Flash Player 11.3.300.265 for Internet Explorer
    QFM113300265 - Adobe Flash Player 11.3.300.265 for Firefox
    QAF113300262 - Adobe Flash Player 11.3.300.262 for Firefox
    QAF113300257 - Adobe Flash Player 11.3.300.257 for Internet Explorer
    QAF113300257 - Adobe Flash Player 11.3.300.257 for Firefox
    QAF112202235 - Adobe Flash Player 11.2.202.235 for Internet Explorer x86
    QAF112202235 - Adobe Flash Player 11.2.202.235 for Internet Explorer x64
    QAF112202235 - Adobe Flash Player 11.2.202.235 for Firefox x86
    QAF112202235 - Adobe Flash Player 11.2.202.235 for Firefox x64
    QAF112202233 - Adobe Flash Player 11.2.202.233 for Internet Explorer x64
    QAF112202233 - Adobe Flash Player 11.2.202.233 for Internet Explorer x86
    QAF112202233 - Adobe Flash Player 11.2.202.233 for Firefox x64
    QAF112202233 - Adobe Flash Player 11.2.202.233 for Firefox x86
    QAF112202228 - Adobe Flash Player 11.2.202.228 for Internet Explorer x86
    QAF112202228 - Adobe Flash Player 11.2.202.228 for Internet Explorer x64
    QAF112202228 - Adobe Flash Player 11.2.202.228 for Firefox x86
    QAF112202228 - Adobe Flash Player 11.2.202.228 for Firefox x64
    QAF11110263 - Adobe Flash Player 11.1.102.63 for Internet Explorer x86
    QAF11110263 - Adobe Flash Player 11.1.102.63 for Internet Explorer x64
    QAF11110263 - Adobe Flash Player 11.1.102.63 for Firefox x86
    QAF11110263 - Adobe Flash Player 11.1.102.63 for Firefox x64
    QAF11110262 - Adobe Flash Player 11.1.102.62 for Internet Explorer x86
    QAF11110262 - Adobe Flash Player 11.1.102.62 for Internet Explorer x64
    QAF11110262 - Adobe Flash Player 11.1.102.62 for Firefox x86
    QAF11110262 - Adobe Flash Player 11.1.102.62 for Firefox x64
    QAF11110255 - Adobe Flash Player 11.1.102.55 for Internet Explorer x86
    QAF11110255 - Adobe Flash Player 11.1.102.55 for Internet Explorer x64
    QAF11110255 - Adobe Flash Player 11.1.102.55 for Firefox x86
    QAF11110255 - Adobe Flash Player 11.1.102.55 for Firefox x64

     

    Adobe Flash Player 10

    QAF10318390 - Adobe Flash Player 10.3.183.90 for Firefox

    QAF10318390 - Adobe Flash Player 10.3.183.90 for Internet Explorer

    QAF10318386 - Adobe Flash Player 10.3.183.86 for Firefox
    QAF10318386 - Adobe Flash Player 10.3.183.86 for Internet Explorer

    QAF10318375 - Adobe Flash Player 10.3.183.75 for Firefox
    QAF10318375 - Adobe Flash Player 10.3.183.75 for Internet Explorer

    QAF10318368 - Adobe Flash Player 10.3.183.68 for Firefox
    QAF10318368 - Adobe Flash Player 10.3.183.68 for Internet Explorer

    QAF10318367 - Adobe Flash Player 10.3.183.67 for Firefox
    QAF10318367 - Adobe Flash Player 10.3.183.67 for Internet Explorer

    QAF10318363 - Adobe Flash Player 10.3.183.63 for Firefox

    QAF10318363 - Adobe Flash Player 10.3.183.63 for Internet Explorer

    QAF10318355 - Adobe Flash Player 10.3.183.55 for Firefox
    QAF10318355 - Adobe Flash Player 10.3.183.55 for Internet Explorer
    QAF10318350 - Adobe Flash Player 10.3.183.50 for Firefox
    QAF10318350 - Adobe Flash Player 10.3.183.50 for Internet Explorer
    QAF10318348 - Adobe Flash Player 10.3.183.48 for Firefox
    QAF10318348 - Adobe Flash Player 10.3.183.48 for Internet Explorer
    QAF10318343 - Adobe Flash Player 10.3.183.43 for Firefox
    QAF10318343 - Adobe Flash Player 10.3.183.43 for Internet Explorer
    QAF10318329 - Adobe Flash Player 10.3.183.29 for Firefox
    QAF10318329 - Adobe Flash Player 10.3.183.29 for Internet Explorer
    QAF10318325 - Adobe Flash Player 10.3.183.25 for Internet Explorer
    QAF10318325 - Adobe Flash Player 10.3.183.25 for Firefox
    QAF10318323 - Adobe Flash Player 10.3.183.23 for Internet Explorer
    QAF10318323 - Adobe Flash Player 10.3.183.23 for Firefox
    QAF10318320 - Adobe Flash Player 10.3.183.20 for Internet Explorer
    QAF10318320 - Adobe Flash Player 10.3.183.20 for Firefox
    QAF10318319 - Adobe Flash Player 10.3.183.19 for Internet Explorer
    QAF10318319 - Adobe Flash Player 10.3.183.19 for Firefox
    QAF10318318 - Adobe Flash Player 10.3.183.18 for Internet Explorer
    QAF10318318 - Adobe Flash Player 10.3.183.18 for Firefox
    QAF10318316 - Adobe Flash Player 10.3.183.16 for Internet Explorer
    QAF10318315 - Adobe Flash Player 10.3.183.15 for Internet Explorer
    QAF10318315 - Adobe Flash Player 10.3.183.15 for Firefox
    QAF10318311 - Adobe Flash Player 10.3.183.11 for Internet Explorer
    QAF10318311 - Adobe Flash Player 10.3.183.11 for Firefox
    QAF10318310 - Adobe Flash Player 10.3.183.10 for Internet Explorer
    QAF10318310 - Adobe Flash Player 10.3.183.10 for Firefox
    QAF1031837 - Adobe Flash Player 10.3.183.7 for Internet Explorer
    QAF1031837 - Adobe Flash Player 10.3.183.7 for Firefox
    QAF1031835 - Adobe Flash Player 10.3.183.5 for Internet Explorer
    QAF1031835 - Adobe Flash Player 10.3.183.5 for Firefox
    QAF10318134 - Adobe Flash Player 10.3.181.34 for Internet Explorer
    QAF10318134 - Adobe Flash Player 10.3.181.34 for Firefox
    QAF10318126 - Adobe Flash Player 10.3.181.26 for Internet Explorer
    QAF10318126 - Adobe Flash Player 10.3.181.26 for Firefox
    QAF10318123 - Adobe Flash Player 10.3.181.23 for Internet Explorer
    QAF10318122 - Adobe Flash Player 10.3.181.22 for Firefox
    QAF10318116 - Adobe Flash Player 10.3.181.16 for Internet Explorer
    QAF10318114 - Adobe Flash Player 10.3.181.14 for Internet Explorer
    QAF10318114 - Adobe Flash Player 10.3.181.14 for Firefox
    QAF1021591 - Adobe Flash Player 10.2.159.1 for Firefox
    QAF1021591 - Adobe Flash Player 10.2.159.1 for Internet Explorer
    QAF1021531 - Adobe Flash Player 10.2.153.1 for Firefox
    QAF1021531 - Adobe Flash Player 10.2.153.1 for Internet Explorer
    QAF10215232 - Adobe Flash Player 10.2.152.32 for Firefox
    QAF10215232 - Adobe Flash Player 10.2.152.32 for Internet Explorer
    QAF10215226 - Adobe Flash Player 10.2.152.26 for Internet Explorer
    QAF10215226 - Adobe Flash Player 10.2.152.26 for Firefox
    QAF10110264 - Adobe Flash 10.1.102.64 for Internet Explorer
    QAF10110264 - Adobe Flash 10.1.102.64 for FireFox
    QAF1085 - Adobe Flash Player 10.1.85.3 for Internet Explorer
    QAF1085 - Adobe Flash Player 10.1.85.3 for Firefox
    QAF1082 - Adobe Flash Player 10.1.82.76 for Internet Explorer
    QAF1082 - Adobe Flash Player 10.1.82.76 for Firefox
    QAF1053 - Adobe Flash Player 10.1.53.64 for Internet Explorer
    QAF1053 - Adobe Flash Player 10.1.53.64 for Firefox
    QAF1045 - Adobe Flash Player 10.0.45.2 for Internet Explorer
    QAF1045 - Adobe Flash Player 10.0.45.2 for Firefox
    QAF1042 - Adobe Flash Player 10.0.42.34 for Internet Explorer
    QAF1042 - Adobe Flash Player 10.0.42.34 for Firefox
    QAF1032 - Adobe Flash Player 10.0.32.18 for Internet Explorer
    QAF1032 - Adobe Flash Player 10.0.32.18 for Firefox

     

    Adobe Flash Player 9
    QAF9289 - Adobe Flash 9.0.289.0 for Internet Explorer
    QAF9289 - Adobe Flash 9.0.289.0 for FireFox
    QAF9283 - Adobe Flash Player 9.0.283.0 for Internet Explorer
    QAF9283 - Adobe Flash Player 9.0.283.0 for Firefox
    QAF9280 - Adobe Flash Player 9.0.280.0 for Internet Explorer
    QAF9280 - Adobe Flash Player 9.0.280.0 for Firefox
    QAF9277 - Adobe Flash Player 9.0.277.0 for Firefox
    QAF9277 - Adobe Flash Player 9.0.277.0 for Internet Explorer
    QAF9262 - Adobe Flash Player 9.0.262.0 for Internet Explorer
    QAF9262 - Adobe Flash Player 9.0.262.0 for Firefox
    QAF9260 - Adobe Flash Player 9.0.260.0 for Internet Explorer
    QAF9260 - Adobe Flash Player 9.0.260.0 for Firefox
    QAF9246 - Adobe Flash Player 9.0.246.0 for Internet Explorer
    QAF9246 - Adobe Flash Player 9.0.246.0 for Firefox

     

    Adobe Reader XI

    QAR1103 - Adobe Reader XI (11.0.3)
    QARM1103 - Adobe Reader MUI 11.0.3

    QAR1102 - Adobe Reader XI (11.0.2)

    QAR1101 - Adobe Reader XI (11.0.1)
    QARM1101 - Adobe Reader MUI 11.0.1

     

    Adobe Reader X

    QAR1017 - Adobe Reader X (10.1.7)
    QARM1017 - Adobe Reader MUI 10.1.7

    QAR1016 - Adobe Reader X (10.1.6)

    QAR1015 - Adobe Reader X (10.1.5)
    QARM1015 - Adobe Reader MUI 10.1.5
    QAR1014 - Adobe Reader X (10.1.4)
    QARM1014 - Adobe Reader MUI 10.1.4
    QAR1013 - Adobe Reader X (10.1.3)
    QARM1013 - Adobe Reader MUI 10.1.3
    QAR1012 - Adobe Reader X (10.1.2)
    QARM1012 - Adobe Reader MUI 10.1.2
    QAR1011 - Adobe Reader X (10.1.1)
    QARM1011 - Adobe Reader MUI 10.1.1
    QARM1010 - Adobe Reader MUI 10.1
    QAR1010 - Adobe Reader X (10.1)
    QAR1001 - Adobe Reader 10.0.1

     

    Adobe Reader 9

    QAR0955 - Adobe Reader 9.5.5

    QAR0954 - Adobe Reader 9.5.4

    QAR0953 - Adobe Reader 9.5.3
    QAR0952 - Adobe Reader 9.5.2
    QAR0951 - Adobe Reader 9.5.1
    QAR0950 - Adobe Reader 9.5
    QAR0947 - Adobe Reader 9.4.7
    QAR0946 - Adobe Reader 9.4.6
    QAR0945 - Adobe Reader 9.4.5
    QAR0944 - Adobe Reader 9.4.4
    QAR0943 - Adobe Reader 9.4.3
    QAR0942 - Adobe Reader 9.4.2
    QAR0941 - Adobe Reader 9.4.1
    QAR0940 - Adobe Reader 9.4
    QAR0934 - Adobe Reader 9.3.4
    QAR0933 - Adobe Reader 9.3.3
    QAR0932 - Adobe Reader 9.3.2
    QAR0920 - Adobe Reader 9.3
    QAR0910 - Adobe Reader 9.2

     

    Adobe Reader 8
    QAR0831 - Adobe Reader 8.3.1
    QAR0820 - Adobe Reader 8.2
    QAR0821 - Adobe Reader 8.2.1
    QAR0822 - Adobe Reader 8.2.2
    QAR0823 - Adobe Reader 8.2.3
    QAR0824 - Adobe Reader 8.2.4
    QAR0825 - Adobe Reader 8.2.5
    QAR0826 - Adobe Reader 8.2.6
    QAR0830 - Adobe Reader 8.3

     

    Adobe Shockwave

    QASW133 - Shockwave Player 12.0.3.133

    QASW132 - Shockwave Player 12.0.2.122

    QASW131 - Shockwave Player 12.0.0.112

    QASW130 - Shockwave Player 11.6.8.638
    QASW129 - Shockwave Player 11.6.7.637
    QASW128 - Shockwave Player 11.6.6.636
    QASW127 - Shockwave Player 11.6.5.635
    QASW126 - Shockwave Player 11.6.4.634
    QASW125 - Shockwave Player 11.6.3.633
    QASW124 - Shockwave Player 11.6.1.629
    QASW123 - Shockwave Player 11.6.0.626
    QASW122 - Shockwave Player 11.5.9.620
    QASW121 - Shockwave Player 11.5.9.615
    QASW120 - Shockwave Player 11.5.8.612
    QASW119 - Shockwave Player 11.5.7.609
    QASW118 - Shockwave Player 11.5.6.606
    QASW117 - Shockwave Player 11.5.2.602

     

    Apache Tomcat 7

    QATC7042 - Apache Tomcat 7.0.42

    QATC7041 - Apache Tomcat 7.0.41

    QATC7040 - Apache Tomcat 7.0.40

    QATC7039 - Apache Tomcat 7.0.39

    QATC7037 - Apache Tomcat 7.0.37

    QATC7035 - Apache Tomcat 7.0.35

    QATC7034 - Apache Tomcat 7.0.34
    QATC7032 - Apache Tomcat 7.0.33
    QATC7032 - Apache Tomcat 7.0.32
    QATC7030 - Apache Tomcat 7.0.30
    QATC7029 - Apache Tomcat 7.0.29
    QATC7028 - Apache Tomcat 7.0.28
    QATC7027 - Apache Tomcat 7.0.27
    QATC7026 - Apache Tomcat 7.0.26

     

    Apache Tomcat 6

    QATC6037 - Apache Tomcat 6.0.37

    QATC6036 - Apache Tomcat 6.0.36
    QATC6035 - Apache Tomcat 6.0.35

     

    Apache Tomcat 5
    QATC5535 - Apache Tomcat 5.5.36
    QATC5535 - Apache Tomcat 5.5.35

     

    Apple iTunes

    QAI1105 - iTunes 11.0.5.5 - NEW

    QAI1105 - iTunes 11.0.5.5 x64 - NEW

    QAI1104 - iTunes 11.0.4.4

    QAI1104 - iTunes 11.0.4.4 x64

    QAI1103 - iTunes 11.0.3.42

    QAI1103 - iTunes 11.0.3.42 x64

    QAI1102 - iTunes 11.0.2.26
    QAI1102 - iTunes 11.0.2.26 x64

    QAI1101 - iTunes 11.0.1.12
    QAI1101 - iTunes 11.0.1.12 x64
    QAI1100 - iTunes 11.0.0.163
    QAI1100 - iTunes 11.0.0.163 x64
    QAI1070 - iTunes 10.7.0.21
    QAI1070 - iTunes 10.7.0.21 x64
    QAI1064 - iTunes 10.6.3.25
    QAI1064 - iTunes 10.6.3.25 x64
    QAI1061 - iTunes 10.6.1.7
    QAI1061 - iTunes 10.6.1.7 x64
    QAI1053 - iTunes 10.6.0.40
    QAI1053 - iTunes 10.6.0.40 x64
    QAI1053 - iTunes 10.5.3.3
    QAI1053 - iTunes 10.5.3.3 x64
    QAI1052 - iTunes 10.5.2.11
    QAI1052 - iTunes 10.5.2.11 x64
    QAI1051 - iTunes 10.5.1.42
    QAI1051 - iTunes 10.5.1.42 x64
    QAI1050 - iTunes 10.5.0.142
    QAI1050 - iTunes 10.5.0.142 x64
    QAI1041 - iTunes 10.4.1.10
    QAI1041 - iTunes 10.4.1.10 x64
    QAI1040 - iTunes 10.4.0.80
    QAI1040 - iTunes 10.4.0.80 x64
    QAI1022 - iTunes 10.3.1.55
    QAI1022 - iTunes 10.3.1.55 x64
    QAI1022 - iTunes 10.2.2.12
    QAI1022 - iTunes 10.2.2.12 x64
    QAI1021 - iTunes 10.2.1.1
    QAI1021 - iTunes 10.2.1.1 x64
    QAI1020 - iTunes 10.2.0.34
    QAI1020 - iTunes 10.2.0.34 x64
    QAI1011 - iTunes 10.1.2.17 x64
    QAI1011 - iTunes 10.1.2.17
    QAI1010 - iTunes 10.1.0.54 x64
    QAI1010 - iTunes 10.1.0.54
    QAI1001 - iTunes 10.0.1 x64
    QAI1001 - iTunes 10.0.1
    QAI0100 - iTunes 10.0 x64
    QAI0100 - iTunes 10.0
    QAI0921 - iTunes 9.2.1 x64
    QAI0921 - iTunes 9.2.1
    QAI920 - iTunes 9.2.0 x64
    QAI920 - iTunes 9.2.0
    QAI0911 - iTunes 9.1.1 x64
    QAI0911 - iTunes 9.1.1
    QAI0910 - iTunes 9.1.0 x64
    QAI0910 - iTunes 9.1.0
    QAI0903 - iTunes 9.0.3 x64
    QAI0903 - iTunes 9.0.3
    QAI0902 - iTunes 9.0.2 x64
    QAI0902 - iTunes 9.0.2
    QAI0901 - iTunes 9.0.1 x64
    QAI0901 – iTunes 9.0.1

     

    Apple QuickTime

    QAQ7740 - QuickTime 7.7.4

    QAQ7730 - QuickTime 7.7.3
    QAQ7720 - QuickTime 7.7.2
    QAQ7710 - QuickTime 7.7.1
    QAQ7700 - QuickTime 7.7
    QAQ7690 - QuickTime 7.6.9
    QAQ7680 - QuickTime 7.6.8
    QAQ7670 - QuickTime 7.6.7
    QAQ7660 - QuickTime 7.6.6
    QAQ7650 - QuickTime 7.6.5
    QAQ7640 - QuickTime 7.6.4

     

    Apple Safari
    QSAF517 - Safari 5.1.7
    QSAF515 - Safari 5.1.5
    QSAF514 - Safari 5.1.4
    QSAF512 - Safari 5.1.2
    QSAF511 - Safari 5.1.1
    QSAF5100 - Safari 5.1
    QSAF550 - Safari 5.0.5
    QSAF540 - Safari 5.0.4
    QSAF530 - Safari 5.0.3
    QSAF520 - Safari 5.0.2
    QSAF510 - Safari 5.0.1
    QSAF500 - Safari 5.0
    QSAF406 - Safari 4.0.5
    QSAF406 - Safari 4.0.4
    QSAF403 - Safari 4.0.3
    QSAF402 - Safari 4.0.2
    QSAF400 - Safari 4.0

     

    Apple Application Support

    QAAS023 - Apple Application Support 2.3.4

    QAAS022 - Apple Application Support 2.3.3

    QAAS021 - Apple Application Support 2.3.2
    QAAS020 - Apple Application Support 2.3.0
    QAAS019 - Apple Application Support 2.2.2
    QAAS018 - Apple Application Support 2.1.9
    QAAS017 - Apple Application Support 2.1.7
    QAAS016 - Apple Application Support 2.1.6
    QAAS015 - Apple Application Support 2.1.5
    QAAS014 - Apple Application Support 2.0.1
    QAAS013 - Apple Application Support 1.5.2
    QAAS012 - Apple Application Support 1.5.1
    QAAS011 - Apple Application Support 1.5.0
    QAAS010 - Apple Application Support 1.4.1
    QAAS009 - Apple Application Support 1.4.0
    QAAS008 - Apple Application Support 1.3.2
    QAAS007 - Apple Application Support 1.3.1
    QAAS006 - Apple Application Support 1.3.0
    QAAS005 - Apple Application Support 1.2.1
    QAAS004 - Apple Application Support 1.2.0
    QAAS003 - Apple Application Support 1.1.0
    QAAS002 - Apple Application Support 1.0.1
    QAAS001 - Apple Application Support 1.0.0

     

    Audacity

    QAUD203 - Audacity 2.0.3

    QAUD202 - Audacity 2.0.2
    QAUD200 - Audacity 2.0.0
    QAUD126 - Audacity 1.2.6

     

    Citrix Presentation Server 4.5 for 2003 x64
    Q133140 - Hotfix PSE450R07W2K3X64041 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q132766 - Hotfix PSE450R07W2K3X64035 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q131466 - Hotfix PSE450R07W2K3X64018 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q131885 - Hotfix PSE450R07W2K3X64024 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q131884 - Hotfix PSE450R06W2K3X64057 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q131574 - Hotfix PSE450R07W2K3X64020 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q131495 - Hotfix PSE450R07W2K3X64019 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q130678 - Hotfix PSE450R07W2K3X64009 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q130678 - Hotfix PSE450R07W2K3X64008 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q130738 - Hotfix PSE450R06W2K3X64055 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q129380 - Hotfix PSE450R06W2K3X64047 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q129702 - Hotfix PSE450R06W2K3X64050 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q125705 - Hotfix PSE450R06W2K3X64012 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q126430 - Hotfix PSE450R05W2K3X64036 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q126466 - Hotfix PSE450R06W2K3X64021 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q127665 - Hotfix PSE450R06W2K3X64030 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64
    Q125924 - Hotfix PSE450R06W2K3X64013 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x64

     

    Citrix Presentation Server 4.5 for 2003 x86
    Q132640 - Hotfix PSE450R07W2K3040 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q133359 - Hotfix PSE450R07W2K3053 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q132765 - Hotfix PSE450R07W2K3043 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q131465 - Hotfix PSE450R07W2K3023 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q131874 - Hotfix PSE450R07W2K3027 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q131879 - Hotfix PSE450R06W2K3076 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q131573 - Hotfix PSE450R07W2K3025 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q131494 - Hotfix PSE450R07W2K3024 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q130677 - Hotfix PSE450R07W2K3011 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q130677 - Hotfix PSE450R07W2K3010 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q130737 - Hotfix PSE450R06W2K3072 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q130483 - Hotfix PSE450R07W2K3006 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q129379 - Hotfix PSE450R06W2K3064 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q129701 - Hotfix PSE450R06W2K3067 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q125534 - Hotfix PSE450R06W2K3020 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q126435 - Hotfix PSE450R05W2K3050 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q126460 - Hotfix PSE450R06W2K3030 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q125034 - Hotfix PSE450R06W2K3006 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q125150 - Hotfix PSE450R06W2K3014 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q125004 - Hotfix PSE450R06W2K3001 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86
    Q127660 - Hotfix PSE450R06W2K3042 - For Citrix Presentation Server 4.5 and XenApp 5.0 for Windows Server 2003 x86

     

    Citrix XenApp 5.0 for 2008 x64
    Q134133 - Hotfix XAE500R01W2K8X64067 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q134145 - Hotfix XAE500W2K8X64089 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q133804 - Hotfix XAE500R01W2K8X64063 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q133131 - Hotfix XAE500R01W2K8X64057 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q133139 - Hotfix XAE500R01W2K8X64058 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q132584 - Hotfix XAE500R01W2K8X64054 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q131836 - Hotfix XAE500R01W2K8X64051 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q131902 - Hotfix XAE500W2K8X64088 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q130652 - Hotfix XAE500R01W2K8X64040 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q130654 - Hotfix XAE500W2K8X64087 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129723 - Hotfix XAE500R01W2K8X64026 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q130570 - Hotfix XAE500R01W2K8X64014 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129394 - Hotfix XAE500R01W2K8X64024 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129757 - Hotfix XAE500R01W2K8X64027 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129318 - Hotfix XAE500W2K8X64084 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129366 - Hotfix XAE500R01W2K8X64022 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129137 - Hotfix XAE500R01W2K8X64019 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q129026 - Hotfix XAE500R01W2K8X64017 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q126504 - Hotfix XAE500W2K8X64068 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q127628 - Hotfix XAE500W2K8X64071 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q125419 - Hotifx XAE500W2K8X64R01 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q120139 - Hotfix XAE500W2K8X64004 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q121670 - Hotfix XAE500W2K8X64016 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q121980 - Hotfix XAE500W2K8X64021 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q124914 - Hotfix XAE500W2K8X64053 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q124445 - Hotfix XAE500W2K8X64051 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q124238 - Hotfix XAE500W2K8X64048 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q125242 - Hotfix XAE500W2K8X64057 - For Citrix XenApp 5.0 for Windows Server 2008 x64
    Q125478 - Hotfix XAE500W2K8X64061 - For Citrix XenApp 5.0 for Windows Server 2008 x64

     

    Citrix XenApp 5.0 for 2008 x86
    Q134132 - Hotfix XAE500R01W2K8070 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q134144 - Hotfix XAE500W2K8089 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q133801 - Hotfix XAE500R01W2K8066 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q133126 - Hotfix XAE500R01W2K8060 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q131835 - Hotfix XAE500R01W2K8051 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q131900 - Hotfix XAE500W2K8086 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q130651 - Hotfix XAE500R01W2K8040 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q130653 - Hotfix XAE500W2K8085 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129725 - Hotfix XAE500R01W2K8028 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q130565 - Hotfix XAE500R01W2K8038 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129393 - Hotfix XAE500R01W2K8024 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129756 - Hotfix XAE500R01W2K8029 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129317 - Hotfix XAE500W2K8083 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129365 - Hotfix XAE500R01W2K8022 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129132 - Hotfix XAE500R01W2K8019 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q129025 - Hotfix XAE500R01W2K8018 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q126499 - Hotfix XAE500W2K8066 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q127627 - Hotfix XAE500W2K8071 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q125414 - Hotfix XAE500W2K8R01 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q121661 - Hotfix XAE500W2K8017 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q124444 - Hotfix XAE500W2K8049 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q121756 - Hotfix XAE500W2K8018 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q120128 - Hotfix XAE500W2K8005 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q124237 - Hotfix XAE500W2K8046 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q124913 - Hotfix XAE500W2K8050 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q125241 - Hotfix XAE500W2K8056 - For Citrix XenApp 5.0 for Windows Server 2008 x86
    Q125477 - Hotfix XAE500W2K8058 - For Citrix XenApp 5.0 for Windows Server 2008 x86

     

    FileZilla

    QFILEZ373 - FileZilla Client 3.7.3

    QFILEZ372 - FileZilla Client 3.7.2

    QFILEZ3711 - FileZilla Client 3.7.1.1

    QFILEZ371 - FileZilla Client 3.7.1

    QFILEZ3702 - FileZilla Client 3.7.0.2

    QFILEZ3701 - FileZilla Client 3.7.0.1
    QFILEZ3700 - FileZilla Client 3.7.0

    QFILEZ3602 - FileZilla Client 3.6.0.2
    QFILEZ3601 - FileZilla Client 3.6.0.1
    QFILEZ360 - FileZilla Client 3.6.0
    QFILEZ353 - FileZilla Client 3.5.3
    QFILEZ352 - FileZilla Client 3.5.2
    QFILEZ351 - FileZilla Client 3.5.1

     

    Google Chrome

    Q290154757 - Google Chrome 29.0.1547.57 - NEW

    Q280150095 - Google Chrome 28.0.1500.95

    Q280150072 - Google Chrome 28.0.1500.72

    Q280150071 - Google Chrome 28.0.1500.71

    Q2701453116 - Google Chrome 27.0.1453.116

    Q2701453110 - Google Chrome 27.0.1453.110

    Q270145394 - Google Chrome 27.0.1453.94

    Q260141067 - Google Chrome 26.0.1410.67

    Q260141064 - Google Chrome 26.0.1410.64

    Q260141043 - Google Chrome 26.0.1410.43

    Q2501364172 - Google Chrome 25.0.1364.172

    Q2501364160 - Google Chrome 25.0.1364.160

    Q2501364152 - Google Chrome 25.0.1364.152

    Q250136497 - Google Chrome 25.0.1364.97

    Q240131271 - Google Chrome 24.0.1312.71

    Q240131260 - Google Chrome 24.0.1312.60

    Q240131257 - Google Chrome 24.0.1312.57

    Q240131256 - Google Chrome 24.0.1312.56

    Q240131252 - Google Chrome 24.0.1312.52
    Q230127195 - Google Chrome 23.0.1271.97
    Q230127195 - Google Chrome 23.0.1271.95
    Q230127191 - Google Chrome 23.0.1271.91
    Q230127164 - Google Chrome 23.0.1271.64
    Q220122996 - Google Chrome 22.0.1229.96
    Q220122994 - Google Chrome 22.0.1229.94
    Q220122992 - Google Chrome 22.0.1229.92
    Q220122979 - Google Chrome 22.0.1229.79
    Q210118089 - Google Chrome 21.0.1180.89
    Q210118083 - Google Chrome 21.0.1180.83
    Q210118079 - Google Chrome 21.0.1180.79
    Q210118077 - Google Chrome 21.0.1180.77
    Q210118075 - Google Chrome 21.0.1180.75
    Q210118060 - Google Chrome 21.0.1180.60
    Q200113257 - Google Chrome 20.0.1132.57
    Q200113247 - Google Chrome 20.0.1132.47
    Q200113243 - Google Chrome 20.0.1132.43
    Q190108456 - Google Chrome 19.0.1084.56
    Q190108452 - Google Chrome 19.0.1084.52
    Q190108446 - Google Chrome 19.0.1084.46
    Q1801025168 - Google Chrome 18.0.1025.168
    Q1801025162 - Google Chrome 18.0.1025.162
    Q1801025151 - Google Chrome 18.0.1025.151
    Q1801025142 - Google Chrome 18.0.1025.142
    Q17096379 - Google Chrome 17.0.963.83
    Q17096379 - Google Chrome 17.0.963.79
    Q17096378 - Google Chrome 17.0.963.78
    Q17096356 - Google Chrome 17.0.963.56
    Q17096346 - Google Chrome 17.0.963.46

     

    Google Chrome Frame

    Q290154757 - Google Chrome Frame 29.0.1547.57 - NEW

    Q280150095 - Google Chrome Frame 28.0.1500.95

    Q280150072 - Google Chrome Frame 28.0.1500.72

    Q280150071 - Google Chrome Frame 28.0.1500.71

    Q2701453116 - Google Chrome Frame 27.0.1453.116

    Q2701453110 - Google Chrome Frame 27.0.1453.110

    Q270145394 - Google Chrome Frame 27.0.1453.94

    Q260141067 - Google Chrome Frame 26.0.1410.67

    Q260141064 - Google Chrome Frame 26.0.1410.64

    Q260141043 - Google Chrome Frame 26.0.1410.43

    Q2501364172 - Google Chrome Frame 25.0.1364.172

    Q2501364152 - Google Chrome Frame 25.0.1364.160

    Q2501364152 - Google Chrome Frame 25.0.1364.152

    Q250136497 - Google Chrome Frame 25.0.1364.97

    Q240131271 - Google Chrome Frame 24.0.1312.71

    Q240131257 - Google Chrome Frame 24.0.1312.57

    Q240131256 - Google Chrome Frame 24.0.1312.56

    Q240131252 - Google Chrome Frame 24.0.1312.52
    Q230127195 - Google Chrome Frame 23.0.1271.97
    Q230127195 - Google Chrome Frame 23.0.1271.95
    Q230127191 - Google Chrome Frame 23.0.1271.91
    Q230127164 - Google Chrome Frame 23.0.1271.64
    Q220122996 - Google Chrome Frame 22.0.1229.96
    Q220122994 - Google Chrome Frame 22.0.1229.94
    Q220122992 - Google Chrome Frame 22.0.1229.92
    Q220122979 - Google Chrome Frame 22.0.1229.79
    Q210118089 - Google Chrome Frame 21.0.1180.89
    Q210118083 - Google Chrome Frame 21.0.1180.83
    Q210118079 - Google Chrome Frame 21.0.1180.79
    Q210118075 - Google Chrome Frame 21.0.1180.75
    Q210118060 - Google Chrome Frame 21.0.1180.60
    Q200113257 - Google Chrome Frame 20.0.1132.57
    Q200113247 - Google Chrome Frame 20.0.1132.47
    Q200113243 - Google Chrome Frame 20.0.1132.43
    Q190108456 - Google Chrome Frame 19.0.1084.56
    Q190108452 - Google Chrome Frame 19.0.1084.52
    Q190108446 - Google Chrome Frame 19.0.1084.46
    Q1801025168 - Google Chrome Frame 18.0.1025.168

     

    Google Earth

    QGE7111888 - Google Earth 7.1.1.1888

    QGE7111871 - Google Earth 7.1.1.1871

    QGE7111580 - Google Earth 7.1.1.1580

    QGE7038542 - Google Earth 7.0.3.8542

    QGE7028415 - Google Earth 7.0.2.8415
    QGE7018244 - Google Earth 7.0.1.8244
    QGE6226613 - Google Earth 6.2.2.6613
    QGE6216014 - Google Earth 6.2.1.6014

     

    HP System Management Homepage 2
    HP2115 - HP System Management Homepage 2.1.15

     

    HP System Management Homepage 6
    HP6312 - HP System Management Homepage 6.3.1
    HP6312 - HP System Management Homepage 6.3.1 x64
    HP6302 - HP System Management Homepage 6.3.0
    HP6302 - HP System Management Homepage 6.3.0 x64
    HP6227 - HP System Management Homepage 6.2.2
    HP6238 - HP System Management Homepage 6.2.3

     

    HP System Management Homepage 7

    HP7213 - HP System Management Homepage 7.2.1.3

    HP7213 - HP System Management Homepage 7.2.1.3 x64

    HP72014 - HP System Management Homepage 7.2.0.14
    HP72014 - HP System Management Homepage 7.2.0.14 x64

    HP7123 - HP System Management Homepage 7.1.2.3
    HP7123 - HP System Management Homepage 7.1.2.3 x64
    HP7111 - HP System Management Homepage 7.1.1.1 x64
    HP7111 - HP System Management Homepage 7.1.1.1
    HP70024 - HP System Management Homepage 7.0.0 x64
    HP70024 - HP System Management Homepage 7.0.0

     

    ImgBurn

    QIB2580 - ImgBurn 2.5.8.0

    QIB2570 - ImgBurn 2.5.7.0
    QIB2560 - ImgBurn 2.5.6.0
    QIB2550 - ImgBurn 2.5.5.0

     

    LibreOffice

    QLIBO410 - LibreOffice 4.1.0

    QLIBO405 - LibreOffice 4.0.5 - NEW

    QLIBO404 - LibreOffice 4.0.4

    QLIBO403 - LibreOffice 4.0.3

    QLIBO402 - LibreOffice 4.0.2

    QLIBO401 - LibreOffice 4.0.1

    QLIBO400 - LibreOffice 4.0.0

    QLIBO367 - LibreOffice 3.6.7

    QLIBO366 - LibreOffice 3.6.6

    QLIBO365 - LibreOffice 3.6.5

    QLIBO364 - LibreOffice 3.6.4
    QLIBO363 - LibreOffice 3.6.3
    QLIBO362 - LibreOffice 3.6.2
    QLIBO361 - LibreOffice 3.6.1
    QLIBO360 - LibreOffice 3.6.0
    QLIBO357 - LibreOffice 3.5.7
    QLIBO355 - LibreOffice 3.5.5
    QLIBO354 - LibreOffice 3.5.4
    QLIBO353 - LibreOffice 3.5.3
    QLIBO352 - LibreOffice 3.5.2
    QLIBO351 - LibreOffice 3.5.1
    QLIBO350 - LibreOffice 3.5.0
    QLIBO345 - LibreOffice 3.4.5
    QLIBO344 - LibreOffice 3.4.4

     

    MS_Legacy Access 2000
    Q955441 - MS08-041
    Q826292 - MS03-038

     

    MS_Legacy Excel 2000
    Q923090 - MS06-059
    Q969683 - MS09-021
    Q946979 - MS08-014
    Q918424 - MS06-037
    Q830349 - MS03-050
    Q955461 - MS08-057
    Q940596 - MS07-044
    Q959964 - MS09-009
    Q934447 - MS07-023
    Q925524 - MS07-002
    Q958435 - MS08-074
    Q951582 - MS08-043
    Q873372 - MS04-033
    Q936511 - MS07-036
    Q905757 - MS06-012

     

    MS_Legacy ISA Server 2000
    Q331065 - MS03-009
    Q323889 - MS02-027
    Q888258 - MS04-039
    Q948257 - MS08-017
    Q816458 - MS04-001
    Q331066 - MS03-012
    Q899753 - MS05-034
    Q816456 - MS03-028

     

    MS_Legacy Office 2000
    Q822035 - MS03-037
    Q923274 - MS06-062
    Q921595 - MS08-044
    Q920822 - MS06-047
    Q934526 - MS07-025
    Q929062 - MS07-015
    Q914797 - MS06-039
    Q931660 - MS08-017
    Q920906 - MS07-013
    Q944425 - MS08-013
    Q947361 - MS08-016
    Q917152 - MS06-038

     

    MS_Legacy Outlook 2000
    Q921593 - MS07-003
    Q905646 - MS06-012
    Q946986 - MS08-015
    Q892842 - MS06-003

     

    MS_Legacy PowerPoint 2000
    Q957790 - MS09-017
    Q916520 - MS06-028
    Q905555 - MS06-012
    Q923093 - MS06-058
    Q921568 - MS06-048
    Q949007 - MS08-051
    Q889167 - MS06-010

     

    MS_Legacy Publisher 2000
    Q946255 - MS08-012
    Q894540 - MS06-054
    Q950682 - MS08-027

     

    MS_Legacy Visual Studio .NET
    Q924642 - MS07-012
    Q958392 - MS08-070
    Q937057 - MS07-052
    Q933367 - MS08-017
    Q924641 - MS07-012
    Q947736 - MS08-052
    Q830348 - MS04-028

     

    MS_Legacy Microsoft VisualFoxPro 8.0
    Q971104 - MS09-062
    Q958369 - MS08-070
    Q955368 - MS08-052

     

    MS_Legacy Visual Studio .NET 2003
    Q933369 - MS08-017
    Q969172 - MS09-043
    Q947737 - MS08-052
    Q937059 - MS07-052
    Q927696 - MS07-012
    Q958393 - MS08-070
    Q937058 - MS07-052
    Q924643 - MS07-012
    Q830348 - MS04-028
    Q971089 - MS09-035
    Q971022 - MS09-062

     

    Mozilla Firefox 2
    QFF2200 - Mozilla Firefox 2.0.0.20

     

    Mozilla Firefox 3
    QFF3628 - Mozilla Firefox 3.6.28
    QFF3627 - Mozilla Firefox 3.6.27
    QFF3626 - Mozilla Firefox 3.6.26
    QFF3625 - Mozilla Firefox 3.6.25
    QFF3624 - Mozilla Firefox 3.6.24
    QFF3623 - Mozilla Firefox 3.6.23
    QFF3622 - Mozilla Firefox 3.6.22
    QFF3621 - Mozilla Firefox 3.6.21
    QFF3620 - Mozilla Firefox 3.6.20
    QFF3619 - Mozilla Firefox 3.6.19
    QFF3618 - Mozilla Firefox 3.6.18
    QFF3617 - Mozilla Firefox 3.6.17
    QFF3616 - Mozilla Firefox 3.6.16
    QFF3615 - Mozilla Firefox 3.6.15
    QFF3614 - Mozilla Firefox 3.6.14
    QFF3613 - Mozilla Firefox 3.6.13
    QFF3612 - Mozilla Firefox 3.6.12
    QFF3611 - Mozilla Firefox 3.6.11
    QFF3610 - Mozilla Firefox 3.6.10
    QFF3690 - Mozilla Firefox 3.6.9
    QFF3680 - Mozilla Firefox 3.6.8
    QFF3670 - Mozilla Firefox 3.6.7
    QFF3641 - Mozilla Firefox 3.6.6
    QFF3641 - Mozilla Firefox 3.6.4
    QFF3631 - Mozilla Firefox 3.6.3
    QFF3620 - Mozilla Firefox 3.6.2
    QFF3600 - Mozilla Firefox 3.6
    QFF3519 - Mozilla Firefox 3.5.19
    QFF3518 - Mozilla Firefox 3.5.18
    QFF3517 - Mozilla Firefox 3.5.17
    QFF3516 - Mozilla Firefox 3.5.16
    QFF3515 - Mozilla Firefox 3.5.15
    QFF3514 - Mozilla Firefox 3.5.14
    QFF3556 - Mozilla Firefox 3.5.13
    QFF3556 - Mozilla Firefox 3.5.12
    QFF3512 - Mozilla Firefox 3.5.11
    QFF3555 - Mozilla Firefox 3.5.10
    QFF3560 - Mozilla Firefox 3.5.9
    QFF3580 - Mozilla Firefox 3.5.8
    QFF3570 - Mozilla Firefox 3.5.7
    QFF3560 - Mozilla Firefox 3.5.6
    QFF3550 - Mozilla Firefox 3.5.5
    QFF3540 - Mozilla Firefox 3.5.4
    QFF3530 - Mozilla Firefox 3.5.3
    QFF3520 - Mozilla Firefox 3.5.2
    QFF3510 - Mozilla Firefox 3.5.1
    QFF3500 - Mozilla Firefox 3.5
    QFF3019 - Mozilla Firefox 3.0.19
    QFF3181 - Mozilla Firefox 3.0.18
    QFF3171 - Mozilla Firefox 3.0.17
    QFF3161 - Mozilla Firefox 3.0.16
    QFF3150 - Mozilla Firefox 3.0.15
    QFF3140 - Mozilla Firefox 3.0.14
    QFF3130 - Mozilla Firefox 3.0.13
    QFF3120 - Mozilla Firefox 3.0.12
    QFF3110 - Mozilla Firefox 3.0.11
    QFF3100 - Mozilla Firefox 3.0.10

     

    Mozilla Firefox 4
    QFF4001 - Mozilla Firefox 4.0.1

     

    Mozilla Firefox 5
    QFF5010 - Mozilla Firefox 5.0.1
    QFF5000 - Mozilla Firefox 5.0

     

    Mozilla Firefox 6
    QFF6020 - Mozilla Firefox 6.0.2
    QFF6010 - Mozilla Firefox 6.0.1
    QFF6000 - Mozilla Firefox 6.0

     

    Mozilla Firefox 7
    QFF7010 - Mozilla Firefox 7.0.1
    QFF7000 - Mozilla Firefox 7.0

     

    Mozilla Firefox 8
    QFF8010 - Mozilla Firefox 8.0.1
    QFF8000 - Mozilla Firefox 8.0

     

    Mozilla Firefox 9
    QFF9010 - Mozilla Firefox 9.0.1

     

    Mozilla Firefox 10
    QFF1002 - Mozilla Firefox 10.0.2
    QFF1000 - Mozilla Firefox 10.0

     

    Mozilla Firefox 10 ESR
    QFFE1004 - Mozilla Firefox 10.0.4 ESR

     

    Mozilla Firefox 11
    QFF1100 - Mozilla Firefox 11.0

     

    Mozilla Firefox 12
    QFF1200 - Mozilla Firefox 12.0

     

    Mozilla Firefox

    QFF2301 - Mozilla Firefox 23.0.1 - NEW

    QFF2300 - Mozilla Firefox 23.0

    QFF2200 - Mozilla Firefox 22.0

    QFF2100 - Mozilla Firefox 21.0

    QFF2001 - Mozilla Firefox 20.0.1

    QFF2000 - Mozilla Firefox 20.0

    QFF1902 - Mozilla Firefox 19.0.2

    QFF1901 - Mozilla Firefox 19.0.1

    QFF1900 - Mozilla Firefox 19

    QFF1802 - Mozilla Firefox 18.0.2

    QFF1801 - Mozilla Firefox 18.0.1

    QFF1800 - Mozilla Firefox 18

    QFFE1708 - Mozilla Firefox 17.0.8 ESR

    QFFE1707 - Mozilla Firefox 17.0.7 ESR

    QFFE1706 - Mozilla Firefox 17.0.6 ESR

    QFFE1705 - Mozilla Firefox 17.0.5 ESR

    QFFE1704 - Mozilla Firefox 17.0.4 ESR

    QFFE1703 - Mozilla Firefox 17.0.3 ESR
    QFFE1702 - Mozilla Firefox 17.0.2 ESR

    QFFE10012 - Mozilla Firefox 10.0.12 ESR
    QFF1701 - Mozilla Firefox 17.0.1
    QFF1700 - Mozilla Firefox 17.0
    QFFE10011 - Mozilla Firefox 10.0.11 ESR
    QFF1602 - Mozilla Firefox 16.0.2
    QFFE10010 - Mozilla Firefox 10.0.10 ESR
    QFFE1009 - Mozilla Firefox 10.0.9 ESR
    QFF1601 - Mozilla Firefox 16.0.1
    QFFE1008 - Mozilla Firefox 10.0.8 ESR
    QFF1600 - Mozilla Firefox 16.0
    QFF1501 - Mozilla Firefox 15.0.1
    QFF1500 - Mozilla Firefox 15.0
    QFFE1007 - Mozilla Firefox 10.0.7 ESR
    QFF1401 - Mozilla Firefox 14.0.1
    QFFE1006 - Mozilla Firefox 10.0.6 ESR
    QFF1301 - Mozilla Firefox 13.0.1
    QFF1300 - Mozilla Firefox 13.0
    QFFE1005 - Mozilla Firefox 10.0.5 ESR

     

    Mozilla SeaMonkey

    QSM122200 - Mozilla SeaMonkey 2.20

    QSM122190 - Mozilla SeaMonkey 2.19

    QSM122171 - Mozilla SeaMonkey 2.17.1

    QSM122170 - Mozilla SeaMonkey 2.17

    QSM122161 - Mozilla SeaMonkey 2.16.1

    QSM122160 - Mozilla SeaMonkey 2.16

    QSM122152 - Mozilla SeaMonkey 2.15.2

    QSM122151 - Mozilla SeaMonkey 2.15.1

    QSM122150 - Mozilla SeaMonkey 2.15

    QSM122141 - Mozilla SeaMonkey 2.14.1
    QSM122140 - Mozilla SeaMonkey 2.14
    QSM122132 - Mozilla SeaMonkey 2.13.2
    QSM122131 - Mozilla SeaMonkey 2.13.1
    QSM122130 - Mozilla SeaMonkey 2.13
    QSM122121 - Mozilla SeaMonkey 2.12.1
    QSM122120 - Mozilla SeaMonkey 2.12
    QSM122110 - Mozilla SeaMonkey 2.11
    QSM122101 - Mozilla SeaMonkey 2.10.1
    QSM122100 - Mozilla SeaMonkey 2.10
    QSM2910 - Mozilla SeaMonkey 2.9.1
    QSM2900 - Mozilla SeaMonkey 2.9
    QSM2800 - Mozilla SeaMonkey 2.8
    QSM2720 - Mozilla SeaMonkey 2.7.2
    QSM2700 - Mozilla SeaMonkey 2.7
    QSM2610 - Mozilla SeaMonkey 2.6.1
    QSM2600 - Mozilla SeaMonkey 2.6
    QSM2500 - Mozilla SeaMonkey 2.5
    QSM2410 - Mozilla SeaMonkey 2.4.1
    QSM2400 - Mozilla SeaMonkey 2.4
    QSM2330 - Mozilla SeaMonkey 2.3.3
    QSM2320 - Mozilla SeaMonkey 2.3.2
    QSM2310 - Mozilla SeaMonkey 2.3.1
    QSM2300 - Mozilla SeaMonkey 2.3
    QSM2040 - Mozilla SeaMonkey 2.0.4
    QSM2050 - Mozilla SeaMonkey 2.0.5
    QSM2060 - Mozilla SeaMonkey 2.0.6
    QSM2070 - Mozilla SeaMonkey 2.0.7
    QSM2080 - Mozilla SeaMonkey 2.0.8
    QSM2090 - Mozilla SeaMonkey 2.0.9
    QSM2010 - Mozilla SeaMonkey 2.0.10
    QSM2011 - Mozilla SeaMonkey 2.0.11
    QSM2012 - Mozilla SeaMonkey 2.0.12
    QSM2013 - Mozilla SeaMonkey 2.0.13
    QSM2014 - Mozilla SeaMonkey 2.0.14
    QSM2100 - Mozilla SeaMonkey 2.1
    QSM2200 - Mozilla SeaMonkey 2.2

     

    Mozilla Thunderbird 2
    QTB2023 - Mozilla Thunderbird 2.0.0.23
    QTB2022 - Mozilla Thunderbird 2.0.0.22
    QTB2021 - Mozilla Thunderbird 2.0.0.21

     

    Mozilla Thunderbird 3
    QTB3120 - Mozilla Thunderbird 3.1.20
    QTB3119 - Mozilla Thunderbird 3.1.19
    QTB3118 - Mozilla Thunderbird 3.1.18
    QTB3117 - Mozilla Thunderbird 3.1.17
    QTB3116 - Mozilla Thunderbird 3.1.16
    QTB3115 - Mozilla Thunderbird 3.1.15
    QTB3114 - Mozilla Thunderbird 3.1.14
    QTB3113 - Mozilla Thunderbird 3.1.13
    QTB3112 - Mozilla Thunderbird 3.1.12
    QTB3111 - Mozilla Thunderbird 3.1.11
    QTB3110A - Mozilla Thunderbird 3.1.10
    QTB3190 - Mozilla Thunderbird 3.1.9
    QTB3180 - Mozilla Thunderbird 3.1.8
    QTB3170 - Mozilla Thunderbird 3.1.7
    QTB3160 - Mozilla Thunderbird 3.1.6
    QTB3150 - Mozilla Thunderbird 3.1.5
    QTB3140 - Mozilla Thunderbird 3.1.4
    QTB3130 - Mozilla Thunderbird 3.1.3
    QTB3120 - Mozilla Thunderbird 3.1.2
    QTB3110 - Mozilla Thunderbird 3.1.1
    QTB3100 - Mozilla Thunderbird 3.1.0
    QTB3011 - Mozilla Thunderbird 3.0.11
    QTB3010 - Mozilla Thunderbird 3.0.10
    QTB3009 - Mozilla Thunderbird 3.0.9
    QTB3008 - Mozilla Thunderbird 3.0.8
    QTB3007 - Mozilla Thunderbird 3.0.7
    QTB3006 - Mozilla Thunderbird 3.0.6
    QTB3005 - Mozilla Thunderbird 3.0.5
    QTB3004 - Mozilla Thunderbird 3.0.4
    QTB3003 - Mozilla Thunderbird 3.0.3
    QTB3002 - Mozilla Thunderbird 3.0.2
    QTB3001 - Mozilla Thunderbird 3.0.1
    QTB3000 - Mozilla Thunderbird 3.0

     

    Mozilla Thunderbird 5
    QTB5000 - Mozilla Thunderbird 5.0

     

    Mozilla Thunderbird 6
    QTB6020 - Mozilla Thunderbird 6.0.2
    QTB6010 - Mozilla Thunderbird 6.0.1
    QTB6000 - Mozilla Thunderbird 6.0

     

    Mozilla Thunderbird 7
    QTB7010 - Mozilla Thunderbird 7.0.1
    QTB7000 - Mozilla Thunderbird 7.0

     

    Mozilla Thunderbird 8
    QTB8000 - Mozilla Thunderbird 8.0

     

    Mozilla Thunderbird 9
    QTB9010 - Mozilla Thunderbird 9.0.1
    QTB9000 - Mozilla Thunderbird 9.0

     

    Mozilla Thunderbird 10
    QTB1002 - Mozilla Thunderbird 10.0.2
    QTB1000 - Mozilla Thunderbird 10.0

     

    Mozilla Thunderbird 10 ESR
    QTBE1004 - Mozilla Thunderbird 10.0.4 ESR

     

    Mozilla Thunderbird 11
    QTB1101 - Mozilla Thunderbird 11.0.1
    QTB1100 - Mozilla Thunderbird 11.0

     

    Mozilla Thunderbird 12
    QTB1201 - Mozilla Thunderbird 12.0.1
    QTB1200 - Mozilla Thunderbird 12.0

     

    Mozilla Thunderbird
    QTBE10012 - Mozilla Thunderbird 10.0.12 ESR
    QTBE1701 - Mozilla Thunderbird 17.0.1 ESR
    QTB1700 - Mozilla Thunderbird 17.0
    QTBE10011 - Mozilla Thunderbird 10.0.11 ESR
    QTB1602 - Mozilla Thunderbird 16.0.2
    QTBE10010 - Mozilla Thunderbird 10.0.10 ESR
    QTBE1009 - Mozilla Thunderbird 10.0.9 ESR
    QTB1601 - Mozilla Thunderbird 16.0.1
    QTBE1008 - Mozilla Thunderbird 10.0.8 ESR
    QTB1600 - Mozilla Thunderbird 16.0
    QTB1501 - Mozilla Thunderbird 15.0.1
    QTB1500 - Mozilla Thunderbird 15.0
    QTBE1007 - Mozilla Thunderbird 10.0.7 ESR
    QTB1400 - Mozilla Thunderbird 14.0
    QTBE1006 - Mozilla Thunderbird 10.0.6 ESR
    QTB1301 - Mozilla Thunderbird 13.0.1
    QTB1300 - Mozilla Thunderbird 13.0
    QTBE1005 - Mozilla Thunderbird 10.0.5 ESR

     

    MozyHome

    QMOZYH2220313 - MozyHome 2.22.0.313

    QMOZYH2203278 - MozyHome 2.20.3.278

    QMOZYH2202276 - MozyHome 2.20.2.276

    QMOZYH2201269 - MozyHome 2.20.1.269

    QMOZYH2184250 - MozyHome 2.18.4.250

    QMOZYH2183247 - MozyHome 2.18.3.247

    QMOZYH2182244 - MozyHome 2.18.2.244

    QMOZYH2181235 - MozyHome 2.18.1.235
    QMOZYH2180227 - MozyHome 2.18.0.227
    QMOZYH2160215 - MozyHome 2.16.0.215
    QMOZYH2142199 - MozyHome 2.14.2.199
    QMOZYH2141193 - MozyHome 2.14.1.193
    QMOZYH2140183 - MozyHome 2.14.0.183
    QMOZYH2121160 - MozyHome 2.12.1.160
    QMOZYH2120144 - MozyHome 2.12.0.144
    QMOZYH210796 - MozyHome 2.10.7.96
    QMOZYH21030 - MozyHome 2.10.3.0

     

    MozyPro

    QMOZYP2220313 - MozyPro 2.22.0.313

    QMOZYP2203278 - MozyPro 2.20.3.278

    QMOZYP2202276 - MozyPro 2.20.2.276

    QMOZYP2201269 - MozyPro 2.20.1.269

    QMOZYP2184250 - MozyPro 2.18.4.250

    QMOZYP2183247 - MozyPro 2.18.3.247

    QMOZYP2182244 - MozyPro 2.18.2.244

    QMOZYP2181235 - MozyPro 2.18.1.235
    QMOZYP2180227 - MozyPro 2.18.0.227
    QMOZYP2160215 - MozyPro 2.16.0.215
    QMOZYP2142199 - MozyPro 2.14.2.199
    QMOZYP2141193 - MozyPro 2.14.1.193
    QMOZYP2140183 - MozyPro 2.14.0.183
    QMOZYP2121160 - MozyPro 2.12.1.160
    QMOZYP2120144 - MozyPro 2.12.0.144
    QMOZYP210796 - MozyPro 2.10.7.96
    QMOZYP21030 - MozyPro 2.10.3.0

     

    Notepad++

    QNPPP645 - Notepad++ 6.4.5

    QNPPP643 - Notepad++ 6.4.3

    QNPPP642 - Notepad++ 6.4.2

    QNPPP641 - Notepad++ 6.4.1

    QNPPP633 - Notepad++ 6.3.3

    QNPPP632 - Notepad++ 6.3.2

    QNPPP631 - Notepad++ 6.3.1
    QNPPP630 - Notepad++ 6.3

    QNPPP623 - Notepad++ 6.2.3
    QNPPP622 - Notepad++ 6.2.2
    QNPPP620 - Notepad++ 6.2
    QNPPP618 - Notepad++ 6.1.8
    QNPPP617 - Notepad++ 6.1.7
    QNPPP615 - Notepad++ 6.1.5
    QNPPP614 - Notepad++ 6.1.4
    QNPPP613 - Notepad++ 6.1.3
    QNPPP612 - Notepad++ 6.1.2
    QNPPP610 - Notepad++ 6.1
    QNPPP600 - Notepad++ 6.0
    QNPPP598 - Notepad++ 5.9.8
    QNPPP5962 - Notepad++ 5.9.6.2

     

    OpenOffice

    QOR400 - OpenOffice 4.0.0

    QOR341 - OpenOffice 3.4.1
    QOR340 - OpenOffice 3.4.0
    QOR330 - OpenOffice.org 3.3.0

     

    Opera

    QOP1216 - Opera 12.16

    QOP1216 - Opera 12.16 x64

    QOP1215 - Opera 12.15
    QOP1215 - Opera 12.15 x64

    QOP1214 - Opera 12.14
    QOP1214 - Opera 12.14 x64

    QOP1213 - Opera 12.13
    QOP1213 - Opera 12.13 x64
    QOP1212 - Opera 12.12
    QOP1212 - Opera 12.12 x64
    QOP1211 - Opera 12.11
    QOP1211 - Opera 12.11 x64
    QOP1210 - Opera 12.10
    QOP1210 - Opera 12.10 x64
    QOP1202 - Opera 12.02
    QOP1202 - Opera 12.02 x64
    QOP1201 - Opera 12.01
    QOP1201 - Opera 12.01 x64
    QOP1200 - Opera 12.00
    QOP1200 - Opera 12.00 x64
    QOP1164 - Opera 11.64
    QOP1162 - Opera 11.62
    QOP1161 - Opera 11.61
    QOP1160 - Opera 11.60
    QOP1152 - Opera 11.52
    QOP1151 - Opera 11.51
    QOP1150 - Opera 11.50
    QOP1111 - Opera 11.11
    QOP1110 - Opera 11.10
    QOP1101 - Opera 11.01
    QOP1100 - Opera 11.00
    QOP1063 - Opera 10.63
    QOP1062 - Opera 10.62
    QOP1061 - Opera 10.61
    QOP1060 - Opera 10.60
    QOP1054 - Opera 10.54
    QOP1053 - Opera 10.53
    QOP1052 - Opera 10.52

     

    Pidgin

    QPID217 - Pidgin 2.10.7

    QPID216 - Pidgin 2.10.6
    QPID215 - Pidgin 2.10.5
    QPID214 - Pidgin 2.10.4
    QPID213 - Pidgin 2.10.3
    QPID212 - Pidgin 2.10.2
    QPID211 - Pidgin 2.10.1
    QPID210 - Pidgin 2.10.0

     

    RealPlayer

    QRP1603 - RealPlayer 16.0.3.51 - NEW

    QRP1602 - RealPlayer 16.0.2.32

    QRP1601 - RealPlayer 16.0.1.18

    QRP1600 - RealPlayer 16.0.0.282
    QRP1506 - RealPlayer 15.0.6.14
    QRP1505 - RealPlayer 15.0.5.109
    QRP1504 - RealPlayer 15.0.4.53
    QRP1503 - RealPlayer 15.0.3.37
    QRP1502 - RealPlayer 15.0.2.72
    QRP1501 - RealPlayer 15.0.1.13
    QRP1500 - RealPlayer 15.0.0.198
    QRP1209 - RealPlayer 12.0.1.669
    QRP1208 - RealPlayer 12.0.1.666
    QRP1207 - RealPlayer 12.0.1.660
    QRP1206 - RealPlayer 12.0.1.652
    QRP1205 - RealPlayer 12.0.1.647
    QRP1204 - RealPlayer 12.0.1.633
    QRP1203 - RealPlayer 12.0.1.609
    QRP1202 - RealPlayer 12.0.0.879
    QRP1201 - RealPlayer 12.0.0.658
    QRP1200 - RealPlayer 12.0.0.343

     

    RealVNC

    QVNC505 - RealVNC 5.0.5

    QVNC504 - RealVNC 5.0.4

    QVNC503 - RealVNC 5.0.3
    QVNC502 - RealVNC 5.0.2
    QVNC501 - RealVNC 5.0.1
    RVNC001 - RealVNC 4.1.3

     

    Skype

    QSKY670102 - Skype 6.7.0.102

    QSKY660106 - Skype 6.6.0.106

    QSKY650158 - Skype 6.5.0.158

    QSKY630107 - Skype 6.3.0.107

    QSKY630105 - Skype 6.3.0.105

    QSKY620106 - Skype 6.2.0.106

    QSKY61129 - Skype 6.1.129

    QSKY60126 - Skype 6.0.126
    QSKY60120 - Skype 6.0.120
    QSKY5100116 - Skype 5.10.0.116
    QSKY5100115 - Skype 5.10.0.115
    QSKY510114 - Skype 5.10.114
    QSKY59123 - Skype 5.9.123
    QSKY59115 - Skype 5.9.115
    QSKY59114 - Skype 5.9.114
    QSKY58158 - Skype 5.8.158
    QSKY58156 - Skype 5.8.156
    QSKY58154 - Skype 5.8.154
    QSKY55124 - Skype 5.5.124
    QSKY55117 - Skype 5.5.117
    QSKY55115 - Skype 5.5.115
    QSKY55114 - Skype 5.5.114
    QSKY55113 - Skype 5.5.113
    QSKY55112 - Skype 5.5.112
    QSKY53120 - Skype 5.3.120
    QSKY53116 - Skype 5.3.116
    QSKY53111 - Skype 5.3.111
    QSKY53108 - Skype 5.3.108
    QSKY51112 - Skype 5.1.112
    QSKY51104 - Skype 5.1.104
    QSKY50156 - Skype 5.0.156
    QSKY50152 - Skype 5.0.152
    QSKY42187 - Skype 4.2.187
    QSKY42163 - Skype 4.2.169
    QSKY42163 - Skype 4.2.163
    QSKY42158 - Skype 4.2.158
    QSKY42155 - Skype 4.2.155
    QSKY42152 - Skype 4.2.152
    QSKY41179 - Skype 4.1.179
    QSKY41166 - Skype 4.1.166
    QSKY41141 - Skype 4.1.141
    QSKY41136 - Skype 4.1.136
    QSKY40227 - Skype 4.0.227
    QSKY40226 - Skype 4.0.226
    QSKY40224 - Skype 4.0.224
    QSKY40216 - Skype 4.0.216
    QSKY40215 - Skype 4.0.215
    QSKY40206 - Skype 4.0.206

     

    Sun Microsystems Java Runtime Environment 1.4
    QJAVA14 - Sun Java 1.4

     

    Sun Microsystems Java Runtime Environment 5.0
    QJAVA50r22 - Sun Java 5.0 r22 x64 – Currently Unsupported
    QJAVA50r22 - Sun Java 5.0 r22
    QJAVA50r20 - Sun Java 5.0 r20 x64 – Currently Unsupported
    QJAVA50r20 - Sun Java 5.0 r20
    QJAVA50r19 - Sun Java 5.0 r19 x64 – Currently Unsupported
    QJAVA50r19 - Sun Java 5.0 r19
    QJAVA50r18 - Sun Java 5.0 r18 x64 – Currently Unsupported
    QJAVA50r18 - Sun Java 5.0 r18

     

    Sun Microsystems Java Runtime Environment 6.0

    QJAVA60r45 - Sun Java 6.0 r45
    QJAVA60r45 - Sun Java 6.0 r45 x64

    QJAVA60r43 - Sun Java 6.0 r43
    QJAVA60r43 - Sun Java 6.0 r43 x64

    QJAVA60r41 - Sun Java 6.0 r41
    QJAVA60r41 - Sun Java 6.0 r41 x64

    QJAVA60r39 - Sun Java 6.0 r39
    QJAVA60r39 - Sun Java 6.0 r39 x64

    QJAVA60r38 - Sun Java 6.0 r38
    QJAVA60r38 - Sun Java 6.0 r38 x64
    QJAVA60r37 - Sun Java 6.0 r37
    QJAVA60r37 - Sun Java 6.0 r37 x64
    QJAVA60r35 - Sun Java 6.0 r35
    QJAVA60r35 - Sun Java 6.0 r35 x64
    QJAVA60r34 - Sun Java 6.0 r34
    QJAVA60r34 - Sun Java 6.0 r34 x64
    QJAVA60r33 - Sun Java 6.0 r33
    QJAVA60r33 - Sun Java 6.0 r33 x64
    QJAVA60r32 - Sun Java 6.0 r32
    QJAVA60r32 - Sun Java 6.0 r32 x64
    QJAVA60r31 - Sun Java 6.0 r31
    QJAVA60r31 - Sun Java 6.0 r31 x64
    QJAVA60r30 - Sun Java 6.0 r30
    QJAVA60r30 - Sun Java 6.0 r30 x64
    QJAVA60r29 - Sun Java 6.0 r29
    QJAVA60r29 - Sun Java 6.0 r29 x64
    QJAVA60r27 - Sun Java 6.0 r27
    QJAVA60r27 - Sun Java 6.0 r27 x64
    QJAVA60r26 - Sun Java 6.0 r26
    QJAVA60r26 - Sun Java 6.0 r26 x64
    QJAVA60r25 - Sun Java 6.0 r25
    QJAVA60r25 - Sun Java 6.0 r25 x64
    QJAVA60r24 - Sun Java 6.0 r24
    QJAVA60r24 - Sun Java 6.0 r24 x64
    QJAVA60r22 - Sun Java 6.0 r22 x64
    QJAVA60r22 - Sun Java 6.0 r22
    QJAVA60r21 - Sun Java 6.0 r21 x64
    QJAVA60r21 - Sun Java 6.0 r21
    QJAVA60r20 - Sun Java 6.0 r20 x64
    QJAVA60r20 - Sun Java 6.0 r20
    QJAVA60r19 - Sun Java 6.0r19 x64
    QJAVA60r19 - Sun Java 6.0r19
    QJAVA60r18 - Sun Java 6.0 r18 x64
    QJAVA60r18 - Sun Java 6.0 r18
    QJAVA60r17 - Sun Java 6.0 r17 x64
    QJAVA60r17 - Sun Java 6.0 r17
    QJAVA60r16 - Sun Java 6.0 r16 x64
    QJAVA60r16 - Sun Java 6.0 r16
    QJAVA60r15 - Sun Java 6.0 r15 x64
    QJAVA60r15 - Sun Java 6.0 r15
    QJAVA60r14 - Sun Java 6.0 r14 x64
    QJAVA60r14 - Sun Java 6.0 r14
    QJAVA60r13 - Sun Java 6.0 r13 x64
    QJAVA60r13 - Sun Java 6.0 r13

     

    JRE 7

    QJAVA7u25 - JRE 7u25

    QJAVA7u25 - JRE 7u25 x64

    QJAVA7u21 - JRE 7u21
    QJAVA7u21 - JRE 7u21 x64

    QJAVA7u17 - JRE 7u17
    QJAVA7u17 - JRE 7u17 x64

    QJAVA7u15 - JRE 7u15

    QJAVA7u15 - JRE 7u15 x64

    QJAVA7u13 - JRE 7u13

    QJAVA7u13 - JRE 7u13 x64

    QJAVA7u11 - JRE 7u11

    QJAVA7u11 - JRE 7u11 x64

    QJAVA7u10 - JRE 7u10
    QJAVA7u10 - JRE 7u10 x64
    QJAVA7u9 - JRE 7u9
    QJAVA7u9 - JRE 7u9 x64
    QJAVA7u7 - JRE 7u7
    QJAVA7u7 - JRE 7u7 x64
    QJAVA7u6 - JRE 7u6
    QJAVA7u6 - JRE 7u6 x64
    QJAVA7u5 - JRE 7u5
    QJAVA7u5 - JRE 7u5 x64
    QJAVA7u4 - JRE 7u4
    QJAVA7u4 - JRE 7u4 x64
    QJAVA7u3 - JRE 7u3
    QJAVA7u3 - JRE 7u3 x64

     

    UltraVNC
    QUVNC10962 - UltraVNC 1.0.9.6.2
    QUVNC10962 - UltraVNC 1.0.9.6.2 x64
    QUVNC10961 - UltraVNC 1.0.9.6.1
    QUVNC10961 - UltraVNC 1.0.9.6.1 x64

     

    VLC Media Player

    QVLC208 - VLC Media Player 2.0.8

    QVLC207 - VLC Media Player 2.0.7

    QVLC206 - VLC Media Player 2.0.6

    QVLC205 - VLC Media Player 2.0.5
    QVLC204 - VLC Media Player 2.0.4
    QVLC203 - VLC Media Player 2.0.3
    QVLC202 - VLC Media Player 2.0.2
    QVLC201 - VLC Media Player 2.0.1

     

    WinZip

    QWZ17510562 - WinZip 17.5.10562

    QWZ17510562 - WinZip 17.5.10562 x64

    QWZ17510480 - WinZip 17.5.10480

    QWZ17510480 - WinZip 17.5.10480 x64

    QWZ17010381 - WinZip 17.0.10381

    QWZ17010381 - WinZip 17.0.10381 x64

     

    WinZip 16
    QWZ16510096 - WinZip 16.5.10096
    QWZ16510096 - WinZip 16.5.10096 x64
    QWZ1609715 - WinZip 16.0.9715
    QWZ1609715 - WinZip 16.0.9715 x64
    QWZ1609691 - WinZip 16.0.9691
    QWZ1609691 - WinZip 16.0.9691 x64
    QWZ1609686 - WinZip 16.0.9686
    QWZ1609686 - WinZip 16.0.9686 x64
    QWZ1609715 - WinZip 16.5.10095 x64
    QWZ1609715 - WinZip 16.5.10095

     

    WinZip 15
    QWZ1559579 - WinZip 15.5.9579

     

    Wireshark

    QWSK1101 - Wireshark 1.10.1

    QWSK1101 - Wireshark 1.10.1 x64

    QWSK1100 - Wireshark 1.10.0

    QWSK1100 - Wireshark 1.10.0 x64

    QWSK189 - Wireshark 1.8.9

    QWSK189 - Wireshark 1.8.9 x64

    QWSK188 - Wireshark 1.8.8

    QWSK188 - Wireshark 1.8.8 x64

    QWSK187 - Wireshark 1.8.7

    QWSK187 - Wireshark 1.8.7 x64

    QWSK186 - Wireshark 1.8.6
    QWSK186 - Wireshark 1.8.6 x64

    QWSK185 - Wireshark 1.8.5
    QWSK185 - Wireshark 1.8.5 x64

    QWSK184 - Wireshark 1.8.4
    QWSK184 - Wireshark 1.8.4 x64
    QWSK183 - Wireshark 1.8.3
    QWSK183 - Wireshark 1.8.3 x64
    QWSK182 - Wireshark 1.8.2
    QWSK182 - Wireshark 1.8.2 x64
    QWSK181 - Wireshark 1.8.1
    QWSK181 - Wireshark 1.8.1 x64
    QWSK18 - Wireshark 1.8
    QWSK18 - Wireshark 1.8 x64
    QWSK168 - Wireshark 1.6.8 x64
    QWSK168 - Wireshark 1.6.8
    QWSK167 - Wireshark 1.6.7 x64
    QWSK167 - Wireshark 1.6.7
    QWSK166 - Wireshark 1.6.6
    QWSK166 - Wireshark 1.6.6 x64
    QWSK165 - Wireshark 1.6.5
    QWSK165 - Wireshark 1.6.5 x64
    QWSK164 - Wireshark 1.6.4
    QWSK164 - Wireshark 1.6.4 x64
    QWSK163 - Wireshark 1.6.3
    QWSK163 - Wireshark 1.6.3
    QWSK162 - Wireshark 1.6.2
    QWSK162 - Wireshark 1.6.2 x64
    QWSK161 - Wireshark 1.6.1
    QWSK161 - Wireshark 1.6.1 x64
    QWSK160 - Wireshark 1.6.0
    QWSK160 - Wireshark 1.6.0 x64
    QWSK147 - Wireshark 1.4.7
    QWSK147 - Wireshark 1.4.7 x64
    QWSK146 - Wireshark 1.4.6
    QWSK146 - Wireshark 1.4.6 x64
    QWSK144 - Wireshark 1.4.4
    QWSK144 - Wireshark 1.4.4 x64

     

    Yahoo! Messenger
    QYMSGR0192 - Yahoo! Messenger 11.5.0.192
    QYMSGR0228 - Yahoo! Messenger 11.5.0.228

     

    Zimbra Desktop

    QZMD722 - Zimbra Desktop 7.2.2

    QZMD721 - Zimbra Desktop 7.2.1
    QZMD71411299 - Zimbra Desktop 7.1.4 b11299
    QZMD714 - Zimbra Desktop 7.1.4
    QZMD712 - Zimbra Desktop 7.1.2

    Extensive Help Guide for Protect

    $
    0
    0

    On any screen you are on in Protect, if you hit F1, it will automatically give you detailed information about the screen you are on.

     

    Here is an example when you press F1 when you first open Protect.

    1.PNG

     

    Here is an example when you open Patch View and press F1.

    2.png

     

    You can also find more helpful documents at community.shavlik.com and view our online documentation here.


    Deploying a patch fails with the error: Patch does not appear to be digitally signed

    $
    0
    0

    Symptoms

     

    • Cannot deploy a patch with Shavlik Protect    
    • You see the error:

      Patch does not appear to be digitally signed

       

    Cause

     

    When deploying a patch, Protect verifies that the patch is digitally signed by Microsoft. If the signature cannot be verified, deployment fails. This functionality is a security feature in Protect.

    This issue may occur when the complete patch file fails to download and the patch does not contain a digital signature. If the patch signature cannot be validated during the patch download process, the partial patch is automatically deleted from the download center.

    If a patch download fails repeatedly, it is possible that the partially downloaded patch is cached in a proxy server or firewall between your console and the vendor download center. This issue may also occur if the partial patch is cached in the console's Internet Explorer browser cache.

     

    Resolution

    To resolve this issue:

    1. Open Internet Explorer on the console machine
    2. Click Tools> Internet Options> Temporary Internet Files.
    3. Click Delete Files.
    4. Try downloading the patch again.

     
    Note
    : By default, the patch files are located at:
     

    • v.9x on Windows Vista, 2008, Windows 7 - C:\ProgramData\LANDesk\Shavlik Protect\Console\Patches
    • v.9x on Windows XP, Windows 2003 - C:\Documents & Settings\All Users\Application Data\LANDesk\Shavlik Protect\Console\Patches
    • v.8x on Windows Vista, Windows 2008, Windows 7C:\ProgramData\Shavlik Technologies\NetChk\Patches
    • v.8x on Windows XP, Windows 2003C:\Documents & Settings\All Users\Application Data\ Shavlik Technologies\NetChk\Patches

        

    If you have changed the default directory, you can verify this by navigating within Protect under the following directory:

     

    v.9x: Tools > Operations > Downloads > Patch download directory

    v.8x: Tools > Options > Patch Downloads > Directory

    If you want to manually check if the file is digitally signed:

    1. Right-click the file and click Properties.
    2. Click the Digital Signatures tab. If the file is signed, a Digital Signature exists. If the file is not signed, you do not see the Digital Signatures tab.

    

    Products

     

    Shavlik Protect 9.x

    vCenter Protect 8.x

    Error Launching Interface - A network-related or instance-specific error occurred while establishing a connection to SQL Server.

    $
    0
    0

    Symptoms

    Launching protect gives an error indicating it cannot reach the SQL Database/Instance.
    [Window Title]
    Shavlik Protect

     

    [Main Instruction]
    The database connection could not be made. This may be caused by a temporary interruption in the database server, or the machine hosting the database could have been renamed.

     

    [Content]
    Unable to connect to SQL Server '(local)\SQLEXPRESS'.

     

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    shavlik unable to connect error.png

     

     

    Possible Cause

    The SQL Instance is not started.

    service stopped.png

     

     

    Resolution

    Start the SQL Instance.

    1. Press Windows Key + R to open a Run Box.
    2. Type in services.msc and press Ok.

    runbox.png

    1. In the Serviceswindow, locate the SQL instance, right click, choose Start.

    start.pngservice started.png

    Change Machine Credentials on Multiple Machines at Once

    $
    0
    0

    Symptoms


    In Machine View, multiple machine records are showing incorrect credentials in their Machine Properties (Right click> Machine Properties).

     

    1-right click machine record.png

     

     

     

    2-bad credentials.png

     

     

    Possible Cause

    A credential has been set previously that is no longer in use, or is outdated.

     

     

    Solution

    Change multiple machine property credentials at once/simultaneously.

    • Click View> Machines.
    • Select all machines that need the credentials changed by holding CTRLand clicking on the machine.
    • Right click one of the selected machines and choose MachineProperties.
    • In Machine Properties select 'Assign credential for the selected machines' then choose the desired credential.

     

    3-good credentials.png

    How to create, verify, and update Assigned Credentials in Protect

    $
    0
    0

    There are many different locations Credentials are listed in Protect.

     

    You can view all of your credentials are under Manage > Credentials.

    Please see here on how to define your credentials. http://community.shavlik.com/docs/DOC-23084

     

     

    Assigning New Credentials to Machines After They Have Been Scanned

    After one or more machines have been scanned and are contained in Shavlik Protect 's database of managed machines, you can use the Machine Properties dialog to assign different credentials or to remove credentials.

    There may be several reasons for providing different credentials to machines after a scan has been performed. If you have multiple administrators in your organization and each is responsible for a different domain, they will need to set their own credentials before performing an action. Or, your organization's policy may be to separate scan (assessment) duties from deployment duties, in which case different credentials are probably required.

    You can do this by going to

    View-Machines

    1. Right click on a single target or group of machines and click on Machine Properties
    2. Click the assign credentials for the selected machines
    3. Choose credentials and click Save.

     

    MachinePropertiesMultAnnotated.png

     

     

     

    Assigning Credentials to Individual Machines in a Machine Group

    To assign credentials to one or more machines in a machine group, in the bottom pane select the machines and then select Credentials > Set Admin Credentials.

    MachineGroupBottomSectionCredentials.png

    On the Assign Credentials dialog, select from the list of available credentials or click New to define new credentials.

    AssignCredentials.png

    When credentials are applied to the selected machines, the icon in the Admin Credentials column will become active ( Credentials_applied_icon75.gif ). In addition, the name of the assigned credential is displayed next to the icon.

    Assigning Credentials to All Machines in a Machine Group

    To assign credentials to all machines in a machine group, in the top pane select Credentials > Set Credentials.

    MachineGroupCreds.png

    On the Assign Credentials dialog, select from the list of available credentials or click New to define new credentials.

    AssignCredentials.png

    When credentials are assigned the icon will contain a check mark (Credentials_applied_icon75.gif). In addition, the button name will change to the name of the assigned credential.

    Assigning Credentials to Virtual Machines

    There are several different tabs that can be used to add virtual machines to a machine group. The credentials that will be used to scan and/or deploy patches to these machines depends on how the machines are defined to the group and on the current power state of each machine.

    • Hosted Virtual Machines tab: Used to add virtual machines that are hosted by a server. The credentials used to scan each machine depends on the current power state of the machine.
      • A hosted virtual machine that is offline at the time of a scan will be accessed using the server's browse credentials. Any individual credentials supplied for the machine are ignored.

    VMServerCreds.png

      • A hosted virtual machine that is online at the time of a scan will be accessed using scan credentials for that machine. See Assigning Credentials to Individual Machines in a Machine Group, above.

      VMMachineCreds.png

      • Workstation Virtual Machines tab: Used to add offline virtual machines that reside on individual workstations. You should assign individual machine credentials for each virtual machine defined using this tab. If appropriate, credentials can also be assigned at the machine group level. The credentials are used during the mounting process and provide permission for Shavlik Protect to access the virtual machine files on the workstation. See Assigning Credentials to Individual Machines in a Machine Group, above.
      • Machine Name tab, Domain Name tab, or IP Address/Range tab: Used to add virtual machines that reside on individual workstations and that are online at the time of a scan. See Assigning Credentials to Individual Machines in a Machine Group, above.

      Setting up and defining credentials in Protect

      $
      0
      0

      Defining Credentials

      The Define Credential dialog can be accessed anywhere a credential is used within the Shavlik Protect interface (for example, from a machine group, from the Credentials Manager, etc.). It is used to specify a new user name and password pair that collectively define one credential. The credential is stored with strong encryption techniques. Only the administrator that creates the credential will be able to decrypt the credential and access it from within the program. If you elect to share the credential, however, it will be made available to other administrators as well as to Shavlik Protect service components.

      Note: Credentials may be automatically defined for you during a product upgrade or when importing a machine group. Any credentials that are found during these processes are preserved and will be assigned friendly names according to their usage. The term Discovery filter is the friendly name assigned by the program to a machine group credential that it identifies during an upgrade or import process. Feel free to change the name to something that more closely reflects the usage of the credential in your organization.

      DefineCredential.png

       

      Name this credential so it can be used elsewhere

      Provide a friendly name for this credential that describes exactly where it should be used.

      User name

      Type a user name that has access to the machine(s). When specifying the user name:

      • If you need to specify a domain as part of the credentials be sure to include the domain name as part of the user name. For example, if you enter User@<Domain>, <Domain>\User, or a fully qualified user name, Shavlik Protect will use the domain account rights.
      • If you enter <Target Machine>\User, Shavlik Protect will use the target's local account rights.
      • If you do not include a domain or machine as part of the user name, the name will be qualified to the target machine (<targetmachinename>\User).
      • Microsoft Windows .alias name formats (for example: '.\username') are supported by Shavlik Protect.
      PasswordType the password for the user.
      Verify passwordRetype the password to verify you specified it correctly.
      Share this with background tasks, agents, and other featuresIf enabled, this credential will be available to all Shavlik Protect administrators and can be used to specify credentials for service components within the program. The service components within Shavlik Protect that require a shared credential include the following:

      Why is it necessary to share a credential? Credentials are encrypted, so you must share a credential so that the service components can decrypt and access it when needed.

      Example: If you select Tools > Options > Proxy and attempt to assign Service credentials, only shared credentials are available for selection. The service must have a copy of the credential in order to decrypt it.

      Note: It is recommended that you create a service account to perform these service functions rather than using a domain administrator account. See Potential Security Implications When Sharing Credentials for more information.

       

      Please see here about where you can assign or change your credentials.http://community.shavlik.com/docs/DOC-23083

      Viewing all 1352 articles
      Browse latest View live