C: \ WINDOWS \ system32 \ mstscax. dll is a DLL file required by the Remote Desktop Connection Program. In Windows 9x/2000, Remote Desktop Connection programs are not provided. Therefore, remote control of the server cannot be easily implemented. Therefore, you can paste the two files to the Windows 9x/2000client and run the mstsc.exe program. Can I combine them together, exe files and dll files?
One tool is. NETZ. It is an open-source tool that supports. NET Program compression. It can also merge one EXE and multiple DLL files for execution.
Http://www.st.informatik.tu-darmstadt.de/static/staff/Cepa/tools/netz/index.html
For more information, see http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html
Basic knowledge
DLL files are dynamic library files. They are executable files that allow programs to share the code and other resources necessary to execute special tasks. The DLL file provided by Windows contains many functions and resources that allow Windows-based programs to operate in Windows.
In most cases, a DLL is a file with a DLL extension, but it may also be an EXE or another extension. They provide code, data, or functions to programs running in Windows. The program can open, enable, query, disable, and close the driver according to the commands in the DLL file.
DLL is short for Dynamic Link Library, meaning Dynamic Link Library. In Windows, many applications are not a complete executable file. They are divided into relatively independent dynamic link libraries, that is, DLL files, which are placed in the system. When we execute a program, the corresponding DLL file will be called. An application may have multiple DLL files, and a DLL file may be shared by several applications. Such DLL files are called shared DLL files. DLL files are generally stored in the C: \ Windows \ System directory.
1. How to understand which DLL files are used by an application
Right-click the application and choose "Quick View" from the shortcut menu, in the "Import table" column of the "Quick View" window that appears, you will see the usage of DLL files.
2. How to know that the DLL file is used by several programs
Run Regedit to go to HKEY_LOCAL_MACHINE \ Software \ Microsrft \ Windows \ Current-
View the Version \ SharedDlls subkey. the window on the right shows all DLL files and their related data. The numbers in the parentheses on the right of the data indicate that they are used by several programs. 2) it indicates that it is used by two programs, and 0 indicates that no program is used. You can delete it.
3. How to Solve DLL file loss
When detaching a file, you are reminded that deleting a DLL file may affect the running of other applications. When you uninstall the software, you may accidentally delete the shared DLL file. Once the DLL file is lost, you can find it in the Sysbckup System backup folder) and copy it to the System folder. If this is not the case, "*** dll file loss..." always occurs when the computer is started ......" You can run Msconfig in "Start/run". After Entering the System Configuration Utility dialog box, click "System. ini "label to find the DLL file that is prompted to be lost, so that it is not selected, so that no error prompt will appear at boot.