简体   繁体   English

创建自定义安装程序/更新程序

[英]Create custom installer/updater

I was wondering if there were any tutorials/tips on making a custom installer from scratch in VC#. 我想知道是否有任何有关在VC#中从头开始制作自定义安装程序的教程/提示。 And yes, I saw this question, but that's not what I want. 是的,我看到了这个问题,但这不是我想要的。 I want to make one from 0 and not use any libraries or anything else. 我想从0做一个,而不使用任何库或其他任何东西。

If there are no tutorials, then the biggest concern I'm having is: how would I handle DLLs (or any dependency files for that matter) and/or registry entries. 如果没有教程,那么我最担心的是:我将如何处理DLL(或与此相关的任何依赖文件)和/或注册表项。

Use a simple setup creator that contains the .exe and .DLL files of your "bin/Release" then use this to make a "Check for Update" function: 使用一个简单的安装程序创建器,其中包含“ bin / Release”的.exe和.DLL文件,然后使用它进行“检查更新”功能:

"Check for Update" function “检查更新”功能

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM