"The path of the CommonAppData directory is found in the "CommonAppData" property after CostFinalize. The same with all the entries in the Directory table."
Okay, those are properties in the WiX file, no? How can I pass that to my C# program (custom action) to manipulate the file? I'm confused about how to get from one to the other... and... in this bit of code... <Fragment> <Binary Id="MyCustomAction.dll" SourceFile="$(var.CAProjectName.TargetDir)$(var.CAProjectName.TargetName).CA.dll" /> <CustomAction Id="MyCustomAction" BinaryKey="MyCustomAction.dll" DllEntry="CAMethodName" Execute="immediate" /> </Fragment> What does he mean by TargetDir and TargetName?! I want one of those custom actions that doesn't get put on the user's machine, just runs... "type 2" I think it's called.. and then I need to reference it from the .WXS file and everything I've tried to reference it isn't working! I just posted this too, trying to figure this out... please and thank you! http://stackoverflow.com/questions/2953366/wix-custom-action-with-dtf-quite-confused Thanks, Joshua -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallExecuteSequence-problem-tp5126839p5128237.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users