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

How To: Schedule Automatic Definition Downloads

$
0
0

Purpose

 

The purpose of this document is to provide the necessary steps to schedule automatic definition downloads.

 

Resolution

 

1. From within the Console select Tools > Options.

 

 

2. Within the Options window, navigate to the Downloads tab and the 'Scheduled automatic downloads' pane and click the 'Add' button.

For information on the predictive patch downloads feature, please see Overview on the Predictive Patch Feature

 

 

3. The scheduler window will now allow you to select the frequency/schedule of your automatic download. When finished, click 'Save'.

Ivanti releases new XML data every Tuesday and Thursdays in most cases. To follow our definition updates, check out this document How To: Know When XML/Catalog Updates for Patch for Windows and Patch for SCCM Are Released and How to Receive Notifications

 

4. The scheduled download task will now appear within the 'Scheduled automatic downloads' pane.

 

You may alter an existing schedule by highlighting the scheduled task and selecting the 'Edit' button.

 

Affected Product(s)

Ivanti Patch for Windows 9.x

Shavlik Protect 9.x


Patch for SCCM crash when C++ 2015 x86 isn't installed

$
0
0

Purpose

 

This document will help you identify and correct a Patch for SCCM crash caused by missing prerequisite C++ x86 install.

 

This can be identified by looking in the Application event log:

Application: Microsoft.ConfigurationManagement.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.DllNotFoundException

   at ST.Engines.NativeMethods.IsDigitallySignedBy(System.String, ST.Engines.Crypto.Signers, Boolean ByRef)

   at ST.Engines.Crypto.SignatureVerifier.IsSignedBy(System.String, ST.Engines.Crypto.Signers)

   at ST.Engines.Catalog.SingleFileDownload.HandleCompletedFile(System.Object, System.ComponentModel.AsyncCompletedEventArgs)

   at ST.Engines.Catalog.SingleFileDownload.ClientDownloadFileCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)

   at System.Net.WebClient.OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs)

   at System.Net.WebClient.DownloadFileOperationCompleted(System.Object)

   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)

   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()

   at System.Threading.ThreadPoolWorkQueue.Dispatch()

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Resolution

 

Install Microsoft Software C++ 2015 Redistributable (x86) - 14.0.24215.

 

Affected Products

 

Patch for SCCM 2.3.x

Patch for SCCM 2.4.x

Ivanti Patch for Windows Servers API integration with the BeyondTrust vulnerability scanner

$
0
0

Purpose

 

The following is a sample integration script for the Ivanti Patch for Windows Servers API integration with the BeyondTrust vulnerability scanner.

 

If you use a vulnerability scanner to identify weaknesses in your network, the scanner may detect hundreds or even thousands of issues on your machines. At first this might seem a bit overwhelming, but what’s likely happening is that the vulnerability scanner is simply producing a lot of noise. The scanner is assessing for CVEs (Common Vulnerabilities and Exposures) explicitly.  In reality a software update will often include many CVEs.  A patch can also be superseded or replaced by a newer update.  What this tends to cause is the Vulnerability Assessment reflecting hundreds of vulnerabilities that can be resolved by updating just a few software titles on a system. 

 

To address this, you can use the API to:

 

  • Make calls to the vulnerability scanner
  • Extract the vulnerability list (consisting of CVEs)
  • Import those CVEs into a Ivanti Patch for Windows Servers patch group via the Patch Group API
  • Perform patch scans and deployments using that patch group
  • The patch engine will take into account any superseded patches and will identify the handful of patches that are required to bring the target system into compliance. If you rerun the vulnerability scanner after deploying the patches, the vulnerability count should be greatly reduced.

 

Overview

The API feature is meant for advanced users who have a working knowledge of PowerShell and who want to perform tasks beyond those available through the Ivanti Patch for Windows Servers user interface.


Please note:

 

  • The scripts can be downloaded from here: BeyondInsightToPatch_API.zip
    • We included 2 scripts, one that will verify the BeyondTrust certificate and another where it will not.
  • The PS script needs run from the Patch for Windows Servers console server.

 

Environment confirmation steps:

 

1. Ensure the BeyondInsight console is set up correctly

    a. Go to the Configure tab

    b. Go to the API Registration tab

    c. Make sure the current IPv4 address/range is in the Source Addresses list.

    d. Click Update

2. Edit the $Authorization variable at the top of the BeyondInsightToPatch.ps1 file to include your BeyondInsight authorization connection string as specified in the BeyondInsight API documentation.

    a. http://<yourBIhost>/eEye.RetinaCS.Server/Flex/Help/BeyondInsightAndPasswordSafeAPIUserGuide.pdf

    b. Use the example style text from the Authorization Header section of the API guide. Only include the text to the right of "Authorization="

        Example: PS-Auth key=XXXXXXXX...XXXX; runas=demo;

 

How to invoke the script - BeyondInsightToPatch.ps1

 

1. Open PowerShell

2. Run BeyondInsightToPatch.ps1 or invoke it with the following mandatory parameters:

3. BeyondInsightToPatch -BtHostOrIpAddress '127.0.0.1' -SmartRuleId 10001 -ScanTemplate 'Demo' -DeployTemplate 'Agent Standard' -PatchGroupName 'Demo' -MachineGroupName 'Demo' -ScanName 'BT-Ivanti demo' -DeployMissingPatches $False

    a. BtHostOrIpAddress should be the current IPv4 address of the console VM. I've configured BI to allow 127.0.0.1

    b. SmartRuleId should be the smart asset group defined by BeyondInsight.

         I. 1 is the system group of All Assets

        II. 2 is the system group of All Workstations.

    c. DeployMissingPatches set to $True will actually download and deploy the patches to the machines in $MachineGroupName

4. If/when you see yellow warning messages like "WARNING: Cve item was not found: CVE-YYYY-NNNN", don't worry.

    a. It means we don't have that CVE in our (Ivanti Patch for Windows Servers content)

    b. The patch for the vulnerability may be in our content, but under a different CVE. We add all CVEs for all vulnerabilities to the Patch Group.

5. Open Patch for Windows Servers and view the full results of the patch scan/deployment. You'll see the scan result by $ScanName, date, and source of API in the left navigator.

Attempting To Set Definition Download Source - "Specific Distribution Server" Is Grayed Out

$
0
0

Symptoms

 

Within Tools > Operation > Downloads you see that "Specific Distribution Server" is grayed out under Definition download source, and you do have distribution sever(s) configured in this Protect console already.

Capture.JPG

 

Cause

 

1) You do not have a Distribution Server configured, or;

2) Your Distribution Servers are set up with at least one scheduled automatic synchronization tasks.

   (Distribution Servers set up with automatic synchronization cannot be used a definition download source.)

Capture1.JPG

 

Resolution

 

1) Ensure that you have at least one Distribution Server configured within Tools > Operations > Distribution Servers.

2) Ensure that the Distribution Server you intend to use as a definition download source is not configured for any Scheduled automatic synchronization under Tools > Operations > Distribution Servers.

 

Additional Information

 

Be aware that if you are intending to use a Distribution Server (share) as a definition download source - this share must be getting new data copied into it from a separate console that has an internet connection.

 

Refer to the following documentation for more information:

Configuring consoles within an offline environment to obtain definitions & patches from a distribution server share

Help: Configuring Distribution Servers

 

Affected Product(s)

 

Shavlik Protect 9.x

Windows 10 Build Upgrade Fails with Error 2147483647

$
0
0

Purpose

 

To help identify what is blocking the upgrade of Windows 10 when deploying with Shavlik Protect 9.2.x or Ivanti Patch for Windows Servers (PWS) 9.3+

 

Symptoms

 

When you attempt to deploy a Windows 10 build upgrade using Protect/PWS, the deployment fails with error 2147483647

 

Cause

 

This may indicate something is preventing the installation of the upgrade, such as incompatible software or an application blocking the process from proceeding

 

Resolution

 

Method 1

1. Try executing the upgrade manually so that you can receive interactive prompts from the installer to identify what might be causing the issue. The example below shows the installer failing because of certain installed software being out of date, but because our process runs installers silently as the local System account, you would not see what was stopping the installation.

 

McAfee kills installer.PNG

 

 

2. In an elevated command prompt, run the command:

fltmc filters

 

You should see a list like this:

This identifies possible filters that could be blocking the ISO from mounting properly (possibly antivirus, encryption software, etc.), and you will need to temporarily disable anything that is interfering to deploy the upgrade through Protect/PWS

 

Method 2

1) Load the ISO

 

2) Open an admin command prompt

 

3) Navigate to the Drive the ISO created

 

4) Run the command "SETUP.EXE /Auto Upgrade /NoReboot /DynamicUpdate Disable /Compat ScanOnly"

Doing this will create an output that you can use to determine the cause of the failure without having to actually deploy the product manually.

 

 

Additional Information

 

See this doc for more info about deploying Windows 10 Build Upgrades with Protect/PWS:

Windows 10 Build Upgrade Deployment Support in Protect 9.2+ and Patch for Windows Server 9.3+

 

Affected Product(s)

 

Shavlik Protect 9.2.x

Ivanti Patch for Windows Servers 9.3+

ITScripts: Patch for Windows Server Standard vs Advanced ITScript Availability

$
0
0

Purpose

 

The purpose of this document is to show what scripts are available in the standard licensing versus what is available in the advanced licensing.

 

Description

 

Standard License

 

Configuration

  • Disable Adobe Flash Update
  • Disable Adobe Reader and Acrobat Updater
  • Disable Apple Auto Update
  • Disable Java Update Service
  • Disable Mozilla Firefox Updates
  • Disable Remote Desktop
  • Enable Remote Desktop
  • Set Target Machine Verbose Logging

 

Group Policy

  • Get List of Machines from Active Directory Security Group

 

Information

  • Get Date and Time
  • Get Hardware Asset Tag
  • Get Reboot Time
  • Get Registry Key Value
  • Get Remote User Accounts Last Login Times
  • Get Running Processes
  • Get Services
  • Get Shares

 

Maintenance

  • Check Disk
  • Console Clean Up
  • Remove Temp Files

 

Support -

  • Get Console & Agent Logs

 

Advanced License (Includes All Standard ITScripts Plus the Following)

 

Configuration

  • Disable USB Disk Service
  • Enable Wake-on-LAN
  • Set Power Plan

 

Information

  • Get Account Information for All Local Accounts
  • Get Available Disk Space
  • Get Dell Warranty Information
  • Get GPO Account Lockout Settings
  • Get GPO Password Policy Settings
  • Get List of Files in a Directory
  • Get Local Groups and Members
  • Get McAfee Enterprise Antivirus Engine and DATs Versions
  • Get Security Center Status
  • Get Statuses for Built-in Administrator and Guest Accounts
  • Get Symantec Antivirus Engine and Definition Versions
  • Get System Events

 

Maintenance

  • Defrag Disk Drive
  • Terminate Process

 

Network

  • Open Port Scanner

 

Support

  • Get Client Computer Group Policies

 

Additional Information

 

How to: Execute an ITScript using Ivanti Patch for Windows

Custom Action, Custom Patch, and ITScript Information and Troubleshooting

Custom ITScripts can only be imported with either an Advanced license or a specific ITScripts licensing add-on for Standard licenses

Guidelines for Creating Custom ITScripts

 

Affected Products

 

Shavlik Protect 9.2

Ivanti Patch for Windows Servers 9.3

Patching FileZilla Updates in Patch for SCCM

$
0
0

Purpose

 

The purpose of this document is to outline the issues surrounding FileZilla updates particularly related to the downloading of the patch files from the vendor.

 

Cause

 

Changes from the vendor, Filezilla, has caused downloads of the updates not from a Web browser to fail with an error 403 authentication error. From review, the cause is the lack of user token authentication as updates downloaded through Patch for SCCM are done on behalf of a user or system account, not as the actual user. Additional findings have shown the direct download links to also reroute to the main Filezilla site versus downloading the actual installer.

 

Resolution

 

The current workaround to this issue can be found in this document: Publish Manually Downloaded Products in Patch for SCCM

 

Affected Product

 

Ivanti Patch for SCCM 2.4

Publish Manually Downloaded Products in Patch for SCCM

$
0
0

Purpose

 

This will show how to patch products that cannot be downloaded by normal means in Ivanti Patch for SCCM such as UltraVNC or Audacity. Additional help documentation and information can be found here.

 

Resolution

 

Step 1: Obtain a copy of the needed update.

  • Download an appropriate copy of the patch from the vendor (if available). Always use any safe and reliable source to obtain the needed patch.
  • Ensure the downloaded file matches the Patch file name listed in SCCM

 

Step 2: Configure SCCM Local Source

  • After patch has been downloaded, enabled the Local Source feature in Ivanti Patch (if not already enabled).
  • Open the settings and navigate to the Offline Options tab to get the location of the Local Source Folder

 

  • Navigate to the folder configured for Local Source publishing and drop in the appropriate installer.

 

Step 3: Publish

  • Publishing is no different, just select the needed patch and publish as normal. After publishing is complete, SCCM will be able to deploy and detect the patch on the endpoints connected to the SCCM environment.

 

Affected Version

 

Ivanti Patch for SCCM 2.4


How To: Perform a Patch Uninstall on Multiple Systems with Ivanti Patch for Windows Servers

$
0
0

Purpose

 

The purpose of this document is to show how to perform a patch uninstall on multiple systems in Ivanti Patch for Windows

 

Description

 

Below is an example of how to set up the uninstall of one patch for multiple machines when using Shavlik Protect. This example is using agentless scan and deployment features.

 

1) Scan any systems you wish to remove a patch from.

 

Generally it's best to ensure you run a new scan so you have the most current assessment result available.

2) View the scan result.

 

You can also get to a scan result if you already have one by clicking the left drop down menu, and choose 'Results'.

 

3) In the scan result:

    1. Choose the machines you want to uninstall a patch from in the upper (Machines) pane. You can use CTRL + click or CTRL+Shift to select highlight multiple machines.

    2. In the lower pane, select any patch you wish to uninstall. Patches with an orange U and 'Yes' in the 'Uninstallable' column can be uninstalled. You can see how many machines currently have the patch installed viewing the 'Affected Machine Count' column.

    3. Right click on the highlighted patch, and choose 'Uninstall Select'.

    Note: Only one patch can be uninstalled from each system on a single deployment, and a reboot is required to complete the uninstall process.

4) You'll be prompted with the 'Deployment Configuration' window.

 

You can use an existing deployment template, or create a new one. For patch uninstall it's recommended to use a deployment template that has a post-deployment reboot enabled since the uninstall process will require a reboot to complete. You can also change the time of the deployment to take place immediately (default), scheduled at a certain date/time, or perform the uninstall at the target system's next reboot.

 

Under 'Patches to be deployed by machine' you can see a list of which machines will have the uninstall performed and whatever patch will be uninstalled from each system.

 

 

Additional Information

 

More information about uninstalling patches can be found here:

 

Help Guide - Uninstall Patches

 

Microsoft Documentation - Removing Patches

 

 

Affected Product

 

Ivanti Patch for Windows Server 9.3

How To: Gather console, patch deployment and agent logs for Ivanti Patch for Windows Servers

$
0
0

Overview

 

These instructions will help you enable All logging (verbose logging) then those collect logs and supporting information to help Support troubleshoot issues on your console and remote clients.

 

Instructions

 

Ivanti Patch for Windows Servers (PWS) 9.X Console Logging:


1. Open the Patch for Windows GUI and navigate to Tools > Options > Logging and change logging to All for both user interface and services.

     a. If you are unable to set logging via the GUI see this doc: http://community.shavlik.com/docs/DOC-22938

If you can reproduce the issue on demand, proceed to the next step.  If not, skip to step 6.

2. Close the console GUI.

3. Stop the 'Ivanti Patch for Windows Servers Console Service' service.

4. Delete the contents of C:\ProgramData\LANDesk\Shavlik Protect\Logs on your console.

     a. If troubleshooting agentless deployment or scheduling, delete the contents of C:\Windows\ProPatches\Logs on your target machine as well.

5. Start the 'Ivanti Patch for Windows Servers Console Service' service and open the Patch for Windows GUI.

6. Attempt to reproduce the issue.  Please document steps to reproduce.  Screenshots are very helpful.

7. Collect the logs from the Logs folder(s) from steps 4 (please zip).

     a. Include applicable screenshots.

     b. [Deployment issues only] On the target system, zip a copy of the entire C:\Windows\ProPatches folder and its contents (exclude the Patches sub-folder).

8. Zip everything together and attach to the case on the support portal.

If requested to do so, you can obtain the ST.FileVersions.log which contains all file versions relevant to Patch for Windows by going to Help > About Ivanti Patch for Windows Servers > Export Info.

 

Shavlik Protect - Ivanti Patch for Windows Servers Agent Logging:

 

1. You will need to set your agent's logging level to All by opening the Agent Policy assigned to the machine you are gathering logs from. The option is in the General tab.

2. If not already set, change the logging level to ‘All’ then Save and update Agents. Choose to update agents if prompted again.

     a. If Patch for Windows fails to update the agent, you will need to perform an Agent Check-in from the agent GUI on the target machine or wait for the scheduled check-in.

If you can reproduce the issue on demand, proceed to the next step.  If not, skip to step 6.

3. Remote to the agent client machine, close the agent GUI and stop the services:

     a. The services start with Ivanti or ST.

4. Delete the contents of theC:\ProgramData\LANDesk\Shavlik Protect\Logs folder on the agent client machine.

5. Start services that start with Ivanti or ST.

6. Attempt to reproduce the issue.  Please document steps to reproduce.  Screenshots are very helpful.

7. Take applicable screenshots of errors or information relevant to the issue.

     a.  Collect the logs from step 4.

     b.  Collect the screenshots.

8. Zip everything together and attach to the case on the support portal.

 

Ivanti Patch for Windows Servers Deployment Logging: (the information collected here is specific to agentless deployments)

 

 

1. Navigate to the target machine with the deployment issues.

If you can reproduce the issue on demand, delete the contents of the C:\Windows\ProPatches\ folder and continue to the next step.  If you cannot skip to step 4.

2. Stop all services that start with Ivanti or ST.

3. Attempt to reproduce the issue.  Please document steps to reproduce.  Screenshots are very helpful.

4. Delete the patches from C:\Windows\ProPatches\Patches.

5.  Zip the entire C:\Windows\ProPatches folder.

     a. Include applicable screenshots.

6. Zip everything together and attach to the case on the support portal.

 

Ivanti Patch for Windows Servers install issues:

 

 

Affected Product(s)


Ivanti Patch for Windows Servers 9.3+

URL exception list for Ivanti Patch for Windows Servers (10-11-2018)

$
0
0

Overview

 

This document provides a list of required URL addresses for Shavlik Protect and Ivanti Patch for Windows Servers to allow:

 

  • Patch executable download.
  • Patch content definition download.
  • Online license activation or license refresh.
  • Home page RSS feed.
  • Product check for update.

 

URL List

 

The following URLs may be used to download updates and must allowed through firewalls, proxies and web filters:

 

ftp://ftp.attglobal.net
ftp://mozilla.stu.edu.tw
ftp://releases.mozilla.org
http://34e34375d0b7c22eafcf-c0a4be9b34fe09958cbea1670de70e9b.r87.cf1.rackcdn.com
http://a1540.g.akamai.net
http://aimp.su
http://airdownload.adobe.com
http://app.oldfoss.com
http://app.oldfoss.com:81
http://appldnld.apple.com
http://appldnld.apple.com.edgesuite.net
http://archive.apache.org
http://ardownload.adobe.com
http://au.v4.download.windowsupdate.com
http://azure.download.pdfforge.org
http://bitbucket.org
http://cache.lumension.com
http://cache.pack.google.com
http://cache-download.real.com
http://ccmdl.adobe.com
http://cdn01.foxitsoftware.com
http://cdn02.foxitsoftware.com
http://cdn04.foxitsoftware.com
http://cdn09.foxitsoftware.com
http://cdn1.evernote.com
http://citrixreceiver491000.html
http://citrixreceiver492000.html
http://citrixreceiver493000.html
http://classicshell.net
http://content.ivanti.com
http://content.rim.com.edgesuite.net
http://d.7-zip.org
http://dist.divx.com
http://dl.google.com
http://dl2.xmind.net
http://dl3.xmind.net
http://download.accusoft.com
http://download.adobe.com
http://download.autodesk.com
http://download.betanews.com
http://download.ccleaner.com
http://download.cdburnerxp.se
http://download.documentfoundation.org
http://download.dymo.com
http://download.filezilla-project.org
http://download.gimp.org
http://download.imgburn.com
http://download.macromedia.com
http://download.microsoft.com
http://download.newaol.com
http://download.nullsoft.com
http://download.oldfoss.com
http://download.oldfoss.com:81
http://download.pdfforge.org
http://download.piriform.com
http://download.royalapplications.com
http://download.skype.com
http://download.splunk.com
http://download.teamviewer.com
http://download.techsmith.com
http://download.videolan.org
http://download.virtualbox.org
http://download.windowsupdate.com
http://download.winzip.com
http://download2.operacdn.com
http://download3.operacdn.com
http://download3.vmware.com
http://download3.xnview.com
http://download4.operacdn.com
http://download-akm.skype.com
http://downloadarchive.documentfoundation.org
http://download-origin.cdn.mozilla.net
http://downloads.hpe.com
http://downloads.pdf-xchange.com
http://downloads.sourceforge.net
http://downloadus1.teamviewer.com
http://downloadus2.teamviewer.com
http://en.community.dell.com
http://files2.zimbra.com
http://fpdownload.macromedia.com
http://ftp.adobe.com
http://ftp.gimp.org
http://ftp.opera.com
http://ftp.osuosl.org
http://g.live.com
http://get.geo.opera.com
http://get.videolan.org
http://gigenet.dl.osdn.jp
http://hotfixv4.microsoft.com
http://install.nitropdf.com
http://jaist.dl.sourceforge.net
http://javadl.oracle.com
http://javadl.sun.com
http://jsimlo.sk
http://knowledge.autodesk.com
http://localhost
http://localhostnt4w
http://mirror.clarkson.edu
http://mirror.nexcess.net
http://mirror2.layerjet.com
http://mirror6.layerjet.com
http://mirrors.syringanetworks.net
http://mozilla.stu.edu.tw
http://mozy.com
http://olive.download.pdfforge.org
http://openoffice.cs.utah.edu
http://orange.download.pdfforge.org
http://osdn.dl.osdn.jp
http://pnotepad.googlecode.com
http://prodesigntools.com
http://pspad.poradna.net
http://pumath.dl.osdn.jp
http://purple.download.pdfforge.org
http://qtinstall.info.apple.com
http://releases.mozilla.org
http://silverlight.dlservice.microsoft.com
http://software-dl.real.com
http://sourceforge.net
http://superb-dca2.dl.sourceforge.net
http://support.citrix.com
http://support.citrixonline.com
http://support1.uvnc.com
http://supportdownload.apple.com
http://swupdl.adobe.com
http://tcpdiag.dl.sourceforge.net
http://tdf.mirrors.tds.net
http://teal.download.pdfforge.org
http://tenet.dl.sourceforge.net
http://ufpr.dl.sourceforge.net
http://up.autodesk.com
http://updates-http.cdn-apple.com
http://upgrade.skype.com
http://us.download.nvidia.com
http://white.download.pdfforge.org
http://wl.dlservice.microsoft.com
http://www.7-zip.org
http://www.aimp.ru
http://www.coreftp.com
http://www.cutepdf.com
http://www.dotpdn.com
http://www.download.windowsupdate.com
http://www.filesetups.com
http://www.fosshub.com
http://www.getpaint.net
http://www.goodsync.com
http://www.jam-software.com
http://www.microsoft.com
http://www.mirrorservice.org
http://www.peazip.org
http://www.piriform.com
http://www.rarlab.com
http://www.realvnc.com
http://www.tightvnc.com
http://www.uvnc.com
http://www.uvnc.eu
http://www.wireshark.org
http://xh.yimg.com
http://xml.shavlik.com
http://zoom.us
https://2.na.dl.wireshark.org
https://airdownload.adobe.com
https://allwaysync.com
https://archive.apache.org
https://assets.cdngetgo.com
https://astuteinternet.dl.sourceforge.net
https://atlassian.jfrog.io
https://ayera.dl.sourceforge.net
https://az764295.vo.msecnd.net
https://bitbucket.org
https://cdn.gomlab.com
https://cdn1.evernote.com
https://cfhcable.dl.sourceforge.net
https://cisco.webex.com
https://clientupdates.dropboxstatic.com
https://cloud.r-project.org
https://content.ivanti.com
https://cytranet.dl.sourceforge.net
https://d11yldzmag5yn.cloudfront.net
https://d1ilhw0800yew8.cloudfront.net
https://data-cdn.mbamupdates.com
https://desktopassets.prezi.com
https://dl.bandicam.com
https://dl.google.com
https://dl.tvcdn.de
https://dl1.cdn.filezilla-project.org
https://dl3.cdn.filezilla-project.org
https://dl3.xmind.net
https://docs.microsoft.com
https://download.ccleaner.com
https://download.cdburnerxp.se
https://download.gimp.org
https://download.microsoft.com
https://download.qsrinternational.com
https://download.royalapplications.com
https://download.skype.com
https://download.splunk.com
https://download.sublimetext.com
https://download.teamviewer.com
https://download.techsmith.com
https://download.tortoisegit.org
https://download.virtualbox.org
https://download.visualstudio.microsoft.com
https://download.xnview.com
https://download1.operacdn.com
https://download3.vmware.com
https://download3.xnview.com
https://downloadmirror.intel.com
https://downloadplugins.citrix.com
https://downloads.arduino.cc
https://downloads.bluebeam.com
https://downloads.hpe.com
https://downloads.plex.tv
https://downloads.sourceforge.net
https://downloadus1.teamviewer.com
https://downloadus2.teamviewer.com
https://downloadus4.teamviewer.com
https://e3.boxcdn.net
https://endpoint920510.azureedge.net
https://files.zimbra.com
https://fpdownload.macromedia.com
https://ftp.opera.com
https://gensho.ftp.acc.umu.se
https://github.com
https://hipchat-ops.s3.amazonaws.com
https://iweb.dl.sourceforge.net
https://knowledge.autodesk.com
https://launch.getgo.com
https://master.dl.sourceforge.net
https://media.inkscape.org
https://meetings.webex.com
https://na19.salesforce.com
https://neevia.com
https://nmap.org
https://nodejs.org
https://notepad-plus-plus.org
https://packages.vmware.com
https://phoenixnap.dl.sourceforge.net
https://pilotfiber.dl.sourceforge.net
https://pkware.cachefly.net
https://s3.amazonaws.com
https://secure.logmein.com
https://secure.mozy.com
https://secure-appldnld.apple.com
https://slack-ssb-updates.global.ssl.fastly.net
https://sourceforge.net
https://storage.googleapis.com
https://superb-dca2.dl.sourceforge.net
https://superb-sea2.dl.sourceforge.net
https://support.citrix.com
https://support.microsoft.com
https://swdl.bluejeans.com
https://technet.microsoft.com
https://telerik-fiddler.s3.amazonaws.com
https://the.earth.li
https://versaweb.dl.sourceforge.net
https://vorboss.dl.sourceforge.net
https://web.mit.edu
https://welcome.webex.com
https://www.7-zip.org
https://www.citrix.com
https://www.dotpdn.com
https://www.fosshub.com
https://www.goodsync.com
https://www.hipchat.com
https://www.jam-software.com
https://www.microsoft.com
https://www.mozypro.com
https://www.piriform.com
https://www.rarlab.com
https://www.realvnc.com
https://www.scootersoftware.com
https://www.telerik.com
https://www.tightvnc.com
https://www.tracker-software.com
https://www.uvnc.eu
https://www.wireshark.org
vhttps://www.microsoft.com

 

Additional Information

 

  • To obtain the IP for vendor sites you can ping the vendor site or contact the vendor to obtain this information. We are unable to provide a list of IP addresses due to the varied dynamic IP addresses being used by the vendors. It may be easier to create an exception for an entire domain rather than entering all specific URLs, you can usually do so by entering the exception in this format:
    • *.domain.com.

 

Affected Product

 

Ivanti Patch for Windows Servers

URL exception list for Shavlik Patch For Microsoft System Center - Patch for SCCM (10-11-2018)

$
0
0

Purpose

 

This article provides a list of URLs that may be required to download catalog content and patches when using Shavlik Patch for Microsoft System Center and Ivanti Patch for SCCM.

 

Description

 

The following URLs may be used to download updates and must allowed through firewalls, proxies and web filters.

 

ftp://ftp.mozilla.org
http://34e34375d0b7c22eafcf-c0a4be9b34fe09958cbea1670de70e9b.r87.cf1.rackcdn.com
http://aimp.su
http://airdownload.adobe.com
http://app.oldfoss.com
http://appldnld.apple.com
http://ardownload.adobe.com
http://cache.lumension.com
http://cache-download.real.com
http://ccmdl.adobe.com
http://cdn01.foxitsoftware.com
http://cdn02.foxitsoftware.com
http://cdn09.foxitsoftware.com
http://cdn1.evernote.com
http://classicshell.net
http://content.ivanti.com
http://d.7-zip.org
http://dl.google.com
http://dl2.xmind.net
http://download.adobe.com
http://download.betanews.com
http://download.ccleaner.com
http://download.cdburnerxp.se
http://download.documentfoundation.org
http://download.filezilla-project.org
http://download.gimp.org
http://download.imgburn.com
http://download.macromedia.com
http://download.microsoft.com
http://download.nullsoft.com
http://download.oldfoss.com
http://download.oldfoss.com:81
http://download.pdfforge.org
http://download.piriform.com
http://download.royalapplications.com
http://download.skype.com
http://download.splunk.com
http://download.teamviewer.com
http://download.techsmith.com
http://download.videolan.org
http://download.virtualbox.org
http://download.windowsupdate.com
http://download.winzip.com
http://download2.operacdn.com
http://download3.operacdn.com
http://download3.vmware.com
http://download3.xnview.com
http://download4.operacdn.com
http://downloadarchive.documentfoundation.org
http://download-origin.cdn.mozilla.net
http://downloads.hpe.com
http://downloads.pdf-xchange.com
http://downloads.sourceforge.net
http://downloadus2.teamviewer.com
http://files2.zimbra.com
http://fpdownload.macromedia.com
http://ftp.adobe.com
http://ftp.mozilla.org
http://ftp.opera.com
http://ftp.osuosl.org
http://ftp.utexas.edu
http://get.geo.opera.com
http://gigenet.dl.osdn.jp
http://install.nitropdf.com
http://jaist.dl.sourceforge.net
http://javadl.oracle.com
http://javadl.sun.com
http://jsimlo.sk
http://mirror.clarkson.edu
http://mirror.nexcess.net
http://mirror2.layerjet.com
http://mirror6.layerjet.com
http://mirrors.syringanetworks.net
http://mozy.com
http://olive.download.pdfforge.org
http://openoffice.cs.utah.edu
http://orange.download.pdfforge.org
http://osdn.dl.osdn.jp
http://packages.vmware.com
http://pspad.poradna.net
http://pumath.dl.osdn.jp
http://purple.download.pdfforge.org
http://releases.mozilla.org
http://sourceforge.net
http://support.citrix.com
http://support.citrixonline.com
http://support1.uvnc.com
http://supportdownload.apple.com
http://tdf.mirrors.tds.net
http://teal.download.pdfforge.org
http://tenet.dl.sourceforge.net
http://ufpr.dl.sourceforge.net
http://updates-http.cdn-apple.com
http://www.7-zip.org
http://www.coreftp.com
http://www.cutepdf.com
http://www.fosshub.com
http://www.goodsync.com
http://www.jam-software.com
http://www.mirrorservice.org
http://www.peazip.org
http://www.piriform.com
http://www.rarlab.com
http://www.realvnc.com
http://www.tightvnc.com
http://www.uvnc.com
http://www.uvnc.eu
http://www.wireshark.org
http://xh.yimg.com
http://zoom.us
https://airdownload.adobe.com
https://allwaysync.com
https://archive.apache.org
https://assets.cdngetgo.com
https://astuteinternet.dl.sourceforge.net
https://atlassian.jfrog.io
https://ayera.dl.sourceforge.net
https://az764295.vo.msecnd.net
https://bitbucket.org
https://cdn.gomlab.com
https://cdn1.evernote.com
https://cfhcable.dl.sourceforge.net
https://clientupdates.dropboxstatic.com
https://cloud.r-project.org
https://content.ivanti.com
https://d11yldzmag5yn.cloudfront.net
https://d1ilhw0800yew8.cloudfront.net
https://data-cdn.mbamupdates.com
https://desktopassets.prezi.com
https://dl.bandicam.com
https://dl.google.com
https://dl.tvcdn.de
https://dl1.cdn.filezilla-project.org
https://dl3.cdn.filezilla-project.org
https://dl3.xmind.net
https://download.ccleaner.com
https://download.cdburnerxp.se
https://download.gimp.org
https://download.microsoft.com
https://download.qsrinternational.com
https://download.royalapplications.com
https://download.skype.com
https://download.splunk.com
https://download.sublimetext.com
https://download.teamviewer.com
https://download.techsmith.com
https://download.tortoisegit.org
https://download.virtualbox.org
https://download.xnview.com
https://download1.operacdn.com
https://download3.vmware.com
https://download3.xnview.com
https://downloadplugins.citrix.com
https://downloads.hpe.com
https://downloads.plex.tv
https://downloads.sourceforge.net
https://downloadus2.teamviewer.com
https://downloadus4.teamviewer.com
https://e3.boxcdn.net
https://endpoint920510.azureedge.net
https://fpdownload.macromedia.com
https://ftp.mozilla.org
https://ftp.opera.com
https://ftp.osuosl.org
https://gensho.ftp.acc.umu.se
https://github.com
https://hipchat-ops.s3.amazonaws.com
https://iweb.dl.sourceforge.net
https://knowledge.autodesk.com
https://launch.getgo.com
https://master.dl.sourceforge.net
https://media.inkscape.org
https://meetings.webex.com
https://neevia.com
https://nmap.org
https://notepad-plus-plus.org
https://packages.vmware.com
https://phoenixnap.dl.sourceforge.net
https://s3.amazonaws.com
https://secure.logmein.com
https://secure.mozy.com
https://secure-appldnld.apple.com
https://slack-ssb-updates.global.ssl.fastly.net
https://storage.googleapis.com
https://superb-dca2.dl.sourceforge.net
https://superb-sea2.dl.sourceforge.net
https://support.citrix.com
https://swdl.bluejeans.com
https://telerik-fiddler.s3.amazonaws.com
https://the.earth.li
https://versaweb.dl.sourceforge.net
https://web.mit.edu
https://www.7-zip.org
https://www.citrix.com
https://www.fosshub.com
https://www.goodsync.com
https://www.hipchat.com
https://www.jam-software.com
https://www.mozypro.com
https://www.piriform.com
https://www.rarlab.com
https://www.realvnc.com
https://www.scootersoftware.com
https://www.tightvnc.com
https://www.uvnc.eu
https://www.wireshark.org

 

Additional Information

 

  • license.shavlik.com is required for activation the license on the product.
  • If using the Shavlik Patch plugin with SCCM or Ivanti Patch for SCCM, you may also want to review the following for certificate site requirements:  Certificate verification sites to allow for Shavlik Patch
  • To obtain the IP for vendor sites you can ping the vendor site or contact the vendor to obtain this information. It may be easier to create an exception for an entire domain rather than entering all specific URLs, you can usually do so by entering the exception in this format: *.domain.com.

 

Affected Product(s)

 

Ivanti Patch for SCCM

Shavlik Patch for Microsoft System Center

Unsupported Microsoft Security Updates

$
0
0

Purpose

 

This is a list of Microsoft Security Patches that are not supported by Shavlik. The patch and the reasoning is listed below.

 

Products

 

Microsoft Word 2010

  • kb24286772010-kbXXXXXXX-fullfile-x86-glb.exe
    • This series of patches cannot be supported due to it applying to a unique configuration of Office.
    • Microsoft's official explanation is "The 3115198 update only applies to systems running specific configurations of Microsoft Office 2010. Some configurations will not be offered the update."
    • Microsoft does not disclose what this unique applicability configuration is.
    • We can look into supporting these updates if customer are able to provide the specific configurations where these patches are required.

 

Microsoft Live Meeting Console 2007

  • KB3144432
    • This patch does not install silently as the system user
Microsoft Lync 2010 Attendee
    • This patch installs at the Per User level, not at the System level. The admin level install of the patch is supported

 

.NET Language Packs

  • KB3102437
    • These language packs contain translated text, such as error messages, for languages other than English. Installation of a language pack is not required to run .NET Framework applications on a non-English OS. Multiple language packs, each for a different language, can be installed on a single computer.
    • Since multiple language packs can be installed on a single computer, we have no way to detect or offer multiple languages per machine.

Deployment Tracker stuck at Scheduled during Deployment but patches install

$
0
0

Purpose

 

The purpose of this document is to go over what to do when the deployment tracker fails to update beyond Scheduled.

 

Symptoms

 

  • Deployment tracker will stay at scheduled despite the deployments being initialized on the target machines being deployed to.
  • Deployment tracker shows scheduled:

 

 

  • When looking at the STDeployerCore.log on the target machine(s), you will see results similar to below indicating the patches were installed successfully:

 

2016-10-06T21:01:35.1775494Z 0b78 I DeploymentPackageReader.cpp:782 Deploy package 'C:\Windows\ProPatches\Installation\InstallationSandbox#2016-10-06-T-21-00-54\deployPackage-2855.zip' successfully opened unsigned for package IO

2016-10-06T21:02:38.2639494Z 0b78 I Authenticode.cpp:134 Verifying signature of C:\Windows\ProPatches\Patches\Windows6.1-KB2544893-x64.msu with CWinTrustVerifier

2016-10-06T21:02:38.3263494Z 0b78 V UnScriptedInstallation.cpp:29 Executing (C:\Windows\ProPatches\Patches\Windows6.1-KB2544893-x64.msu /quiet /norestart), nShow: true.

2016-10-06T21:02:47.7895494Z 0b78 V ChildProcess.cpp:140 Process handle 000004FC returned '0'.

Cause

 

 

Resolution

 

1. Ensure that port 3121 is not being blocked in your network. Perform a telnet command from the target machine(s) to your Protect console machine's IP or FQDN address.

telnet {console IP/FQDN} 3121

 

     If Telnet is not installed, you will see the following:

     To Enable Telnet:

 

     If the port is blocked, you will see a similar error:

 

   If at this point you see the port fail to connect, you will need to make sure that 3121 is enabled in your network before attempting to deploy again.

 

     If the port is not blocked, you should see a blank command prompt:

 

2. Once you have confirmed that port 3121 is able to connect, check to ensure that your Deployment Template being used has 'Send Tracker Status' enabled:

 

3. Confirm that either TLS 1.0 is enabled between the console and the problem client machine or TLS 1.2 is properly configured

     Disabling TLS 1.0 may causes issues with Patch for Windows Servers.

     Enabling TLS 1.2 for Ivanti Patch for Windows Servers

 

4. Verify that you 'Console Alias Editor' has all of the following located within it:

  • Console NetBIOS name
  • FQDN
  • IP address

 

Tools > Console Alias Editor

 

 

 

Once updated, test your deployment again. If the device is able to properly connect, the tracker status will updated as expected.

 

If after updating the 'Console Alias Editor' the deployment status is still showing 'Scheduled', you will find in the dplyevts.log file on the target machine something similar to the following:

 

PingBack.cpp:63 Sending data to 'https://PROTECT-92-5119:3121/ST/Console/Deployment/Tracker/V92' failed: 12002.

 

 

If you find something similar to the above, you will need to uninstall the scheduler service from the machine(s).

 

Protect 9.2:

Manage > Scheduled Remote Tasks

 

Find device(s) being deployed to, right click the machine and select 'Refresh Selected':

 

 

Device will be shown as 'Online':

 

Once online, right click the device again, go to Scheduler service > Uninstall:

 

Patch for Windows Servers 9.3:

 

View > Machines

 

 

Find the device affected using the search window

 

 

Highlight machine > Right-click > View scheduled tasks

 

 

Click Uninstall to remove the scheduler service.

 

NOTE: To validate scheduler is uninstalled, go to C:\Windows\ProPatches and if you don't see a folder named Scheduler, the service was uninstalled.

 

Test another deployment to your target machine(s). During this deployment, the Scheduler service will reinstall and should update the deployment tracker to show the deployment operation executing.

 

 

Additional Information

 

 

Affected Products

 

Shavlik Protect 9.2.x

Ivanti Patch for Windows Servers 9.3.x

Support for Non-Security Patch MSNS18-01-4078130 / Q4078130 to disable mitigation against CVE-2017-5715

$
0
0

Overview

This update, Q4078130, was removed from our data on 10/08/2018. If mitigation of this vulnerability needs to be disabled, please deploy Q4072698U (Security Tool) to needed machines.

Microsoft has released a Critical Update KB4078130 to disable mitigation against CVE-2017-5715.

We highly recommend reading this Microsoft article: Update to disable mitigation against Spectre, Variant 2

MSNS18-01-4078130 / Q4078130 is a Critical Non-Security Patch that will disable the fix for variant 2 for stability issues.  You must reboot after installing the patch for it to apply on the system.

 

Additional Information

 

The Security Tool IVA18-001 ADV180002 will enable the fix again:Security Tool: Implement registry keys per Windows Server guidance to protect against speculative execution side-channel vulnerabilities

 

Affected Products

 

Ivanti Patch for Windows Servers 9.3


Patching FileZilla Updates in Patch for Windows Servers

$
0
0

Purpose

 

The purpose of this document is to outline the issues surrounding FileZilla updates particularly related to the downloading of the patch files from the vendor.

 

Cause

 

Changes from the vendor, Filezilla, has caused downloads of the updates not from a Web browser to fail with an error 403 authentication error. From review, the cause is the lack of user token authentication as updates downloaded through Patch for Windows are done on behalf of a user or system account, not as the actual user. Additional findings have shown the direct download links to also reroute to the main Filezilla site versus downloading the actual installer.

 

Resolution

 

The current workaround to this issue can be found in this document: How To: Supply and Deploy Patches That Can Not Be Downloaded

 

Affected Product

 

Patch for Windows Servers 9.3

Certificate Verification Failed With Error : -2146762748

$
0
0

Symptom

 

STAgentUpdater.log

WinTrustVerifier.cpp:195 Certificate verification failed with error : -2146762748

 

certificate issue.PNG

 

Cause

 

The OS is unable to verify the digital signature. The specific error is -2146762748 which is a Mircosoft error that translates to "The subject is not trusted for the specified action"

 

Resolution

 

1) Update the Root Certificate on the client machine. You can update it manually or run a scan with Security Tools enabled against it. It's going to be MSRC-001 or MSRC-002.

2) It's possible the System Account (used to run the agent services) is having issues on the machine. You could attempt to run the agent services as a domain account as a test.

 

Updated:

3) it is also possible that computers were missing root CA cert VeriSign Universal Root Certification Authority. While Windows was attempting to connect to Microsoft Update to obtain this cert automatically during update install and failing. Allowing ctldl.windowsupdate.com through the firewall and network security appliances, the issue could also be corrected.

Disabling TLS 1.0 may causes issues with Protect and Patch for Windows Servers

$
0
0

Purpose

 

The purpose of this article is to go over the issues that may arise when TLS 1.0 is disabled in the environment and how to get Shavlik Protect and Patch for Windows Servers to work with TLS 1.2.

 

Symptoms

 

Per PCI requirements, all SCHANNEL protocols are vulnerable, except for TLS 1.2. Organizations may already have a GPO in place to disable all the protocols, except for TLS 1.2 (namely SSLV2, SSLV3, TLS1.1, and TLS1.0). Issues that can arise when these channels are disabled include:

 

  • Deployment Tracker gets stuck at Scheduled or Executing when deploying to target machines.
  • Agent installation gets stuck at 50%
  • Connection to Shavlik Protect SQL database cannot be established:
Attempting to recover from a broken connection in the database connection pool. Attempt: 1, connection state: Closed, error: System.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - No process is on the other end of the pipe.) ---> System.ComponentModel.Win32Exception (0x80004005): No process is on the other end of the pipe
  • Commands to Shavlik Protect Agents are unsuccessful - Agents did not respond:
System.ServiceModel.CommunicationException: An error occurred while making the HTTP request to https://consolename.FQDN:3121/ST/Console/STS/ConsoleSTS. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. --->System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
  • Cannot download patches from vendors:
The underlying connection was closed: An unexpected error occurred on a receive. ---> System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

 

Cause

 

No secure communication channel can be established, either because no form of TLS is enabled, or whatever is enabled is not properly configured.

 

Resolution

 

You must either enable TLS 1.0 or configure TLS 1.2 correctly using Enabling TLS 1.2 for Shavlik Protect and Ivanti Patch for Windows.

 

Affected Product(s)

 

Ivanti Patch for Windows Servers 9.3

Shavlik Protect 9.x

Understanding installer return codes

$
0
0

Purpose

 

This document will list common install return code errors from the vendor and possible solutions to the error.

 

Overview

 

Protect and Patch for Windows Servers (PWS) track patch deployment progress.  The View > Deployment Tracker (F9) will display the final status of the install attempt and display the return code from the vendor.

 

As an example return code 0 is success and return code 3010 is reboot required, but there are many other codes that can help troubleshoot patch install issues.

This isn't a comprehensive list. Our suggestion is to use your favorite search tool if the code isn't listed here.

For instance, the return code 2147483647 isn't listed here. Searching Google for return code 2147483647 will often provide results that help troubleshoot the issue.

 

MsiExec.exe and InstMsi.exe Error Messages

Error Value

Error code

Description

0

ERROR_SUCCESS

The action completed successfully.

13

ERROR_INVALID_DATA

The data is invalid.

87

ERROR_INVALID_PARAMETER

One of the parameters was invalid.

120

ERROR_CALL_NOT_IMPLEMENTED

This value is returned when a custom action attempts to call a function that cannot be called from custom actions. The function returns the value ERROR_CALL_NOT_IMPLEMENTED. Available beginning with Windows Installer version 3.0.

1259

ERROR_APPHELP_BLOCK

If Windows Installer determines a product may be incompatible with the current operating system, it displays a dialog box informing the user and asking whether to try to install anyway. This error code is returned if the user chooses not to try the installation.

1601

ERROR_INSTALL_SERVICE_FAILURE

The Windows Installer service could not be accessed. Contact your support personnel to verify that the Windows Installer service is properly registered.

1602

ERROR_INSTALL_USEREXIT

The user cancels installation.

1603

ERROR_INSTALL_FAILURE

A fatal error occurred during installation.

1604

ERROR_INSTALL_SUSPEND

Installation suspended, incomplete.

1605

ERROR_UNKNOWN_PRODUCT

This action is only valid for products that are currently installed.

1606

ERROR_UNKNOWN_FEATURE

The feature identifier is not registered.

1607

ERROR_UNKNOWN_COMPONENT

The component identifier is not registered.

1608

ERROR_UNKNOWN_PROPERTY

This is an unknown property.

1609

ERROR_INVALID_HANDLE_STATE

The handle is in an invalid state.

1610

ERROR_BAD_CONFIGURATION

The configuration data for this product is corrupt. Contact your support personnel.

1611

ERROR_INDEX_ABSENT

The component qualifier not present.

1612

ERROR_INSTALL_SOURCE_ABSENT

The installation source for this product is not available. Verify that the source exists and that you can access it.

1613

ERROR_INSTALL_PACKAGE_VERSION

This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

1614

ERROR_PRODUCT_UNINSTALLED

The product is uninstalled.

1615

ERROR_BAD_QUERY_SYNTAX

The SQL query syntax is invalid or unsupported.

1616

ERROR_INVALID_FIELD

The record field does not exist.

1618 / 1619

ERROR_INSTALL_ALREADY_RUNNING

ERROR_INSTALL_PACKAGE_OPEN_FAILED

Another installation is already in progress. Complete that installation before proceeding with this install.

For information about the mutex, see _MSIExecute Mutex.

This installation package could not be opened. Verify that the package exists and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package.

1620

ERROR_INSTALL_PACKAGE_INVALID

This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.

1621

ERROR_INSTALL_UI_FAILURE

There was an error starting the Windows Installer service user interface. Contact your support personnel.

1622

ERROR_INSTALL_LOG_FAILURE

There was an error opening installation log file. Verify that the specified log file location exists and is writable.

1623

ERROR_INSTALL_LANGUAGE_UNSUPPORTED

This language of this installation package is not supported by your system.

1624

ERROR_INSTALL_TRANSFORM_FAILURE

There was an error applying transforms. Verify that the specified transform paths are valid.

1625

ERROR_INSTALL_PACKAGE_REJECTED

This installation is forbidden by system policy. Contact your system administrator.

1626

ERROR_FUNCTION_NOT_CALLED

The function could not be executed.

1627

ERROR_FUNCTION_FAILED

The function failed during execution.

1628

ERROR_INVALID_TABLE

An invalid or unknown table was specified.

1629

ERROR_DATATYPE_MISMATCH

The data supplied is the wrong type.

1630

ERROR_UNSUPPORTED_TYPE

Data of this type is not supported.

1631

ERROR_CREATE_FAILED

The Windows Installer service failed to start. Contact your support personnel.

1632

ERROR_INSTALL_TEMP_UNWRITABLE

The Temp folder is either full or inaccessible. Verify that the Temp folder exists and that you can write to it.

1633

ERROR_INSTALL_PLATFORM_UNSUPPORTED

This installation package is not supported on this platform. Contact your application vendor.

1634

ERROR_INSTALL_NOTUSED

Component is not used on this machine.

1635

ERROR_PATCH_PACKAGE_OPEN_FAILED

This patch package could not be opened. Verify that the patch package exists and is accessible, or contact the application vendor to verify that this is a valid Windows Installer patch package.

1636

ERROR_PATCH_PACKAGE_INVALID

This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.

1637

ERROR_PATCH_PACKAGE_UNSUPPORTED

This patch package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

1638

ERROR_PRODUCT_VERSION

Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in Control Panel.

1639

ERROR_INVALID_COMMAND_LINE

Invalid command line argument. Consult the Windows Installer SDK for detailed command-line help.

1640

ERROR_INSTALL_REMOTE_DISALLOWED

The current user is not permitted to perform installations from a client session of a server running the Terminal Server role service.

1641

ERROR_SUCCESS_REBOOT_INITIATED

The installer has initiated a restart. This message is indicative of a success.

1642

ERROR_PATCH_TARGET_NOT_FOUND

The installer cannot install the upgrade patch because the program being upgraded may be missing or the upgrade patch updates a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.

1643

ERROR_PATCH_PACKAGE_REJECTED

The patch package is not permitted by system policy.

1644

ERROR_INSTALL_TRANSFORM_REJECTED

One or more customizations are not permitted by system policy.

1645

ERROR_INSTALL_REMOTE_PROHIBITED

Windows Installer does not permit installation from a Remote Desktop Connection.

1646

ERROR_PATCH_REMOVAL_UNSUPPORTED

The patch package is not a removable patch package. Available beginning with Windows Installer version 3.0.

1647

ERROR_UNKNOWN_PATCH

The patch is not applied to this product. Available beginning with Windows Installer version 3.0.

1648

ERROR_PATCH_NO_SEQUENCE

No valid sequence could be found for the set of patches. Available beginning with Windows Installer version 3.0.

1649

ERROR_PATCH_REMOVAL_DISALLOWED

Patch removal was disallowed by policy. Available beginning with Windows Installer version 3.0.

1650

ERROR_INVALID_PATCH_XML

The XML patch data is invalid. Available beginning with Windows Installer version 3.0.

1651

ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT

Administrative user failed to apply patch for a per-user managed or a per-machine application that is in advertise state. Available beginning with Windows Installer version 3.0.

1652

ERROR_INSTALL_SERVICE_SAFEBOOT

Windows Installer is not accessible when the computer is in Safe Mode. Exit Safe Mode and try again or try using System Restore to return your computer to a previous state. Available beginning with Windows Installer version 4.0.

1653

ERROR_ROLLBACK_DISABLED

Could not perform a multiple-package transaction because rollback has been disabled. Multiple-Package Installations cannot run if rollback is disabled. Available beginning with Windows Installer version 4.5.

1654

ERROR_INSTALL_REJECTED

The app that you are trying to run is not supported on this version of Windows. A Windows Installer package, patch, or transform that has not been signed by Microsoft cannot be installed on an ARM computer.

3010

ERROR_SUCCESS_REBOOT_REQUIRED

A restart is required to complete the install. This message is indicative of a success. This does not include installs where the ForceReboot action is run.

 

Adobe Update Errors

Error

Title

Solution

1067

Update failed. The process terminated unexpectedly.

Try downloading Reader directly from this page.

1309

Error attempting to open the source file:

See Error 1321 or 1309 | Install | CS4, CS5 | Windows

C:\Windows\system32\Macromed\Flash\FlashPlayerTrust\AcrobatConnect.cfg.

1310

Error writing to file: C:\Config.Msi.... Verify that you have access to that directory.

See Error "1310: Error writing to file: C:\Config.Msi..." | CS4 products

1311

Could not locate source file cabinet: [filename].

See Error 1311, 1335, or 2350 "Source file not found...data1.cab" when installing Adobe products | Windows

1321

The Installer has insufficient privileges to modify this file: c:\Windows\system32\Macromed\Flash\FlashPlayerTrust\AcrobatConnect.cfg.

See http://kb2.adobe.com/cps/403/kb403915.html.

1327

Invalid drive

See Error 1327 | "Invalid Drive" | Install | CS4, CS5, Acrobat, Reader

Alternative solution: This error sometimes appears when a drive is mapped for the user and the installer is running in a system context. Change the access permissions on the network folder to “write” for everyone to the shared folder or drive.

1328

Error applying patch to [filename]. It's likely that something else updated the file, and the patch can't modify it. For more information, contact your patch vendor.

A file has changed or is missing. Uninstall and reinstall the program.

1335

The cabinet file '[filename]' required for this installation is corrupt and cannot be used. This error could indicate a network error, an error reading from the CD-ROM, or a problem with this package.

The source cabinet is corrupt. See http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx. 

1401, 1402, 1404, 1406

Could not [perform some action] for [key or value].

These errors occur when the Windows installer cannot successfully modify the registry. Quick solutions:

Repair the current program installation using Add/Remove Programs in the Control Panel.

Log in as administrator and access the appropriate registry key:

(Acrobat) HKLM\Software\Adobe\Acrobat

(Reader) Reader\<version> HKCU\Software\Adobe\Acrobat Reader\<version>

Update the program again.

See also:

Error 1402 | Error 1406 | Acrobat, Reader

1500

Another installation is already in progress. Complete that install before proceeding with this installation.

See Error 1704 or 1500 | Install, remove | CS4 | Windows

1601

Out of disk space

Please ensure that you have enough disk space on your primary disk and update again.

1603

A fatal error occurred during installation

Shut down Microsoft Office and all web browsers. Then, in Acrobat or Reader, choose Help > Check for Updates.

or

See also Error 1603 | Install | CS3, CS4 products

#_AdobeError_#1603

1606

Could not access network location

Try using the Microsoft Fix it wizard, available at support.microsoft.com/kb/886549. This wizard updates the Windows registry.

Disclaimer: Adobe does not support third-party software and provides this information as a courtesy only.

If you cannot resolve the problem after using the Fix it wizard, see the solutions in Error 1606 | Install | Acrobat 8, 9 | CS4

1612,

The installation source for this product is not available. Verify that the source exists and that you can access it.

Try using the Microsoft Fix it wizard, available at http://support.microsoft.com/kb/971187. The wizard updates the Windows registry so that you can usually uninstall previous versions of the program, or install or update the current version successfully.

 

Error codes for Office update packages

Value

Error message

0

Success

17301

Error: General Detection error

17302

Error: Applying patch

17303

Error: Extracting file

17021

Error: Creating temp folder

17022

Success: Reboot flag set

17023

Error: User cancelled installation

17024

Error: Creating folder failed

17025

Patch already installed

17026

Patch already installed to admin installation

17027

Installation source requires full file update

17028

No product installed for contained patch

17029

Patch failed to install

17030

Detection: Invalid CIF format

17031

Detection: Invalid baseline

17034

Error: Required patch does not apply to the machine

17038

You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.

17044

Installer was unable to run detection for this package.

17048

This installation requires Windows Installer 3.1 or greater.

 

Downloads

 

Affected Product(s)

 

Shavlik Protect 9.x

Ivanti Patch for Windows Servers 9.3.x+

Understanding the affect a Patch Group can have on patch supersedence in patch scans

$
0
0

Purpose

 

This article provides information the affect a Patch Group can have on patch supersedence.

 

Description

 

Shavlik Protect filters out patches that have been superseded by later patches and shows only the latest applicable patch that is missing.

For example, MS03-026 is superseded by MS03-039, which is superseded by MS04-012. MS04-012 does not require MS03-026 or MS03-039 to be installed. So, Shavlik Protect shows that only MS04-012 must be installed.
When using Patch Groups, you force Shavlik Protect to scan for every patch included in your list even if the patch is replaced by a newer patch.  In some rare cases, it can cause superseded patches to be detected as missing even if a newer patch replaces it.

 

Resolution

 

  • In some cases, our Content Team can workaround the issue in our data. For this reason, highly recommend all customers open a case with support:  Support Portal
  • If the Content Team is unable to correct this, the workaround would be to remove the affected patches from the Patch Group.

 

Additional Information

 

For more information on patch supersedence, in Shavlik Protect, go to Help> Index> Search.  Search for:Determining Patch Replacements

 

When using a patch group that is empty as a baseline in your patch scan template the patch scan template will give results similar to the Security Patch scan template.

Affected Product(s)

 

Shavlik Protect 9.x

Viewing all 1352 articles
Browse latest View live