"Unable to load plug-in library. Please rebuild your project and make sure all required plug-ins are installed. Action skipped."
The user successfully ran the install a few days ago. Then because of issues with other software he rolled back to a system restore point. That caused his install of my program to also move back to a previous version. Now when he tries to install the current version of my product he gets this error message.
My best guess is the cached setup source is corrupt but enough of it is there to prevent the install from using the exe that we are running. The install is a single exe file.
This install has run fine on other systems including a clean virtual machine I use to test installs. Where are the "Always Cache Install Sources Option" is selected as part of my project.
The previous version of my program will install and uninstall just fine on his machine. We have tried it multiple times without error, but we can't get the current version to install.
At the beginning of my install I use the a FileBag to read some information that is displayed on the welcome screen. After clicking on OK the welcome screen does appear but without the information that is loaded from that file. I'm assuming that the error message is related to the FileBag plugin not being loaded. I do use other plugins so I have not tried to run the install after the error.
I also tried to run with the logging flag, but the log file was basically an empty xml file.
So is there a way to force the install to run? If I am correct about the cache can I force the install to ignore the cache? Or where is it installed so I can manually delete it?
Thanks,
Mark