upgrade

MS VS 2010: change language settings from de to en

拈花ヽ惹草 提交于 2019-11-27 01:16:41
问题 recently i have installed MS Visual Studio 2010 Professional as an upgrade from 2005. I wanted to use the english version but after installation it's german(2005 was english if that matters). I tried to change it via Extras/Options/Environment/International Settings to "Same as Microsoft Windows" (what is english) and restarted IDE (and system) but the change was not applied at all. There are only two options: german and same as windows . Facts: MS Visual Studio 2010 professional(upgrade from

How to get WiX major upgrade working?

冷暖自知 提交于 2019-11-27 00:38:53
问题 I am struggling to enable the major upgrade functionality in WiX. I want every new version of the installer to be a major upgrade (full uninstall, then new install) as we don't want different upgrade and clean install versions. I started off trying to do it using the tag stuff, but I kept getting "Another version is installed." error message when I run the installer. So I implemented the new tag that was added in V3.5 to make upgrades easier. I was still getting the error message. I then read

debian apt packages hash sum mismatch

吃可爱长大的小学妹 提交于 2019-11-27 00:35:03
问题 From the Debian command line, I'm getting a hash sum mismatch after executing aptitude update; aptitude upgrade . Below is the command line output. I've tried an aptitude clean , but this does not seem to help. I've also done a few google searches, but nothing seems to help. I've been getting the mismatch error for a few days. Any help is appreciated. Resolving dependencies... open: 405; closed: 880; defer: 58; conflict: 78. The following packages will be upgraded: apache2.2-bin apt-utils

How do I add time-stamp information to Maven artifacts?

梦想的初衷 提交于 2019-11-27 00:08:56
问题 I am upgrading a large build-system to use Maven2 instead of Ant, and we have two related requirements that I'm stuck on: We need to generate a time-stamped artifact, so a part of the package phase (or wherever), instead of building project-1.0-SNAPSHOT.jar we should be building project-1.0-20090803125803.jar (where the 20090803125803 is just a YYYYMMDDHHMMSS time-stamp of when the jar is built). The only real requirement is that the time-stamp be a part of the generated file's filename. The

How to upgrade to the latest version of Git on Windows? Still showing older version

a 夏天 提交于 2019-11-26 22:28:38
问题 I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git installer EXE. That said, when I fire up my terminal window, it still is showing that I am running git version 1.7.9.mysysgit.0. When I type "git --version" from my prompt, same thing. I found this article on a similar issue with Git on Mac OSX, which leads me to believe that it has something to do with a faulty PATH, but I

pip upgrade TooManyRedirects exception

五迷三道 提交于 2019-11-26 22:08:31
问题 I'm trying to pip install --upgrade pip inside a docker container, however, I get the error: Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run wb.build(autobuilding=True) File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build self.requirement_set.prepare_files(self.finder) File "/usr/lib

Can Inno Setup respond differently to a new install and an update?

旧街凉风 提交于 2019-11-26 21:43:50
问题 My InnoSetup script opens a web page (with the user's default browser) at the end of the install process: [Run] Filename: http://example.com; Flags: shellexec However, I'd like the web page to not be opened if the app already exists, i.e., if the user is installing a new version of the program. The web page should only be opened after the initial install. (I assume it's worth mentioning that the install includes an AppID, obviously, and enters values in the registry beside installing files.)

How to only stop and not uninstall windows services when major upgrade in wix?

。_饼干妹妹 提交于 2019-11-26 21:25:04
问题 I'm working on an installer that is supposed to install Windows services in wix v3.8. The problem is that we need to make a major upgrade without uninstalling the service only to stop it. We're using ServiceInstall and ServiceControl inside the component that holds the service exe file. Is there a way to make the execution of ServiceInstall conditional (using a condition like REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE) so the service is not uninstalled when upgrading (just stopped so we can

Forcing an upgrade of a file that is modified during its initial installation

感情迁移 提交于 2019-11-26 20:33:12
I'm working on the upgrade feature for my WiX-based installer. As part of the instalation, we are installing a web.config file and then using a custom action to update the connection strings inside the file. But this causes a problem when we run our upgrade. We would like to have the RemoveExistingProducts scheduled for after InstallFinalize since this is most efficient in terms of not removing and reinstalling files that have not changed. But this leaves the original web.config file in place at the time when Windows Installer is trying to determine whether it should update it or not. Since it

Practical approach to keeping jQuery up to date?

喜你入骨 提交于 2019-11-26 19:46:45
问题 Some of the projects we're working on have strong roots in jQuery 1.4.2 or earlier, and somewhere between lacking the performance edge (or syntactic sugar) of the latest releases, the humiliation of using now-deprecated methods, and the discomfort of deploying a 3+ year old version of an actively maintained library, an upgrade is now imminent. What are some practices popular in the community that we could adopt/re-visit to ensure a smooth rollout (i.e. focus on obscure compatibility issues,