Re: [WiX-users] Burn modify action

2013-01-10 Thread Neil Sleightholm
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.

Re: [WiX-users] Adding Languages .wxl files: Culture=en-gb and Culture=es-mx has issues.

2013-01-10 Thread Bob Arnson
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

Re: [WiX-users] Hello - are you aware of test mutations?Kindly assist me with some answers

2013-01-10 Thread Bob Arnson
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

[WiX-users] Wix Burn 3.7 & .NET 4.5

2013-01-10 Thread Thomas Hammond
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

Re: [WiX-users] Find out the features selected immediately

2013-01-10 Thread John Cooper
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

[WiX-users] Find out the features selected immediately

2013-01-10 Thread Natalie Carr
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

Re: [WiX-users] How to assign Bundle Variable value at runtime based on condition

2013-01-10 Thread Rob Mensching
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. > >

Re: [WiX-users] How to assign Bundle Variable value at runtime based on condition

2013-01-10 Thread Darshan Zala
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

[WiX-users] Creating an ApplicationPool and DataBase using WIX

2013-01-10 Thread Master Yoda
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

Re: [WiX-users] MsiPackage InstallCondition

2013-01-10 Thread Branko Horvat
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

[WiX-users] Bootstrapper UI - common successful header for installation and un-installation

2013-01-10 Thread Karkare,Aparna
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

[WiX-users] [SPAM] Re: Bundles in Bundles: How? (v3.7 wix Bundle Reference Counting feature)

2013-01-10 Thread wuphi
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

Re: [WiX-users] MsiPackage InstallCondition

2013-01-10 Thread Gabriel Ivanes
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

[WiX-users] Bootstrapper custom UI Theme - can't reduce the font

2013-01-10 Thread Karkare,Aparna
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