WIX-Installer MSI Publisher Unknown -


how provide publisher name msi installer developed using wix installer?

while installing .msi installer it's showing unknown publisher, how provide name publisher?is possible within wix? if kindly me how implement using wix installer.

i think looking avoid security warning displayed when installs setup. need sign setup certificate , private key. can try following steps explained in following links:

assuming looking publisher name in control panel programs , features. use manufacturer attribute in product tag.

<product id="put-your-guid"    manufacturer="publishername"   name="productname"   upgradecode="put-your-guid"   version="1.0.0"> 


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -