[WiX-users] Browse Dialog from Custom Dialog

2010-05-05 Thread Kerber, Cameron
I have a pretty simple dialog with two text boxes right now. I would like to add a text box, with a button next to it, that if pressed launches a standard wix browse dialog, and then populates my new textbox with the folder path selected from the browse dialog. I've attempted this a few times b

[WiX-users] While we are on the subject of Heat

2010-04-29 Thread Kerber, Cameron
So I am using Heat at build time to generate a wxs fragment The problem I am having is that below I need to reference that directory that was generated in the fragment so I can use it to create my virtual directory/web application. The problem I seem to be having is that it creates an ex

[WiX-users] WiX Logging

2010-04-27 Thread Kerber, Cameron
Ok, So my current WiX application is building and works fine but occasionally crashes. In those cases I would like a log file. I know I can run msiexec from a commandline with the log command line switch, but is there anyway within the actual WiX votive project to define to always use the log

Re: [WiX-users] Storing / Accessing Properties

2010-03-31 Thread Kerber, Cameron
e environment before printing this e-mail > -Original Message- > From: Kerber, Cameron [mailto:cameron.ker...@philips.com] > Sent: Wednesday, March 31, 2010 10:07 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Storing / Accessing Properties > > Hi,

[WiX-users] Storing / Accessing Properties

2010-03-31 Thread Kerber, Cameron
Hi, With install shield we used to store properties we wanted for later in an xml file and then install shield would read them in at the beginning of install. We didn't use a custom action to do this, it was a built in function with install shield. I am looking for something similar with WiX.

Re: [WiX-users] WiX, Votive, installed files and incremental builds

2010-03-30 Thread Kerber, Cameron
The way we have it set up is we have the Custom Action project as well as the Wix project in the same solution. The build order is set so that the Custom Action project builds BEFORE the WiX project. We then reference the built "CA.dll" using relative path to the Custom Action folder. Works w

[WiX-users] Custom Actions Best Practicies

2010-03-29 Thread Kerber, Cameron
If I have a lot of custom action work going on and I mean a lot. Is it better to have a few custom actions that encompass most of the work, obviously this can be split into multiple functions within the custom action or have a ton of separate custom actions? I'm trying to weigh the pros and co

Re: [WiX-users] Question on heat output

2010-03-26 Thread Kerber, Cameron
12:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Question on heat output So you're using the dir Harvest Type command line switch for everything then? Thanks, Bill On 3/26/2010 10:12 AM, Kerber, Cameron wrote: > I just got over the heat output

Re: [WiX-users] Question on heat output

2010-03-26 Thread Kerber, Cameron
I just got over the heat output hurdle. The heat output, is really only a directory/component/file listing of the directory you gave it. It isn't going to produce any xml that'll install the service. You will have to write that code. I haven't used the heat project as a directive, I used tfs

[WiX-users] TFS Build and WiX

2010-03-18 Thread Kerber, Cameron
Ok, So I have a preprocessor variable that I want to pass from my TFS Build process to my wix project. I don't know how to do this. I've been scouring the web and trying multiple things but can't get it to work. I have a preprocessor variable called BuildPath used throughout my main wxs file

Re: [WiX-users] Adding multiple files to component

2010-03-17 Thread Kerber, Cameron
toolset. > Subject: Re: [WiX-users] Adding multiple files to component > > You can try this - simple GUI > http://flexsetup.codeplex.com/ > WiXFileTool: generates WiX file definitions and component definitions for a > collection of files > > > > > _

Re: [WiX-users] Adding multiple files to component

2010-03-17 Thread Kerber, Cameron
bject: Re: [WiX-users] Adding multiple files to component You can try this - simple GUI http://flexsetup.codeplex.com/ WiXFileTool: generates WiX file definitions and component definitions for a collection of files From: "Kerber, Cameron" To: General

Re: [WiX-users] Adding multiple files to component

2010-03-16 Thread Kerber, Cameron
Yes, I understand that you can put multiple files in a component, but that means I have to write the Source for each of the files, and spell out each file xml element. I basically just want to set the Source to a directory and include all files under that directory. Or some process that conver

[WiX-users] Adding multiple files to component

2010-03-16 Thread Kerber, Cameron
I'm sure this question has been asked before in some variety but searching the mail archives on SourceForge is awful. I am also new to WIX Anyways, in my build process I am outputting a bunch of files to a directory. I want all those files added to a component in my WIX project. To build my

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
ix.sourceforge.net/manualwix3/util_xsd_xmlconfig.htm > > Here see the parents of the XmlConfig element. > > > > > On Fri, Jan 8, 2010 at 8:08 PM, Kerber, Cameron < > cameron.ker...@philips.com> wrote: > >> Well I don't see any file search element under Proper

Re: [WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
sebastianbrand.com/> : blogging about software development, deployment and productivity > -Original Message- > From: Kerber, Cameron [mailto:cameron.ker...@philips.com] > Sent: Friday, January 08, 2010 15:10 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Mo

[WiX-users] Modify Existing XML File

2010-01-08 Thread Kerber, Cameron
So I've seen a lot of documentation in using the XML Util Extension to modify xml files. But generally all those tutorials are for changing XML files that are being included with the install. How would I change an XML file that is already existing for where I am going to deploy my Install? So

[WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread Kerber, Cameron
So I created a Wix Solution and added it to my Team Build process as the last solution to build. But I am using source files inside WiX that aren't created until after my solutions have built and deployed... So how do I delay the WiX compile. Specifically my problem is on the AfterDrop target