Re: [WiX-users] DTF Dependency Detection

2008-09-26 Thread Jason Ginchereau
or Windows Installer XML toolset.' Subject: Re: [WiX-users] DTF Dependency Detection I agree the tool should be fixed to ignore duplicate files. But until that's done... The CA package build process does not specifically check whether a dependency is getting GACed. However there is a

Re: [WiX-users] DTF Dependency Detection

2008-09-25 Thread Jason Ginchereau
toolset.' Cc: Jason Ginchereau Subject: RE: [WiX-users] DTF Dependency Detection Unfortunately it works only partially: my project already contains references to projects D.dll and C.dll - I need them to build custom action. When I include them as CustomActionContents, start the build and thos

Re: [WiX-users] DTF Dependency Detection

2008-09-25 Thread Jacek Dudziak
toolset. Subject: Re: [WiX-users] DTF Dependency Detection Hi Jacek, Sorry it's not documented yet, but I did design in a way define additional arbitrary files to be added to the CA package. You just need to put the file list in a property called CustomActionContents, by adding lines like th

Re: [WiX-users] DTF Dependency Detection

2008-09-24 Thread Jason Ginchereau
th\to\resource.txt Let me know if that doesn't solve the problem. -Jason- -Original Message- From: Jacek Dudziak [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 1:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DTF Dependency Detection Let me rephrase th

Re: [WiX-users] DTF Dependency Detection

2008-09-24 Thread Jacek Dudziak
Let me rephrase the question: is there a way to force MakeSfxCA to include some of the libraries that are in GAC? For example B.dll and C.dll are added to the CA project as references to their own projects vs references to .Net assemblies sitting in GAC. Could that force MakeSfxCA to include the