开发者

WPF installation under Microsoft folder by default

开发者 https://www.devze.com 2023-02-11 18:56 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消