I have spent some time trying this and the modify action doesn't seem to do
anything; it just checks the install conditions and determines that everything
is the same. Can anyone confirm this or if it should do more?
Neil
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.
On 09-Jan-13 11:12, TimM wrote:
> Each language as it's own .wsx file and all contain the same identifiers
> with the correct translations. So does this mean that the cultures that have
> the fallback culture set see the same identifiers declared in them and
> therefore causing these errors???
Set
On 08-Jan-13 10:54, John Cooper wrote:
> Conceptually, it requires carefully embedding debug code in your working
> immediate custom actions that is triggered only when the mutating variable is
> set to certain values. The part about embedding debugging code into my
> custom actions is a little
I updated my bundle to use .NET 4.5 as the Mba Prereq. This works fine if I
install on a machine that does not have .NET 4.x installed. However, if I run
on a system that already has 4.0 installed, Burn does not install .NET 4.5 as a
prereq before loading my managed bootstrapper application. Eve
Not really. The properties one could refer to aren't finalized until after
CostFinalize which is going to be too late for most of your dialogs.
The way I worked around it with one my multi-feature installers as to maintain
a set of "shadow" properties that tracked each of the features. This re
Hi,
Is there any way to find out which features a user selected from the feature
dialog straight away via a custom action when they click Next on that
dialog. I have tried to use the AddLocal property but it is not set and
don't know how else to find this info out. Any help would greatly be
app
The wix\src\setup\WixBA is written in C#.
On Thu, Jan 10, 2013 at 7:27 AM, Darshan Zala wrote:
> Rob,
>
> Are there any documentation or reference available to built custom BA in
> C#?
> I've gone through your post and looked through the C++ code but didn't get
> much idea how to modify it.
>
>
Rob,
Are there any documentation or reference available to built custom BA in C#?
I've gone through your post and looked through the C++ code but didn't get
much idea how to modify it.
I need to add few more textboxes and radio buttons in option and welcome
screens.
--
View this message in co
Hello!
I use WIX to create an ApplicationPool and a DataBase.
I use
/Component>
to create an ApplicationPool
And I want to make a Login on SQL Server for 'IIS AppPool\MyAppPool'
account.
I make a query to SQL Server using wix extension
installdb.sql script is simply
I used thorougly DIFxApp instead of DPInst for device driver installation
(subject: Installing a driver in Win 7) as you adviced.
I used and tested the following InstallConditions:
1. "VersionNT64" for installing MsiPackage on x64 platforms and
2. "NOT VersionNT64" for installing on
My bundle code has:
I referred theme file and loc file from HyperlinkTheme.xml and
HyperlinkTheme.wxl. In these files we have variable called 'SuccessHeader'
which is used in "" part of xml.
I have modified it to display something like "Installation is successfu
Hiii,
I am currently using the ExePackage to run the Bundle in Bundle install.
But I have problems with the "Detect Condition" for the Bundle.
Bundle A
-> Bundle B (is a exepackage in bundle A).
So the install works then fine but when I am uninstalling or upgrading the
Bundle A ... I can n
Hello,
- Here are Burn Built-in Variables :
http://wix.sourceforge.net/manual-wix3/bundle_built_in_variables.htm
- You can also use burn's arguments. :
...
I've got two msi packages in a wix bundle. I want to install one on x86
> platform and the other in case o
I used HyperlinkTheme.xml and HyperlinkTheme.wxl as a reference for my custom
theme and generated my own theme file.
I have modified "SuccessHeader" and added my own message there and the new
message seems to appear however it is hiding behind the reserved space for
other controls on the page a
14 matches
Mail list logo