I have a issue with a setup file created in Visual Studio Project Installer. Previously I created an installer, that just copies the files to the indicated location, without any custom action.
Now I created a new setup file, with a custom action installer class.
When I try to run the new installer on a machine where was installed the old version of the application, during the installation popups an error:
Error 1001. Unable to create an instance of Namespace.InstallerCustomAction installer type. --> Insufficient memory to continue the execution of the program.
If I run the installer on a machine that haven't use the old version of the application that doesn't have custom actions, is installing without any problem.
Also, I always uninstall the old version of the application before installing new one. Checked the Registry, nothing remains in it about the old version. The RAM and DISK memory is more than enough. I tried also to change the Product and Package code...I get the same error. In fact, if the Product code is different, should not have any conflict even if the old version is installed.
Does anyone had this type of error ever?