将程序安装在 C:\Program Files\Program 而不是 C:\Program Files\Manufacturer\Program Name
我认为这个问题说明了一切,但我有一个使用 .net 安装工具包的应用程序(在 vs.2005 中),用户问我是否可以将其安装在 c:\Program Files\ProgramName 而不是C:\程序文件\制造商\程序名称。问题是,我似乎找不到这样做的方法。
谢谢。
i think the question says it all, but I have an application that uses a .net setup kit (in vs.2005), and the user asked me if it was possible to install it on the c:\Program Files\ProgramName instead of C:\Program files\Manufacturer\Program Name. Thing is, I just can't seem to find the way to do it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已经很长时间了,所以我可能会混淆版本,但我认为它类似于:
FileSystem
页面。Application
文件夹并选择属性。DefaultLocation
更改为[ProgramFiles]\[ProductName]
之类的内容。It's been a long time so I might be mixing up the versions, but I think it's something like:
FileSystem
page.Application
folder and select properties.DefaultLocation
to something like[ProgramFiles]\[ProductName]
.