Hi All, I created C# custom action project in Visual Studio. Two dlls and a config file get included in the CA dll, which is correct, one is custom action dll, another which is referenced in it.
To debug I would like to include pdb debug files. I can place them manually, but seems like this is an option which likely not working on my system. To workaround I tried to update C# custom action project adding instructions <PropertyGroup> <CustomActionContents>$(IntermediateOutputPath)MsiActions.pdb </CustomActionContents> </PropertyGroup> That worked only for the custom action dll. To include referenced dll pdb file I had to specify original pdb file location explicitly. It was not found both in $(OutDir) and in >$(IntermediateOutputPath. My wix installer xml looks the latest, but was upgraded from the previous version some time ago. Thanks in advance Vladimir ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users