Re: [WiX-users] Shared files/registry question

2010-08-24 Thread Sohail Somani
st 2010 16:23 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Shared files/registry question > > Thanks for clarifying. It is not that complex yet but just for my > curiosity, would it be possible for you to outline the benefits of > wixlib vs MSM? > > Thanks! &g

Re: [WiX-users] Shared files/registry question

2010-08-24 Thread Peter Shirtcliffe
http://robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why- would-you-use-them -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 23 August 2010 16:23 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shared files/registry question Thanks

Re: [WiX-users] Shared files/registry question

2010-08-23 Thread Sohail Somani
t; SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Sohail Somani [mailto:soh...@taggedtype.net] > Sent: 21 August 2010 06:11 > To: wix-users@lists.sourceforge.net > Su

Re: [WiX-users] Shared files/registry question

2010-08-23 Thread Pally Sandher
ted. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: 21 August 2010 06:11 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-u

Re: [WiX-users] Shared files/registry question

2010-08-20 Thread Sohail Somani
to:os...@live.com] > Sent: Friday, August 20, 2010 1:12 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: RE: [WiX-users] Shared files/registry question > > wixlib > > -Original Message- > From: Sohail Somani [mailto:soh...@taggedtype.

Re: [WiX-users] Shared files/registry question

2010-08-20 Thread Blair
Actually, wixlib and ComponentGroup/ComponentGroupRef. -Original Message- From: Blair [mailto:os...@live.com] Sent: Friday, August 20, 2010 1:12 PM To: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] Shared files/registry question wixlib ---

Re: [WiX-users] Shared files/registry question

2010-08-20 Thread Blair
wixlib -Original Message- From: Sohail Somani [mailto:soh...@taggedtype.net] Sent: Thursday, August 19, 2010 1:14 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shared files/registry question Hi, I have 4 products for which I need installers. Each installer requires 3 DLLs

Re: [WiX-users] Shared Files

2008-01-04 Thread Henning Eiben
Bob Arnson wrote: >> Yeah, I've found this article before ... but how would I do this within >> my app? Do I have to create multiple (identical) -elements like >> this: >> > > Yes. You can use CopyFile to install one and copy it elsewhere but it's > about the same amount of work and CopyFile i

Re: [WiX-users] Shared Files

2008-01-03 Thread Bob Arnson
Henning Eiben wrote: > Yeah, I've found this article before ... but how would I do this within > my app? Do I have to create multiple (identical) -elements like this: > Yes. You can use CopyFile to install one and copy it elsewhere but it's about the same amount of work and CopyFile isn't nece

Re: [WiX-users] Shared Files

2008-01-03 Thread Henning Eiben
Bob Arnson wrote: >> I didn't find an obvious way to include a file only once in the MSI and >> install it to serveral locations ... >> > > Generally you don't. Instead, you can use WiX's support for "smart > cabbing" so that only a single copy of the file is included in your MSI > package reg

Re: [WiX-users] Shared Files

2008-01-02 Thread Bob Arnson
Henning Eiben wrote: > I didn't find an obvious way to include a file only once in the MSI and > install it to serveral locations ... > Generally you don't. Instead, you can use WiX's support for "smart cabbing" so that only a single copy of the file is included in your MSI package regardless

Re: [WiX-users] Shared files

2007-06-08 Thread Rob Mensching
Are these files being installed in a shared location? If so, the Component GUIDs need to be the same. That's what the Component Rules are all about. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Riegel Sent: Friday, June 08, 2007 4:52 PM To: wix-users@lists.sourceforge.net

Re: [WiX-users] Shared files question?

2007-03-14 Thread Scott Sam
[WiX-users] Shared files question? Scott, If I understand you correctly, you are saying that you currently have the same source file included in multiple components. Is that right? If so, presumably there is something stopping you from putting the file(s) in as many components as you nee

Re: [WiX-users] Shared files question?

2007-03-14 Thread Richard.Foster
Scott, If I understand you correctly, you are saying that you currently have the same source file included in multiple components. Is that right? If so, presumably there is something stopping you from putting the file(s) in as many components as you need and including a ComponentRef to it/t

Re: [WiX-users] Shared files question?

2007-03-14 Thread Rob Hamflett
Put any components that can be shared into a shared folder. The just list the required components under whichever features need them. It's OK to have components under multiple features. Windows Installer will take care of it for you. Rob Scott Sam wrote: > In our product, we have a bunch o

Re: [WiX-users] Shared Files in diifferent locations?

2007-01-30 Thread Bob Arnson
Ed Abshire wrote: I have a question concerning how I can get a set of shared files into 2 different locations. Separate products can install shared files into different directories but a single product can install them to just one. -- sig://boB http://bobs.org --

Re: [WiX-users] Shared files

2007-01-25 Thread Bob Arnson
Scott Palmer wrote: > One follow-up question regarding the composition of a Component. The > "rules" say to only have one .exe, .dll, or .ocx per component. I'm > not sure what the motivation is for that in the case of non-shared > files, e.g. non-COM DLLs. It certainly makes the WiX source a

Re: [WiX-users] Shared files

2007-01-25 Thread Scott Palmer
On 1/25/07, Mike Dimmick <[EMAIL PROTECTED]> wrote: ... For best results, you should ensure that any common files are members of the same component (i.e. have the same component GUID) in all packages that distribute them. Further, the component should have the same composition (*exactly* the

Re: [WiX-users] Shared files

2007-01-25 Thread Mike Dimmick
SharedDllRefCount='yes' is really for occasions when someone has or will be distributing the file in a different way, i.e. not using Windows Installer. Windows Installer can reference count the packages that install the component, there's no need to have the additional overhead of reference countin