Questions tagged [hotfix]

A hotfix is a single, cumulative package that includes information that is used to address a problem in a software product, i.e. a software bug.

During the software development cycle, when in-between regularly scheduled release dates for software upgrades if a problem requiring immediate resolution occurs a development team may release a "hotfix" to resolve the problem.

A hotfix usually is highly targeted at the specific problem requiring the immediate attention. Often times this is accomplished by simply reverting back recent changes so that the issue can be investigated more thoroughly without impeding the production environment, this is often times referred to as "rolling back".

127 questions
-1
votes
1 answer

Get-Hotfix throws Get-HotFix : Provider load failure

I have huge list of servers and workstations where I need to review patches for a specific date range. I have my command working, but there is one machine that apparently has a WMI issue, and its throwing an error, effectively aborting the entire…
z-vap
  • 56
  • 8
-1
votes
1 answer

How to do hotfix for C++ based application

We develop software based on Qt/C++ for internal use. The software is put in a server where few persons have the right to write. How can I do a hotfix in this case? For example, how can I replace a dynamic library (so or dll) of this software…
user3450805
  • 661
  • 6
  • 16
-1
votes
2 answers

Hotfix 2600100 won't install despite meeting Prerequisites

I've added this on serverfault @ https://serverfault.com/questions/495419/hotfix-2600100-wont-install-despite-meeting-prerequisites but haven't got any replies so reposting here: I'm trying to install a Microsoft Hotfix…
Paddy
  • 523
  • 1
  • 6
  • 29
-2
votes
1 answer

how to fix "Another git process seems to be running in this repository"

start project by git flow and in process bugfix not commit finish process see error to other order git: Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated…
-2
votes
1 answer

Powershell Get-HotFix find updates supplied in a text file

I am working on updates for Win 7 x64 ultimate. I have a text file in which I have typed KBnnnnn one entry per line. I want sort of a script/loop to go through each entry in text file and find it in installed updates. If found append a new text file…
sunnyimran
  • 3
  • 1
  • 4
-2
votes
1 answer

Understanding Microsoft Hotfix numbers

I got the Microsoft Security Bulletin MS16-008: https://technet.microsoft.com/library/security/ms16-008 The title names a security update "3124605", so I expected find the hotfix KB3124605 on my system (Windows 8.1), but it's not installed. The…
user5234015
-2
votes
2 answers

MS hotfix delayed delivery

I just requested a hotfix from support.microsoft.com and put in my email address, but I haven't received the email yet. The splash page I got after I requested the hotfix said: Hotfix Confirmation We will send these hotfixes to the following e-mail…
Isaac Moses
  • 1,589
  • 6
  • 26
  • 44
1 2 3
8
9