User decides not to install to Program Files - reg problem
Posted: Thu Jun 28, 2007 9:24 pm
Under Project properties, Target folder is:
When I install the application to the suggested folder, it works fine. However, if I install to C:\\TIM2, then when the program runs at a certain point it gives me a Class not registered OLE Error.
I installed to a PC running Windows XP.
Why would it fail when the application is not installed to Program Files?
I tested for SUCCESS during registration and did not get any failures detected, yet it gives a Class not registered when running the program. If I uninstall and then install to the suggested location, it works fine. I tried this a few times and it is consistent - when installing to somewhere else other than Program Files it causes a problem.
Any suggestions on how to fix this?
Code: Select all
$PROGRAMFILES$\\Time Analysis
When I install the application to the suggested folder, it works fine. However, if I install to C:\\TIM2, then when the program runs at a certain point it gives me a Class not registered OLE Error.
I installed to a PC running Windows XP.
Why would it fail when the application is not installed to Program Files?
I tested for SUCCESS during registration and did not get any failures detected, yet it gives a Class not registered when running the program. If I uninstall and then install to the suggested location, it works fine. I tried this a few times and it is consistent - when installing to somewhere else other than Program Files it causes a problem.
Any suggestions on how to fix this?