Unable to uninstall Lightscribe.msi application from Add/Remove Programs on Windows7
Hi guys, Application not removing from Add/remove Program. when trying to uninstall (Lightscribe application) am getting prompt like "You do not have sufficient privileges to complete this installation for all users of the machine. Log on as an administrator and then retry this installattion".
1) Am uninstall this application in Admin mode only
2)I checked application properties, there i noticed its Attributes to Read only. I tried to change it but no use and in security tab i gave full controls for both user and admin even in that case also there is no use .
Can any 1 suggest me how handle that application ??
Answers (2)
Run cmd as Administrator
and execute the following command
msiexec /x {ProductCode} /qb
Comments:
-
try using PSEXEC.exe tool...
http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx - appinstall 12 years ago-
Here not to use any third party tools - HariPrasath 12 years ago
-
i tried that cmd also but no use .. it showing same error
Am uninstalling that application from admin mode only - HariPrasath 12 years ago -
Can you check the account you are using to uninstall your application is member of Administrator Group.. or just it named as Admin.. - jagadeish 12 years ago
-
there is no user account. Am doing in Admin Mode Only.
I noticed something thing like, it inherited some attributes from nero smart application which i was uninstalled from machine. - HariPrasath 12 years ago-
Hello, Is it necessary that application should be uninstalled from add remove programs. If not, Did you try uninstalling in session 0 - talonsprem87 12 years ago
-
run John's command with a "runas" in front of
http://technet.microsoft.com/en-us/library/cc771525(v=ws.10).aspx - SMal.tmcc 12 years ago