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
3
votes
1 answer

Coldfusion 9 Hotfixes

I am trying to get a server running CF9 up-to-date by applying all of the available hotfixes listed here: http://helpx.adobe.com/coldfusion/kb/hot-fixes-coldfusion-9.html However, I do not know which hotfixes have been applied. The version number…
jzimmerman2011
  • 1,806
  • 2
  • 24
  • 37
3
votes
2 answers

How to make a hotfix deployment using Visual Studio?

Let's say that you have a product that is written in Visual Studio and you provide your customers and users with an installer for that product. Then, you have some minor changes that you want to deploy to your users; you don't want your users to…
Alfred B. Thordarson
  • 4,460
  • 8
  • 39
  • 37
3
votes
1 answer

ColdFusion 9.0.1 Hotfixes

I have ColdFusion 9.0.1 Will installing ColdFusion 9 Hotfix 4 install Hotfixes 1, 2 & 3 together with it or do I have to install each Hotfix separately? Thanks.
raul prakash
  • 113
  • 1
  • 3
  • 10
3
votes
1 answer

Windows Updates GDR vs LDR (QFE)

While going through the information present at Windows Hotfixes and Updates website, I understood that Windows maintains two different branches to provide Updates and Hotfixes and as per the description, GDR -> All Windows Updates fall into this…
TechyHarry
  • 301
  • 2
  • 8
  • 25
2
votes
1 answer

Not able to install Microsoft update (hotfix) - msu through PowerShell script

I am trying to install MSU through below PowerShell script, but its not getting installed. I am not aware of PowerShell scripting. Please someone give me best way to modified this script. I am looking forward to hear. Start-Process…
2
votes
2 answers

how to merge released hotfix to develop with conflicts in pull request?

We are using the following workflow branches: master develop hotfix branch per hotfix (branched from release tag) When a hotfix branch is released to production, it is merged back into develop and master via BitBucket pull requests. Now I need…
ladar
  • 5,858
  • 3
  • 26
  • 38
2
votes
3 answers

RPM Hotfix/Patch Approach

We run a system on Centos 5.5 and install our software using one RPM containing all of our software. When we need to apply a hot fix or patch the current system is simply to stick on a tar and untar it. I'm trying to develop a trackable, repeatable…
NeilInglis
  • 3,431
  • 4
  • 30
  • 31
2
votes
1 answer

ColdFusion 2016: can't install hotfix 5 on RedHat

I installed Cold Fusion 2016 on Red Hat 6.8 with apparent success. I then tried to install "hotfix 5" with security and bug fixes, but it prompts me for an installation directory: Select the home directory of your installation. For example,…
Mark McWiggins
  • 621
  • 6
  • 20
2
votes
0 answers

Find all dependency commits in Git

Intro I am using Git to control hotfixes delivered to production. When Development team want to deliver some change to production, they create a bundle of files, called a hotfix, and send to Production team. A hotfix is indicated by its ID such as…
asinkxcoswt
  • 2,252
  • 5
  • 29
  • 57
2
votes
1 answer

Long term support using git-flow to merge a hotfix to develop branched off the support branch

Doing experimental learning of git flow for my new project.. I noticed the following: The following scenarios: Normally git-flow workings: git flow hotfix start 1.1.2 Will create a branch based on master and when done merges with master and…
Sojimaxi
  • 485
  • 1
  • 10
  • 17
2
votes
3 answers

Windows batch file for invalid microsoft updates

I am struck while creating a windows batch file which just indicates if an invalid KB article is installed on my computer/ windows server. This is where i am at now, Script : @ECHO OFF WMIC QFE GET HOTFIXID>%~dp0QFE_list.txt FOR /f "delims=," %%a IN…
prashanth tv
  • 23
  • 1
  • 5
2
votes
1 answer

Hotfix KB2731284 - How to install?

OK, I feel like an absolute idiot here... I'm trying to setup MongoDB on a Windows 7 x64 machine in en-gb. I am following the instructions here and have downloaded the hotfix, extracted and now what? Inside the folder there are several files, all…
RDonn
  • 25
  • 1
  • 1
  • 7
2
votes
0 answers

Coldfusion 9.0.1 hotfix 4 Object Instantiation Exception. Class not found: coldfusion.security.ESAPIUtils

I updated my CF 9.0.1 server with CHF 4. I had upgraded Java to 7 just prior to that and couldn't restart the CF service. I find a lot of items on the problem but not a solution. Correction; the only solution is to back out the hotfix. I've…
user990016
  • 3,208
  • 4
  • 20
  • 29
1
vote
0 answers

Visual C++ 2010 Express Service Pack Compiler Update Fails (v7.1 w/ SP1)

Ok, first I'm going to give a little background to my little conundrum. Lately I've been trying to get VC++ 2010 Express to target x64 platforms (it doesn't ship with x64 compilers). I've follow all sorts of recommendations and setup methods but I…
user865927
1
vote
1 answer

Windows Update API c# code can't get update history

I'm writing a code to automatically patch Windows Operation Systems with security hotfixes in a corporate intranet. (I'm using Visual Studio .NET, thus .NET framework 1.1, and developing in c#.) As a first step, I'd like to list the hotfixes already…
Attila Bertok
1 2
3
8 9