C
C#2y ago
Mr. Nom4ik

❔ How to pack third-party files together with exe and then access them from the code?

How to make a "packer" in C#? I have a program, when launched, it should check whether it is installed on this machine, if it is already installed, then the process simply ends, and if it is not installed, it copies itself to the desired directory and also some system files are necessary to work in the same directory. How can package third-party files along with exe? Without the use of other programs like WinRar, which have this function. That is, third-party files need to be sewn into the executable file, which this program will then use.
2 Replies
Mr. Nom4ik
Mr. Nom4ik2y ago
These are dll files, but the problem is that I need to extract these files and copy them to a separate directory, and then the program will delete some of them, and create some, that is, I need them exactly as separate files
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.