开发者

Non advertised filetypes

开发者 https://www.devze.com 2023-01-17 16:08 出处:网络
When I create an msi using VS2010, the shortcut and filetypes are all getting created as advertised. I am able to disable advertise property for shortcuts by setting DISABLEADV开发者_如何学GoTSHORTCUT

When I create an msi using VS2010, the shortcut and filetypes are all getting created as advertised. I am able to disable advertise property for shortcuts by setting DISABLEADV开发者_如何学GoTSHORTCUTS. However, the filetype is still advertised. How can i disable advertise for file types?

Thanks, SAN


This is one of the many reasons that Microsoft has announced that VDPROJ is being retired.

The only way to get what you want here is to write a bunch of postbuild processing of the resultant MSI to tweak it into what you want. However I suggest you instead look at InstallShield or WiX instead.

0

精彩评论

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