Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我在问安装程序是如何工作的。创建新的可执行文件的代码是什么?
编辑:听起来我正在寻找的答案是文件存储在档案中,安装程序将它们解压缩。
安装程序通常会提取附加的存档并将其放入所需的目录,注册一些库等等。
安装程序的另一个任务是检测是否安装了所需的依赖项并在需要时安装它们。