问题描述
在Windows XP上安装软件始终很容易.一切都在"c:\ Program Files \ myprogram"目录中.其中包括:
Installing my software on Windows XP was always easy. Everything went in the "c:\Program Files\myprogram" directory. This included:
- 可执行程序本身和任何dll.
- Readme.txt和License.txt
- 帮助文件(.hlp或.chm或.pdf)
- 不在注册表中的程序设置(.ini文件)
- 该程序的示例数据文件
- 程序生成的日志文件
(我想念什么吗?)
但是我知道其中一些不应进入Windows Vista上的"Program Files"目录.哪些不应该,应该去哪里?
But I understand that some of these should not go into the "Program Files" directory on Windows Vista. Which ones shouldn't and where should they go instead?
另外,我应该更改XP安装位置以匹配Vista吗?
Also, should I change my XP install locations to match Vista?
附录:中提供了一些非常好的信息弗朗索瓦(François)对另一个问题的答案,这使我想到了马可·坎图(Marco Cantu)的出色文章:主题Windows应用程序和虚拟商店
Addenum: Some really good information was given in an answer by François to another question which pointed me to Marco Cantu's excellent post: Non-Themed Windows Applications and Virtual Store
推荐答案
数据放置的相关MSDN详细信息:
The relevant MSDN details for data placement:
http://msdn.microsoft.com/zh-cn/library/bb762584(VS.85).aspx
和
http://msdn.microsoft.com/en-us/library /bb762494.aspx
这篇关于在安装过程中,Vista中各种文件类型在哪里运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!