Re: VB6 - Deployment Issue!
are you sure you installed it for "All users who use the computer", and not only for current user (admin). Some installation-sets ask this question
Re: VB6 - Deployment Issue!
Re: VB6 - Deployment Issue!
Appologies HACK, did not see the Application Deployment Thread. It will not install as a standard user because they dont have registry write permissions. My guess is that the registery info is in a more secure part of the reg and not in the common????
Re: VB6 - Deployment Issue!
Did you deploy the MDAC or did you rely on it being there already?
Re: VB6 - Deployment Issue!
It was weird because we gave a normal user admin rights; did the install and it worked; rolled the users right back and tried it and it failed again; gave user admin rights; did install again and did a repair; rolled the users rights back again and it worked.
Re: VB6 - Deployment Issue!
Did you answer the question?
Re: VB6 - Deployment Issue!
I relied on it being there as it is deployed with XP SP2.
Re: VB6 - Deployment Issue!
That is your fatal mistake. NEVER rely on anything being there, well not if you want you app and installation to work 100% of the time. Less than 100% is good for some but not me...
Re: VB6 - Deployment Issue!
Thank you mate for all your help, which version should I include in my MSI is it 2.8 and what would happen if it was already installed?