[WiX-users] WixLibrary project WixUI declarations

2009-07-15 Thread rh_maillist
I'm new to wix and have a couple of wix projects in our solution. I'm now trying to put the UI setup in to a common WixLibrary that our other setup programs can link to. I'm using Wix 3.0. I've created a library project with the following code: ?xml version=1.0 encoding=UTF-8? Wix

Re: [WiX-users] WixLibrary project WixUI declarations

2009-07-15 Thread Peter Shirtcliffe
=ARPPRODUCTICON /. When you reference something in a fragment, the whole fragment is included. -Original Message- From: rh_maill...@mac.com [mailto:rh_maill...@mac.com] Sent: 15 July 2009 14:21 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WixLibrary project WixUI declarations I'm

Re: [WiX-users] WixLibrary project WixUI declarations

2009-07-15 Thread rh_maillist
Thanks Peter. I am using Wix through its Visual Studio integration. I'd added the library as a reference to the main setup project. I've now added an explicit property to the library which can be referenced: Property Id=WixCommon Value=WixCommon / Which is referenced from the main

Re: [WiX-users] WixLibrary project WixUI declarations

2009-07-15 Thread Peter Shirtcliffe
Message- From: rh_maill...@mac.com [mailto:rh_maill...@mac.com] Sent: 15 July 2009 14:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixLibrary project WixUI declarations Thanks Peter. I am using Wix through its Visual Studio integration. I'd added

Re: [WiX-users] WixLibrary project WixUI declarations

2009-07-15 Thread rh_maillist
The multiple fragments in a single library does make sense. Thanks for your help on this. Cheers Russell On Wednesday, 15 July, 2009, at 03:09PM, Peter Shirtcliffe pshirtcli...@sdl.com wrote: I see what you mean, especially if youre used to C# references in VS. The oddness allows you to