Please forgive me if this question is a repeat of someone else's question. I
looked but didn't find anything that seemed to provide a
workable solution.
I have an application I need to build localized install packages for using
WIX/Votive VS2010. The app is localized for 9 languages. I have
the
I never expected that there is much simpler one liner solution using
MajorUpdate.
Somehow I missed this element.
http://wix.sourceforge.net/manual-wix3/wix_xsd_majorupgrade.htm
http://www.joyofsetup.com/2010/01/16/major-upgrades-now-easier-than-ever/
Very helpful indeed.
Thanks John!
Martin
--
If you use the element then it is the default behavior. You're
using the older way, so you need to specify it explicitly.
--
John Merryweather Cooper
Jack Henry & Associates, Inc. (Premier Tech, Inc.)
Build & Install Engineer - jXchange
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
--
Peter, I own you one!
MigrateFeatures did the trick.
However I need to explicitly set it to Yes, although I am doing major
upgrade.
Removing MigrateFeatures attribute does not enable this behavior by default.
Is this expected?
Thanks a lot!
Martin
-Original Message-
From: Peter Sh
I keep getting the following MSI message when it attempts to load my .NET 4.0
custom action assemblies:
System.BadImageFormatException: Could not load file or assembly
My.CustomActions.WiX' or one of its dependencies. This assembly is built by a
runtime newer than the currently loaded runti
In the upgrade installer, set UpgradeVersion/@MigrateFeatures="yes"
If you use MajorUpgrade, migrate features is the default.
-Original Message-
From: Martin Kulov [mailto:mar...@kulov.net]
Sent: 10 June 2011 16:25
To: wix-users
Subject: [WiX-users] remember installed features during maj
Hi,
I am sure this is a commonly asked question, but I cannot find any resource
explaining this.
Scenario:
User has installed the product and changes the default selected features to
install.
During major upgrade the installer fails to remember what features user has
selected to install a
Has the text file been edited since it was installed ? Ensure that the
modification and creation dates and times are the same before applying the
msp.
There is no reinstallmode at component level. You could try
REINSTALLMODE=vamus to force an overwrite regardless of "version" just to see
if that w
Hello everyone,
I'm trying to make an MSP which can update a few files and run a few SQL
scripts. It has taken me ages to get anywhere because of boatloads of
issues, but I'm finally in a situation where my MSP runs and completes,
updating the database properly. Unfortunately, it doesn't actually
Hi,
what are the default ICEs that smoke runs? (As switched off by -nodefault.)
Is it the complete list of 105 here:
http://msdn.microsoft.com/en-us/library/aa369206(v=VS.85).aspx ?
Thanks,
Sam
___
This e-mail may contain information that is confide
Hi!
I have a strange problem with standart BrowseFolder dialog.
I have custom dialog witch contains such controls (three fields for selecting
directory):
All is fine installer runs and folders a selected. But, if I want to set up the
same path in each dialog, in first i ca
Thank you both for the information.
On Thu, Jun 9, 2011 at 6:18 PM, Michael Osmond wrote:
> Hi
>
> 1. Is it possible to uninstall just a single instance, if that instance is
> no longer needed?
>
> Yes, Add/Remove programs will do it, or you can use the command line if you
> know the Instance Pr
Look for ice57, ice43 or whichever youre getting
-Original Message-
From: Sergey [mailto:sh0...@gmail.com]
Sent: 10 June 2011 08:32
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] UninstallShortcut
What keyword must I use to find these discussions?
Can
What keyword must I use to find these discussions?
Can you give me some links?
07.06.2011 14:36, Peter Shirtcliffe пишет:
> Its applicable to per-machine installs also. The ice cant tell what your
> ALLUSERS value is and so that registry key is required to satisfy it. You
> just have to live with
14 matches
Mail list logo