Hi!
I have a WiX bundle executable (using Bundle/Chain/MsiPackage elements) I use
to install 2 different MSI packages.
I already have several MSI properties as Variable elements that are defined in
the bundle and passed along to the MSI packages as MsiProperty elements.
My question now is, how c
Hi Rob,
what about the Patches bundles?
for a patch i have different upgrade code than the main bundle, if it is the
same it will remove the main bundle.
in the new major upgrade bundle i have the upgrade code as the main bundle
upgrade code, when installing the major upgrade the main bundle is
A Bundle is not processed by msiexec.exe and does not have a "Property" in
the MSI sense of the term. A Burn Bundle may have Burn "variables", which
are a slightly different concept than a "Property".
You cannot "set" the variable in the Bundle (wxs authoring), but you can
make it bal:Overridable
The symptoms that you have shared, (installs on a clean system, but when the
"old" driver is present, the "new" driver is added to the driver store, but
the class installer is not invoked by the PNP manager) are commonly due to
the fact that the "new" driver has a lower driver rank than the "old"
d
Was there any solution to this?, I have the same problem, ICE57 when I
install with ALLUSERS=1
The RegistryValue for the shortcut's keypath is registered only on HKCU, if
I use HKLM og HKMU I get the ICE57 error.
Someone up in the thread said you should ignore it, but it's an error so it
dont produ
Hi,
I have the following code snipped to launch my application when the
installation is complete.
At the end of the installation (before seeing the page with Finish button),
myapplication.exe is triggered nicely. However, the page with Finish button
Did you see this thread?
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Burn-patch-for-bundle-td7291580.html
Some time ago I did an experiment along this line. I think I used 'add-in'
or 'update' but not 'patch'. And I added code to my mba. For me the
updated bundle was remove
You have Return="ignore" which means "the custom action will run
synchronously and the return code will not be checked".
If you want the action to run asynchronously then use Return="asyncNoWait".
(I have not done this so I don't know if there are other issues,
particularly related to the fact th
Use this approach instead:
http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/
Carter
Quoting Dolevo Jay :
> Hi,
> I have the following code snipped to launch my application when the
> installation is complete.
>ExeCommand="[SUBDIR]myapplication
Hey WiX team,
Can we perhaps put a compiler warning in if a bindpath isn't used? And perhaps
also add a build error when a user tries to use pure wix patching method
without a bindpath? Would be thrown during the light.exe phase when outputting
a wixmsp file.
Thoughts?
Stephen Tunney
Nuance
Hey Bob,
I had posted this question earlier but I guess it got lost in the piles of
emails going out to your adoring fans ;)
In my torch command I have -xi -xo set, and I'm still getting a cab file with a
.wixmst extension? How do I force this to be the expected XML file? What
causes the con
I may be speaking out of turn, but from what I have read, the XML is output
if the change does not require changing any file objects. If the patch
deploys files then they are also added to a cab. (I hope this is correct
and I apologize if I have mislead anyone.)
--
View this message in context
Quick question: How to eliminate the cancel button from the UI dialog that
shows when uninstall? I am using WiXUI_FeatureTree and also referencing
WiXUI_Common. I would modify the existing dialog but my problem is that I don't
know which dialog to modify. I thought it was the ErrorDlg because I
I should have tested more before I did the above post. The above change does
not work, so I will go back and study how to do RemotePayload some more.
Thanks.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Third-party-payload-download-from-my-ser
On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
> Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems
mean. :)
> And perhaps also add a build error when a user tries to use pure wix patching
> method without a bi
On 6/12/2014 3:40 PM, Tunney, Stephen wrote:
> I had posted this question earlier but I guess it got lost in the piles of
> emails going out to your adoring fans ;)
No, I'm just busy. :)
> In my torch command I have -xi -xo set, and I'm still getting a cab file with
> a .wixmst extension? How d
On 6/12/2014 6:12 PM, Robert Harrison wrote:
> Quick question: How to eliminate the cancel button from the UI dialog that
> shows when uninstall? I am using WiXUI_FeatureTree and also referencing
> WiXUI_Common. I would modify the existing dialog but my problem is that I
> don't know which dialo
Hi Bob,
There seems to be a lot of great information here. Can you be more specific and
point me to a page that addresses my issue please?
Best,
Robert
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Thursday, June 12, 2014 3:49 PM
To: wix-users@lists.sourceforge
I can agree with the first, but the second scenario will simply result in a
useless patch if the user doesn't have bindpaths and tried to do pure wix
patching. I've tried with the simplest scenarios and pyro creates warnings
stating that each transform applied has not differences.
_
Speaking of evil things... might I make a suggestion that two files be output?
TransformX.wixmst (XML file)
TransformX.wixmst.cab (paired cab file)
This would be super ideal and would help keep separation of concerns for each
file sane as well.
Or would that break too much stuff? Can I add a
Also, I have been looking at this file in more detail.
The file itself is encoded with ANSI, but the XML header tag states that the
XML is in UTF-8. Is this intentional?
-Original Message-
From: Tunney, Stephen [mailto:stephen.tun...@nuance.com]
Sent: June-12-14 9:01 PM
To: General dis
21 matches
Mail list logo