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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

html - Cut text on left side inside button while centering -

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -