Application is not listed in ARP when installed in System context
Hi,
The MSI works fine when we install manually. When we install in system context then the application is not registered in Windows Installer database and also not listed in ARP. This is causing problem when we try to uninstall the application.
msiexec /x "Product code" /qn
or
msiexec /x "app name.msi" /qn
throwing an error 1605.
your help would be highly appreciated.
I am using /qn switch while installing and Marimba is the deployment tool.
Compared the verbose log files, everything looks good. I am not able to find the reason why it is not getting listed in ARP.
The MSI works fine when we install manually. When we install in system context then the application is not registered in Windows Installer database and also not listed in ARP. This is causing problem when we try to uninstall the application.
msiexec /x "Product code" /qn
or
msiexec /x "app name.msi" /qn
throwing an error 1605.
your help would be highly appreciated.
I am using /qn switch while installing and Marimba is the deployment tool.
Compared the verbose log files, everything looks good. I am not able to find the reason why it is not getting listed in ARP.
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
WSPPackager
14 years ago
Posted by:
pjgeutjens
14 years ago
my first instinct, mainly because 1605 means "this operation is only valid for products that are currently installed", is that you installed per-user, instead of per-machine. (was ALLUSERS=1?)
If you want to delve into the issue, maybe compare the old and new vendor MSIs, see what the differences are
PJ
If you want to delve into the issue, maybe compare the old and new vendor MSIs, see what the differences are
PJ
Posted by:
WSPPackager
14 years ago
Posted by:
kardock
14 years ago
Posted by:
anonymous_9363
14 years ago
Good call, Kards.
Actually, ARPSYSTEMCOMPONENT could be set to 'antidisestablishmentarianism' and it would have the same effect. It's a common misconception that setting it to '0' is the opposite to setting it to '1'. Whilst in mathmatical logic that might debateably be true, the property needs to be absent to have the package registered normally and for its details to appear in ARP.
Actually, ARPSYSTEMCOMPONENT could be set to 'antidisestablishmentarianism' and it would have the same effect. It's a common misconception that setting it to '0' is the opposite to setting it to '1'. Whilst in mathmatical logic that might debateably be true, the property needs to be absent to have the package registered normally and for its details to appear in ARP.
Posted by:
timmsie
14 years ago
Posted by:
WSPPackager
14 years ago
Posted by:
timmsie
14 years ago
Posted by:
codewarrior
13 years ago
Posted by:
codewarrior
13 years ago
By the way, i tried setting ALLUSERS=1 and it worked!
I dont know why it didnt work forWSPPackager .
I dont know why it didnt work for
Posted by:
gogomon
3 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.