The major-upgrade tag has no wiki summary.
1
vote
1answer
72 views
WiX custom action on major upgrade rollback not run
I have a WiX setup which has
<MajorUpgrade Schedule="afterInstallInitialize"
DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
If an ...
1
vote
1answer
49 views
how to change from per user to all user installation?
For our msi , we did not mention allusers property in existing releases. so by default it went as per user.
Our customers installed the application using an admin user id and that admin left the ...
1
vote
1answer
48 views
WIX force installation of a component with lower version number
I'm using AjaxControlToolkit and they decided to change their version numbering scheme. The change is documented here : ...
0
votes
0answers
43 views
InstallShield Major upgrade for a multi-instance setup
I can't achieved to do a major upgrade on a multi-instance setup.
For example, 2 instances are installed on the same computer.
I've created a major upgrade (version, product, package code) but I ...
2
votes
2answers
109 views
wix major upgrade not installing all files
I have a very simple WiX project (version 3.7) that installs somes files (a .NET program version 6.0.0.0). I'm ready to release a new version 6.0.1.0 using the MajorUpgrade functionality in WiX.
I'm ...
0
votes
1answer
15 views
How to minimize downtime when upgrading all files of a site and there are lots of tweaks to do?
I need to make some big upgrades in my site (it´s a Drupal 6 site, and I´m upgrading it to Drupal 7), and it´s going to take me a while to complete all the items I need to change (I have to do some ...
0
votes
2answers
2k views
jQuery 1.9.0 List of Deprecated, Removed, and Changed functionality since 1.6.4 [closed]
We are currently upgrading jQuery in our application from jQuery 1.6.4 to 1.9.0.
I believe I have gotten the majority of the changes fixed in our application, however, I would like to be able to go ...
2
votes
1answer
190 views
Major upgrade vs Minor upgrade version Numbers
We have an application, in which we have series of releases. The current version of the application in production was V2.1
Now we have a set of new UI Screens to be added and related changes to the ...
0
votes
0answers
228 views
WiX upgrade / downgrade regardless of version
Basically, I am looking to write an installer that will always overwrite the previous version (whether newer or older), UNLESS the version AND files are exactly the same. Obviously, I understand that ...
2
votes
2answers
181 views
Why Major Upgrade does not upgrade previous Per-Machine installation?
I am using Wix 3.5 with new Major Upgrade feature, I am also using WixUI_Advanced to allow user to choose between Per User (default) or Per Machine installation scope.
The Major Upgrade works fine ...
2
votes
4answers
96 views
Business case to upgrade from .NET 1.1 [closed]
I am trying to build a business case for a client to upgrade from old legacy .NET 1.1 ASP.Net solution to .NET 4.0. The customer will like the application to be HTML5 future proof, adhere to W3C ...
1
vote
1answer
316 views
Majorupgrade or Upgrade ID which is preferred for Major upgrade?
We are trying to do Major upgrade. While i was investigating i found 2 approaches.
One is using Upgrade Id and another one approach was Majorupgrade tag.
It seems Majorupgrade is easy to do it ...
1
vote
2answers
197 views
Why uninstallation of msi doesn't delete registry and installdir?
we are using wix project to create msi. We were trying to do major upgrade.
We did change the product code and product version and created new Msi
New msi is installed [ registry keys were created ...
0
votes
2answers
53 views
Is there a name for Upgrading an Application from a Legacy Language to a Newer one?
Is there a more specific, technical or industry-used word or phrase for migrating an application from an older, legacy language (i.e. Visual Basic 6), to a newer language like VB.Net?
0
votes
3answers
385 views
upgrading 10 g to 11g checklist
There are plenty of stored procedure on 10g plaform . ( Almost 500 SPs)
Each SP might have loop, fetch and etc.
I'd like to ask you if there is a cool method to control all the SPs which are ...
1
vote
1answer
124 views
Is creating git diff patches then manually editing the before applying a valid workflow?
Ok there are 2 projects, A & B. The project I'm working on 'B' is downstream of 'A'. That is to say that B has added different features and grown in a different direction to A. But they share a ...
1
vote
1answer
344 views
WiX major upgrade doesn't complete installation until spawned
I created an installer based upon the code I found here. If a previous version of the app exists, I want the installer to delete it before installing the new one.
If it's a clean install, everything ...
4
votes
2answers
265 views
How should I handle product upgrades in a WiX installer?
I have a reasonably large WiX installer (250 Mb plus) and I am trying to come up with a suitable upgrade strategy.
Most of the files in the installer will not change and we would prefer not to have ...
0
votes
1answer
110 views
WIX: Upgrading unversioned files in separate cab file
I've got a WIX installer that installs some unversioned files from an external CAB file.
My problem is that I'm told I need RemoveExistingProducts before InstallInitialize for unversioned files to ...
2
votes
4answers
1k views
Major Upgrade - .exe file not reinstalled
I have a .msi file created by a program called MSICREATE and doctored using orca as follows...
InstallExecuteSequence Table
* added FindRelatedProducts with sequence 410
* added ...
0
votes
2answers
150 views
Points to note for Future upgrade of App without new install in iPhone?
What are the points to keep in mind for upgradation of app?
How the upgradation is done in device? I mean what are the changes done in filesystem of device?
If I am involving new View in my app, ...
1
vote
1answer
245 views
WiX/MSI - Custom Action - Upgrade Logic
I have some sort of requirement that states that we have to set up scheduler tasks in the install phase and then, naturally, remove them in the uninstall phase.
However this scenario gets complicated ...
6
votes
2answers
333 views
Wix: How to limit major upgrades to major version numbers?
I need the following behaviour from my wix-based installers:
Every setup in the major version 1.x.x line should majorupdate any
previous version of the 1.x.x line.
Every setup in the major version
...
1
vote
1answer
109 views
Upgrade from velocity 1.4 to recent - What to expect?
I have to maintain an old legacy codebase that uses velocity 1.4 for several things.
The customer is pretty conservative when it comes to updates, so we have to cope with
this ancient dependencies.
...
0
votes
1answer
117 views
How to upgrade Fuse Servicemix 4.2.0 to 4.4.0
Has any one attempted this before? I would like to know how to upgrade from 4.2 to 4.4 bearing in mind that there are exisiting services on the latter, which I hope will still work on the newly ...
3
votes
1answer
652 views
How do Windows Installer instance transforms interact with upgrades?
I've created an installation package (via WIX) that takes advantage of instance transforms to allow itself to be installed multiple times on one machine. Without giving it a lot of thought, I also ...
1
vote
1answer
680 views
WiX3 major upgrade not working
I have a major upgrade that I am trying to do, but it just doesn't work. It simply installs the new program along side the old one. They are in different directories (as I changed the directory ...
1
vote
2answers
228 views
WiX major upgrade! Need different behaviors for different components
Okay! I have finally more closely identified the problem I'm having. In my installer, I was attempting to get a settings file to REMAIN INTACT on a major upgrade. I finally got this to work with ...
2
votes
1answer
530 views
Replacing unversioned files in WiX major upgrade
EDIT!
Okay, further examination and experimentation is showing that the problematic file, the pathwaysMdf file, IS being installed! However, after being installed, it's being REMOVED, by a ...
0
votes
1answer
755 views
Problem with WiX major upgrade!
The Problem:
I need both these files, PathwaysMDF and PathwaysLDF to replace (overwrite) the old copies on a major upgrade.
Okay, this WiX is driving me crazy. The settings file works perfectly, ...
0
votes
1answer
323 views
How can I force a major upgrade to not switch to maintenance mode using the old installation package?
I have an installer that I would like to use for a major upgrade. I have done the following:
Increased the version number (from a.b.c to a.b.c+1)
Changed the ProductCode
Kept the same UpgradeCode
...

