There is a program, an installer, written in wix 3.7. When deleting, the installer needs to run the embedded binary:
<CustomAction Id="Disable" BinaryKey="SetupHelper" ExeCommand="" Impersonate="yes" Execute="immediate" Return="check"/> When a program is uninstalled using the installer or through the Programs and Features window, the binary is called correctly and the application is deleted. If you delete through the new window "Applications and Features", then an error occurs: Product: small_test - Error 1721. Windows Installer package. A program is required. Contact your support personnel or package vendor. Action: Disable, location: C: \ Windows \ Installer \ MSIA4D9.tmp, command:
I tried to change the installer, set other flags, go under the administrator account and other actions. An error always occurs. Does anyone have any idea how to solve it?