Do you have more than one ServiceContol elements in your MSI? I found in the
past that Windows Installer (not WiX) only supports one (or it might have been
one per service id), this may have been fixed but is worth checking (try
writing a simple MSI that just stops services and check they are st
Some translations were provided: https://sourceforge.net/p/wix/bugs/3269/
But they are still not included in last releases
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/localized-variable-unknown-for-fr-FR-it-IT-and-some-other-cultures-tp7585859p
I'd try to extend on what Rob started. A simple web request returning rss/XML
with an extensible schema. If the version on the web is greater than the
installed version, download the updated bundle and execute. I'm still pondering
a generic way to integrate this into burn that is both configur
Does anyone have a suggestion/sample code for checking a web site for the
latest release of a product?
Paul Brewster
5501 Hawthorne Pl, NW
Washington, DC 20016-2668
H (202) 362 6324
C (301) 351 1949
--
How Servi
Also:
Two entries in Add/Remove means the upgrade failed to upgrade. You have side
by side (or on top of each other) products running, so since the upgrade did
not in fact happen I'd say that then all bets are off regarding proper
behavior of in-use files. Check the log for FindRelatedProducts to
None of the services are inter-dependent (one of the features of our system),
and here's what the ServiceElements look like:
So wait was set to yes for all of them. And looking in the logs that each of
the services generate, they do all shut down in a timely fashion.
Any other thoughts?
Alai
It's vital=no that you need in the long run. That should allow you to skip
the file with an ignore option in the dialog if it's missing.
Upgrades with RemoveExistingProducts at the end will apply file update
rules, so what may be happening is the upgrade is trying to decide whether
to replace the
Thank you, Ravi! I'm going to try this once I get a machine for my own testing
and can move a little swifter with tests as opposed to sending to a user and
asking him to try it out. What I've done in the meantime to bypass this issue
is make the install-location the AppData-directory and perform
>From
>http://msdn.microsoft.com/en-us/library/windows/desktop/aa373667(v=vs.85).aspx
351 = ERROR_FAIL_SHUTDOWN
Some applications could not be shut down. The AppStatus of the RM_PROCESS_INFO
structures returned by the RmGetList function contain updated status
information.
I'd suggest looking a
We've encountered a curious problem when our bundle auto upgrades. When our
client software dials home and detects that it is outdated, it downloads the
newest version (1.0.1), and runs it with the following command:
cmd /c start MyUpToDateBundle.exe -quiet -norestart -log MyUpToDateBundle.log
you mean to say I need to give another MSI???
From: Hoover, Jacob [jacob.hoo...@greenheck.com]
Sent: 03 June 2013 20:41:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstalling the MSI giving Problem
You should fix
Yes, provide a fixed MSI with the same version info. The /fv tells windows
installer to re-cache the MSI. I believe it also does a repair at that time
which is just another install. From there, you should be able to remove the
product as you have fixed the broken CA.
-Original Message-
You should fix the MSI, and then provide one for the user to recache before
uninstalling. (msiexec /fv fixedmsiwithsameversion.msi)
The easiest way of "fixing" it would be to take the original RTM version, and
using a tool like Orca to disable the CA that is imploding on uninstall.
Provide t
Hi,
When i tried to uninstall the MSI from control panel entry it is throwing error
because of Custom actions. Again it is calling the custom actions.
I know how to stop the Custom action when the Time of uninstalling.
Now,my current scenario is I want to uninstall the MSi which is already ex
Hi,
If you ever set permissions on folder through LockPermissions table then
the permission on folder is overwritten so that it has only permissions
explicitly specified in table. E.g. if you set permission to some user then
that folder will have permissions only for the user.
Deferred custom actio
Correct. That was my meaning of link--using VS to add the file to multiple
projects (although this can be done to the proj file directly if you know your
MsBuild syntax.
--
John Merryweather Cooper
Build & Install Engineer – ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS 66227
Office:
I am trying to display a string that contains something like
Company(c) My Product Name(tm)
In the localization file, this is written as:
Company© My Product Name™
Using Codepage=1252 (or Windows-1252) allows me to display the copyright
symbol, but the trademark symbol causes Light to throw the
Hi again, just so you know, I tried setting Vital=yes and removing the
MsiFileHash table entry for that file, and I'm still getting the same
behaviour.
It's curious that it would translate the error like this (points to a bug
in MSI, I think) but other than that this isn't really a big deal.
Tha
Hi,
Can you try setting folder permission to the
Program Files\Manufacturer\Product directory.
I had a similar issue when copying mdf,ldf file to the C:\program
files\product folder on windows 7 and attaching to the SQL Server ,i
tried the above code.
Let me kn
Sorry, I didn't see your emails. I respond:
> 1 - use the -suid flag with heat.exe to make your id's more readable.
I tried it and don't help. Even, I don't see the benefits of NO
generating UIDs in a .msi.
> 2 - what's the Component throwing that error actually contain? The opening
> tag doesn
We have the WiX tool installed on a shared drive on the network; for building
the installer we use the commandline tools in the Project Property Sheets.
This way the developers in our team don't need to install WiX but will still
use it.
Our devs build the apps, test it themselves and put it thr
21 matches
Mail list logo