[WiX-users] Elevating custom bootstrapper application

2015-01-05 Thread Yari Serve
Hello, I've written a custom WPF bootstrapper application and I need to modify some config files inside the install dir after installation. For easier editing, I want to use the custom BA instead of the WixUtils. Now this works without a problem with UAC disabled, though a disabled UAC thro

[WiX-users] Building WiX Bootstrapper Application with TFS Build

2014-11-24 Thread Yari Serve
Hello, I've created two WiX setups as well as a Bootstrapper that contains both .msi files inside its Chain. Now I want to build both setups and the BA with TFS Build. The build itself is successful, I've already moved the WiX sources to TFS and changed the WiX paths to a relative location

Re: [WiX-users] .NET FX 4.5 as the supportedRuntime and supportedFramework in BootstrapperCore.config

2014-09-17 Thread Yari Serve
sers] .NET FX 4.5 as the supportedRuntime and supportedFramework in BootstrapperCore.config It's impossible to tell what's wrong without looking at the log in the %TEMP% directory. On Wed, Sep 17, 2014 at 4:02 PM, Yari Serve wrote: > Sean, > > Even this does not work: > &

Re: [WiX-users] .NET FX 4.5 as the supportedRuntime and supportedFramework in BootstrapperCore.config

2014-09-17 Thread Yari Serve
the supportedRuntime and supportedFramework in BootstrapperCore.config Starting with .NET 4.5, there is no client profile. On Wed, Sep 17, 2014 at 2:40 PM, Yari Serve wrote: > Greetings, > > > > I'm currently writing my own Bootstrapper Application with WPF and > .NET 4

[WiX-users] .NET FX 4.5 as the supportedRuntime and supportedFramework in BootstrapperCore.config

2014-09-17 Thread Yari Serve
Greetings, I'm currently writing my own Bootstrapper Application with WPF and .NET 4.5. Because all applications installed with the BA will be run using .NET 4.5, I want set this as the supportedFramework. Unfortunately, this does not work and only opens the Prereq-Installer instead of my c