WPF installation under Microsoft folder by default
When I publish a WPF application from visual studio, it creates it under Microsoft folder in start menu o开发者_Python百科f windows. How to change it?
Actually, "Microsoft" is just the "Company name" you entered (looks like skipped entering) while installing Visual Studio. So every project by default has Company name as "Microsoft" in version info.
Either reinstall Visual Studio with your Company name, or change Assembly info - Company in every new project you create. That's what you see when you right-click EXE file, and go to Properties->Details tab.
Default options in Properties > Publish > Options should be taken from Assembly info
Figured it out its under Properties > Publish > Options, if you set Publisher name and product name correctly. It works.
加载中,请稍侯......
精彩评论