Hello,
I am preparing silent deployment of SQL Server 2012 Client tools, so got everything ready in place, i am installing the below component.
My problem is that Installation Run perfect first time on any particular machine, but when i uninstall and try to install again(Second time) on that same machine, the installations fails to installs several components citing cannot write to class registry.
when i check the log it point to class\clsid\{some-guid-here}\inprocserver32\11.0.0.0
when i check in regedit the registry hives is created upto class\clsid\{some-guid-here}\inprocserver32\ is completely blank,
so now if i delete the registry mention in log and try the installation again, it fails again, now pointing to some other clsid\{guid}, if i delete that and try again, it again fail, pointing to new guid registry
it keeps going on and on,
looks like on clean machine, it Install perfect first time, but on that same machine, if you try to uninstall and install again (second time), it keep failing, due to leftover registry from previous installation.
please help.