Hello,
I installed MSI per user (ALLUSER property was not defined in the MSI).
Then I am trying to uninstall the MSI with LocalSystem priveleges by service and I am getting the folowing message:
Error 1605 - This action is only valid for products that are currently installed.
Any idea?
Any help will be appreciated,
Thanks in advance,
Limor
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
ERROR 1605
Started by
limors327
, Dec 19 2005 18:25
3 replies to this topic
Posted 21 December 2005 - 17:37
You must be logged on as the same user as you were when you installed the product.
Stefan Krüger
InstallSite.org twitter facebook
Posted 26 December 2005 - 10:43
Isn't there other way to uninstall it with Local System service without refering to the user?
Thanks in advance,
Limor
Thanks in advance,
Limor
Posted 28 December 2005 - 13:45
If the software was only installed for one specific user (and not "per-machine" for all users of that computer) then it can only be uninstalled by that user - because it's not actually installed for the others.
Stefan Krüger
InstallSite.org twitter facebook