The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
59 views

Following git-flow how should you handle a hotfix of an earlier release?

If you try to follow the git-flow branching model, documented here and with tools here, how should you handle this situation: You have made a 1.0 release and a 2.0 release. Then you need to make a ...
0
votes
1answer
67 views

VS2010 opens website in notepad? bad hotfix?

I am using VS2010 on Windows XP pro (sp3, x86), and I just installed the hotfix kb2106584. This fix was reported by some people, example here, as having a fix for an issue I had with Asp.Net ...
-1
votes
2answers
123 views

Hotfix 2600100 won't install despite meeting Prerequisites [closed]

I've added this on serverfault @ http://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 ...
3
votes
1answer
114 views

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.
4
votes
2answers
130 views

Git push fails to push to origin - no such ref

I'm having trouble pushing commits on a hotfix branch created with git-flow to the remote repository. Here is the error: $ git push origin hotfix/MyHotfix Counting objects: ... etc To {my remote ...
0
votes
0answers
82 views

Can't install KB981898 - “The update is not applicable to your computer”

I have tried to install hotfix KB981898 to deal with a TFS 2010 problem. The TFS problem is that when trying to check in large files from my client, the connection breaks and I get the following ...
0
votes
0answers
8 views

How to deploy xmls containing user specific preferences

We are trying to automate our deployment process on our servers. We have been always applying patches manually, which we want to automate. The release also contains a lot xmls which may contain user ...
0
votes
0answers
288 views

32 bit dtexec (C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec) facing low memory error. Where to get appropriate Hotfix? [closed]

I am executing a SSIS 2008 pacakge on windows server 2008 64 bit using C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec and I run into low memoery error messages like below. The ...
1
vote
1answer
403 views

Powershell: How to ouput separate CSV files per server name

I am new to powershell scripting. I want my PowerShell script to go out to remote servers, gather hotfix data, and export that data to Excel for each server or one Excel sheet per server. Currently ...
1
vote
1answer
66 views

Installing Plone Hotfix 20121106 on plone 2.0.5 won't work

We are running an old version of plone (Version 2.0.5). (We will migrate next year to plone 4) I was trying to install the Plone Hotfix 20121106, but (as mentionened in the installing description), ...
1
vote
2answers
114 views

Plone Hotfix 20121106

Im new to plone and linux and im trying to install the new patch on plone (Plone Hotfix 20121106) Im using buildout to install this one and it seems that as i check my log, it's not ...
0
votes
0answers
29 views

QFE Header-Data Mapping behaves differently

I am trying to retrieve QFE information by querying Win32_QuickFixEngineering WMI class through C++. I have observed that the result set column headers are same but the values are not under the same ...
0
votes
1answer
566 views

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 ...
2
votes
2answers
1k views

API/WMI Query for complete list of hotfixes and updates installed on a system?

Previously, how to query for a list of hotfixes installed on a Windows system has been discussed, and the use of WMI and the class Win32_QuickFixEngineering was suggested as providing the information. ...
1
vote
1answer
267 views

Team Foundation Server : branching by release and hotfixes

I'm asking myself how manage branching by release and hotfixes. For example, if we have a main branch, a release branch V1, and a release branch V2 and development branch for each release ...
7
votes
3answers
92 views

What Tridion Hotfixes have been applied?

What's the most reliable method of ascertaining what Tridion Hotfixes have been applied to a system (other than proper previous release documentation)? Specifically I'd like to know for SDL Tridion ...
7
votes
1answer
2k views

Merging Git Flow Feature Branch after Hotfixes?

I just recently started using git flow and there's something I don't quite understand. First, I never do anything directly on develop. If I do something I either use a start a hotfix or feature. My ...
1
vote
1answer
239 views

What is the Hotfix with HotfixID= 'File 1'?

I'm creating an application which should retrieve all the Software and Hotfix updates accurately on different windows OS versions which involves many processes of queries. One method in specific is ...
0
votes
2answers
143 views

How to including Microsoft Hotfix in our Wix based installers?

We need to deliver Hotfix KB982638 to our clients due to a requirement in our products. Our installers are based on WIX. How can we launch Hotfix KB982638 from our installers, at the end of ...
1
vote
0answers
1k views

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 ...
0
votes
1answer
58 views

What do you call a modification that is made on a Environment that is not DEV?

In application life-cycle management, it's common to have some environments. For example: DEV -> Staging -> Production Normally, you would develop in the DEV environment and stage your developments ...
0
votes
1answer
188 views

Fetching a KB hotfix in C#

I'm trying to fetch a certain hotfix (KB976477) from a C# program. Using the WUApi (Windows Update Agent Api) is not working so far because the IUpdateSearcher.Search method only provides Software and ...
1
vote
1answer
514 views

Windows Update API c# : set download location

I'm writing a code to automatically download & install windows updates. (using "tlbimped" wuapi.dll and some sample code found over the Internet). UpdateDownloader updateDownloader = ...
6
votes
2answers
579 views

Team Foundation: Multiple release structure

I am in need of help setting up a TFS branching structure. The current scenario is as follows, our application is a SaaS, and I believe we need multiple "Release" branches simultaneously. Going ...
0
votes
0answers
393 views

WPF XAML Browser Applications (XBAPs) that target x86 not executing on Windows 7 64-bit installations [closed]

WPF XAML Browser Applications (XBAPs) that target x86 is not executing on Windows 7 64-bit installations. I found Microsoft support KB-974396 in which they suggest to modify the registry or host ...
4
votes
1answer
1k views

How i can check if a particular hotfix (windows update) is installed in my system?

I have some issues with the Riched20.dll file which is used by my application, this problem is fixed applying the KB884047 hotfix, in order to avoid problems with old windows versions, I want to ...
1
vote
1answer
210 views

How Do I Apply Windows Hotfixes from an MSI using InstallShield?

I am building an MSI to install our company's product with InstallShield 2010, and it needs to apply several Windows hotfixes in the installation that the product needs to run. I was wondering what's ...
0
votes
3answers
542 views

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 ...
4
votes
1answer
567 views

How to detect if .NET Framework hotfix is installed

According to Microsoft Download Page for .NET Framework 3.5 SP1, I should install KB959209 and KB967190 immediately after installing the .NET Framework package: IMPORTANT: After installing the ...
2
votes
0answers
700 views

Wix error - Windows Installer Hot Fix 981669

We have an issue in our product installation in XP OS with Windows Installer 4.5 & it’s Hot Fix 981669. The installation is prematurely ending[Error 1719: The Windows Installer Service could not ...
0
votes
2answers
480 views

Windows Script Host & Quick Fix Engineering

I want to get list of installed windows hotfix and updates. I use script below: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & ...
1
vote
1answer
181 views

Linq, inserting record into cross reference table, hotfix not working

I have a cross reference table RolePrivilege that has FK to Role and Privilege tables....basically Role can have many Privileges. Hotfix located at Microsoft hotfix has already been applied. Here ...
1
vote
1answer
926 views

WMI Query for list of hotfixes installed in a system?

I am writing a perl script that will list the hotfixes installed in my system and check if any pre-requisite hotfixes are not available before beginning my program; So I need to be able to enumerate ...
1
vote
2answers
468 views

Problems with VS2010, Framework 2.0 and KB979909

Our team has installed VS2010 on Friday afternoon. When I came into work on Monday morning, it appeared the installation of the .Net Framework (specifically the 2.0 part of it) was corrupted. Programs ...
7
votes
2answers
6k views

List of available VS2010 hotfixes

With the regularity of VS2010 crashes increasing as I use it, I was looking for a list of hotfixes. This blog post says there is no official list, so let's make one (RTM only please). Or is this ...
1
vote
0answers
104 views

Visual Studio 2008 Workflow designer bug for referenced assemblies with same prefix namespace - any fixes?

In visual studio 2008 (SP1 applied) there appears to be a bug in the state workflow designer tool. On adding a HandleExternalEvent activity and setting the Interface type to that of an interface in ...
1
vote
0answers
453 views

sharepoint approval workflow loop

I am trying to set up a Approval workflow when item created and item updated event on a list and then update the approval status as workflow complete. Now when I create a new Item the workflow kicks ...
1
vote
1answer
148 views

Any way to install Visual Studio 2008 hotfixes automatically?

There are several hot fixes for VS 2008 sp1, but it's a mess to install them all manually one by one. Is there some kind of Visual Studio Updater, which installs all the necessary hot fixes ...
1
vote
1answer
123 views

How to view the contents or the changes done in a msu file

I got an hotfix from microsoft (msu file). How can i find the contents or the changes done in that file? Thanks in advance.
8
votes
8answers
6k views

Recommended Post-SP1 Visual Studio 2008 Hotfixes

Today I had to reinstall. I used to have some hotfixes installed for VS2008 but no longer have them and can't remember why they were necessary. I'm expecting any security-related hotfixes to come ...
1
vote
2answers
206 views

Do I need to apply both 32 bit and 64 bit versions of a .NET Framework update?

There's a post-.NET 3.5 SP1 update which comes in x86 and x64 flavours: The KB article is here: List of the issues that are addressed by the Application Compatibility Update for the .NET ...
1
vote
3answers
1k views

Does the latest Visual Studio 2005 Security Update cause C runtime library issues when hot fixing customer sites

As you might be aware an update to visual studio 2005 was auto updated on most machines last week. This update included a new version of the visual c runtime library. As a result any binaries built ...
0
votes
1answer
3k views

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 ...
1
vote
2answers
8k views

Patch vs. Hotfix vs. Maintenance Release vs. Service Pack vs

When you are somewhere between version 1 and version 2, what do you do to maintain your software? The terms Patch, Hotfix, Maintenance Release, Service Pack, and others are all blurry from my point ...
4
votes
1answer
319 views

How do Microsoft (and other software companies with a large installed base) manage patch dependencies?

OS (usually security-based) patches and hotfixes that Microsoft releases to the community normally consist of, in my understanding, a series of updated DLLs or other binaries. How does Microsoft, and ...
2
votes
2answers
2k views

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 ...
0
votes
2answers
1k views

Where do you check to if a hotfix from Microsoft have been applied to any service packs?

I have a interest in a reported bug which Microsoft have made available a hotfix for. When looking on the site, I'm not able to figure out if this fix is included in a service pack or not. Do anyone ...
0
votes
2answers
258 views

MS hotfix delayed delivery [closed]

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 ...