views:

195

answers:

2

Following the recommendations here we created a custom action which references wixca.dll. Other places on the net they say this should just be installed with the WiX installer, but I can't find the file anywhere.

I see another question where someone else experienced this in pursuit of logging, but eventually did not use the custom action.

+1  A: 

Hmm, do you actually need WixCA.dll in WiX 3? I didn't think that was applicable anymore.

MikeBaz
cf. http://stackoverflow.com/questions/2313545/execute-command-line-in-wix-script
MikeBaz
Yes. I see that the referenced example on sourceforge's site is not the way to do this anymore. Thanks.
Randy Eppinger
A: 

You probably need to include a reference to WixUtilExtension in your Wix project.

Bo Skjoett