Replies: 2 comments 3 replies
-
Some things to consider WRT the two dll files: If you do succeed in deploying one or both of those files to the system folder, there's no way to guarantee preventing the operating system from later updating those files to other versions. If your xxx.exe really requires exact versions of those two dlls, the only correct way to deploy is to put them in the same directory as the executable. TL/DR: don't change the system folder. Ever. |
Beta Was this translation helpful? Give feedback.
-
yes i know what you mean. First of all, the dll file I suggested was used as an example, so I used a pseudonym instead of the file name. In other words, the dlls I want to distribute are dll files officially distributed by Windows or Microsoft. However, due to the configuration of the target system, I cannot guarantee that the dll required for the executable file I developed exists in the target system. Also, the same dll is distributed to prevent waste of storage space and waste of registry. We know your concerns.
Even if you look at the manual, it was difficult to find the example or keyword you want to refer to, and if you do not know the majority of tag names, it is difficult to search, so we politely request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to distribute a total of three files for example.
(Three files called xxx.exe, yyy.dll, and zzz.dll.)
And I'll let you know what I know to make sure I'm right or wrong.
We know that the above three files are compressed and mounted in xxx.msi for example.
The requirements are:
-This is to minimize the impact on other programs running in the target system.
I tried to write Wix XML, but only XML that is unconditionally distributed to c:\xxx is implemented.
Beta Was this translation helpful? Give feedback.
All reactions