[WiX-users] Burn bootstrapper and MSI UI

2011-02-26 Thread Wouter Demuynck
Hi, I am exploring the new features of WiX 3.6 and especially Burn, which is a very compelling addition to the WiX toolset. Although I love the fact that you can completely customize the entire UI now (even including WPF), I have invested a great deal of time in creating custom MSI UI templates an

[WiX-users] Installing an EventSource for a .NET application

2008-06-24 Thread Wouter Demuynck
Hello, For a .NET application I would like to create an event log source in the setup process. Until moving to WiX, this was done via an InstallUtil-type Installer class, but, for obvious reasons, I'm moving away from this now. I have been looking at various sources of documentation and what I've

Re: [WiX-users] WixLib and WixVariable

2008-06-17 Thread Wouter Demuynck
Hello, Using a works, I'm gonna file a bug report for this "!(wix.id)", I had to rename the Id though so it would not conflict with the existing default [ProductName] property. Thanks for the help, Kind regards, Wouter 2008/6/17 Bob Arnson <[EMAIL PROTECTED]>: &g

Re: [WiX-users] WixLib and WixVariable

2008-06-16 Thread Wouter Demuynck
Yes, I am getting the following error: The WiX variable !(wix.ProductName) is unknown. Please ensure the variable is declared on the command line for light.exe, via a WixVariable element, or inline using the syntax !(wix.ProductName=some value which doesn't contain parenthesis). I'm using the pr

[WiX-users] WixLib and WixVariable

2008-06-11 Thread Wouter Demuynck
Hello all, Is it possible to define WixVariables inside a Fragment in a .wixlib, then import the library in an MSI project via project references and access these variables? I have been trying to accomplish this to avoid having to maintain the same set of variables twice. I'm using the latest wee

[WiX-users] Scheduling a task

2007-09-26 Thread Wouter Demuynck
Hello, I have an installer project that will require a task to be scheduled in Windows. The task itself is one of the executables installed by the MSI (In future versions, this will be a Windows Service, but right now my hands are tied on this). If believe that if there's no existing task in

[WiX-users] Changing ASP.NET Settings (IIS)

2007-04-23 Thread Wouter Demuynck
Hello, I have generated a setup using WiX that installs an ASP.NET web site. Everything works like a charm, but now I want to limit the amount of end-user skill required to install the site. I have found that on some PC's the default ASP.NET version is set to 1.1, while it should be set to 2.0.

[WiX-users] Include multiple files / directories automatically

2007-04-22 Thread Wouter Demuynck
Hello, Is it by any means possible to include multiple files in a single statement automatically in a component? I would like to add the full contents of a PrecompiledWeb directory in a component, but without the need for having to add a file element for each (100+) file. Thanks! Kind regards

[WiX-users] ComboBox listing IIS WebSites

2007-04-21 Thread Wouter Demuynck
Hello, I am trying to fill a ComboBox UI element with the list of IIS sites on the localhost. I have read several scripts on this mailing list and tried them out, but none of them seem to work. I'm getting an error prompting that "error 2205" ocurred. I am using WiX 3 and Votive to do this. I