I'm working with a WIX installer and keep getting this error message:
WIX Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run.
Are there any other issues that would cause the 1723 error which are not related to the DLL not being found?
I can say with 100% certainty that the DLL has to be found because previous custom actions in the same installer work and they all use the same DLL.
I had this error before and solved it by renaming the custom action so I assumed it was related to the length of the name allowed for the custom action. This time I have tried both a shorter name and a name the exact length of other working custom actions and still get this error.
I have investigated causes of 1723 and the most common one seems to be that the installer fails to unpack the DLL due to access rights. Although this is very unlikely as other custom actions in the same file referencing the same DLL work fine I have ensured that the folder the installer is trying to access has full access for this user, also I am running the installer from a command prompt in administrator mode so we should have no issues there.