Re: [WiX-users] Component sequence

2008-04-29 Thread Walter W
Hi Bob, thanks for the reply. I've solved the problem myself. I added a within to make sure the file is copied and named exactly the way I want it to be. I think my original problem was actually how to install a file say FileA as FileB, and access it as FileB from a element that resides in a d

Re: [WiX-users] Component sequence

2008-04-26 Thread Bob Arnson
Wally wrote: > But if I enable , and specify USE_WCFBINGING=NO, I get > an error message: Does XmlFile work if USE_WCFBINDING is Yes? > It seems that "CompConfigFile" is run before > "CompBasicHttpConfigFile". Is there a way to specify the sequence of > the components?? The sequences are base

[WiX-users] Component sequence

2008-04-25 Thread Wally
I have two components that each installs a config file. Based on a condition, only one component is run and one config file is installed. The two source config files have different names, but I want to refer to them using the same name in another component where I call the XmlFile and XmlConfig to