本文介绍了在哪里可以通过 Visual Studio GUI 找到 ARPCOMMENTS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以找到

(ARPCOMMENTS 与属性描述相同 - 它是存储在安装项目的项目文件中,就我而言,MascotParserSetup.vdproj.)

Where can I find the ARPCOMMENTS through the Visual Studio GUI in a .NET solution with a setup project?

The value of ARPCOMMENTS shows up when "Click here forsupport information." is clicked in Control Panel "Add orRemove Programs". I have changed it once, but I forgot whereit is.

解决方案

It is confusing that the immediately apparent Properties fromthe context menu for a setup project will open a window withconfiguration options.

Whereas selecting the setup project and pressing (or menuViewProperties Window) will open the desiredwindow where property Description can be edited:

(ARPCOMMENTS is the same as property Description - it isstored in the project file for the setup project,MascotParserSetup.vdproj in my case.)

这篇关于在哪里可以通过 Visual Studio GUI 找到 ARPCOMMENTS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 23:36