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
them into the Packaging phase? Is there any other way to do it? -- From: "Jacek Dudziak" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2008 4:45 PM To: Subject: [WiX-users] DTF Dependency Detection > I have a bunch of managed

[WiX-users] DTF Dependency Detection

2008-09-23 Thread Jacek Dudziak
I have a bunch of managed custom actions that rely on multiple DLLs. For example CustomAction.dll is loading A.dll, A.dll is loading B.dll and B.dll is loading C.dll. CustomAction.dll is registered as binary in the MSI, but other dlls are registered as files. Some of those DLLs are also regist