I'm bringing a dead horse back from the grave :)
I've gotten a little further in my patching quest. Now I've hit a stumbling
block in Pyro.exe (v3.8)
PatchTransform.Validate() is reporting
WixErrors.InvalidRemoveComponent
My product has thousands of components, my Patch.wxs only lists two(2)
I'm bringing a dead horse back from the grave :)
I've gotten a little further in my patching quest. Now I've hit a stumbling
block in Pyro.exe (v3.8)
PatchTransform.Validate() is reporting
WixErrors.InvalidRemoveComponent
My product has thousands of components, my Patch.wxs only lists two(2)
Thanks for all replies, now I totally understood.
-邮件原件-
发件人: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
发送时间: Saturday, December 07, 2013 1:56 AM
收件人: General discussion about the WiX toolset.
主题: Re: [WiX-users] Can different products contain conponents with the same
ComponentId
There is a "force uninstall" option available to BA's that will ignore
permanent.
-Original Message-
From: Loren Keagle [mailto:loren.kea...@braemarllc.com]
Sent: Friday, December 6, 2013 4:25 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Altering repair behav
Thanks Phill,
I didn't catch where the fragments were defined in the source tree until now.
I suppose I could define my own PackageGroup for this based on the existing
one. What exactly would I change to make sure the repair is not performed when
the bundle is repaired? Would I simply remove
I do not know if there is a build in way to skip the repair when using the
predefined PackageGroupRef. If you look at
src\ext\NetFxExtension\wixlib\NetFx4.wxs you will see how it is defined. I
assume you can implement a ExePackage element in your chain, like we must do
for .Net packages that do n
I do not know the answer to your question directly. But I think I would try
something like the following, assuming that I was looking for a particular
version of java:
The effects of smart cabbing can produce this effect, but it's always best to
check the File Table and what is actually being installed.
--
John Merryweather Cooper
Build & Install Engineer – ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jack
El viernes, 6 de diciembre de 2013, Dave Williamson, Clear Sky Software
escribió:
> Very noticeable size reduction for the same MSI built in 3.8.1128.0
> compared
> to 2.0.5805.0. 26 MB went to 15 MB. Nice benefit. Good job.
>
Check your MSI contents carefully, such a large difference could me
Very noticeable size reduction for the same MSI built in 3.8.1128.0 compared
to 2.0.5805.0. 26 MB went to 15 MB. Nice benefit. Good job.
dave williamson
--
Sponsored by Intel(R) XDK
Develop, test and display web
Hello. I've very new to Wix, and was slowly working my way through building an
installer, when I ran into a snag. I need to create a shortcut to javaws.exe.
It's typically found in "Program Files" or "Program Files x86", under
Java/jreX/bin. I thought I would chain together AppSearches, look
If multiple products install the same component in the same folder, the
component is reference-counted, and it is removed when all the products
having that component are uninstalled. This is one of the main features of
Windows Installer and the reason for most of the "component rules".
El viernes,
El viernes, 6 de diciembre de 2013, Smagin Alexander escribió:
>
> I do not want make a Major update due to it's difficult for end users.
> it's necessary to uninstall previous version and then install new one. I
> would want to run one file without special command line that make change
> only one
If two products use the same componanet and they are installed in the same
folder. product A complements product B, nevertheless these products can be
installed separately. in this case does the shared component (files) leave
unchnaged If one of them is uninstalled ? if not how to implement
Hello Phil
Thank you for your replay
Here are my conditions. Not installed and REMOVE=ALL are used for them.
I do not want make a Major update due to it's difficult for end users. it's
necessary to uninstall previous version and then install new one. I would want
to run one file withou
Yes - that's what merge modules do. They are the same resource component in
a package used to build multiple products to keep the sharing working
properly. Put the shared components in merge modules to be safer. If you're
all WiX there are WiX fragments.
This assumes that the resource is the same
What condition did you use on the CA in the original install? If you had
used a better condition the CA would already be running during the patch
install. For the sake of argument, let's assume you used the condition "Not
Installed". This is a bad decision for at least two reasons (and there are
mo
Hi,
I have a multi language msi with English and German transforms. When run
manually, the msi installs fine on English or German OS. But when the
software is pushed through GPO, it thinks the MSI supports German and
therefore fails to run on English machine. Any thoughts on why the Group
poli
That first error is just telling you that Windows Update is disabled (or
busted) and Burn is going to ignore it now.
The return code is 0x80070642 which, IIRC, is "user clicked cancel".
-Original Message-
From: Sam Boman [mailto:s...@samb.se]
Sent: Friday, December 6, 2013 6:52 AM
To: G
I got this error from a user trying to install... Cannot find any specific
information.
i207: Planned related bundle: {22dba2f2-9705-4abd-a4ba-df065031d2de}, type:
Upgrade, default requested: Absent, ba requested: Absent, execute:
Uninstall, rollback: Install, dependency: None
i299: Plan complete
Correct. Running in "Modify mode" can do a repair or an uninstall or even
install (of features). Since Burn (the Bundle engine) wouldn't know which was
done in the end it can only show the MSI in basic UI for post-install
operations.
-Original Message-
From: Steven Ogilvie [mailto:steve
The Windows Installer shows basic UI during uninstall. Burn (the Bundle engine)
does the same. However, a Bundle can show UI during uninstall.
-Original Message-
From: Arunnath Raveendranathan [mailto:arunnat...@gmail.com]
Sent: Friday, December 6, 2013 12:26 AM
To: wix-users@lists.sour
Hi,
I was trying to incorporate Bundle with my msi. My MSI have to show some UI
to get transformation from user while uninstalling. When I use bundle I am
not able to show the uninstall UI even though DisplayInternalUI is set to
yes.
I can see that uninstall UI is turned off in Burn uninstall cod
24 matches
Mail list logo