Include dll's in WiX msi base Installer -


i making outlook addin in visual studio 2012, create installer project, in order addin work on clients computers need add sharepoint foundation (http://www.microsoft.com/en-us/download/details.aspx?id=21786) dll’s, when try add them c:\windows\assembly folder wix msi base installer project\references - (by right clicking , pressing add reference), following error “a reference [filepath] not added. please make sure file accessible, , valid wix reference.“ know can ? lot help!

you need add files product.wxs - see http://wix.sourceforge.net/manual-wix3/wix_learning.htm . add .wixlib , other projects via references.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -