简体   繁体   中英

Create custom installer/updater

I was wondering if there were any tutorials/tips on making a custom installer from scratch in 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.

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.

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:

"Check for Update" function

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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