/build/static/layout/Breadcrumb_cap_w.png

CS5 & Adobe Application Manager Enterprise

Hi,
With Adobe Application Manager Enterprise, I've made a msi of CS5 WebPremium. Installation of this package works fine, but uninstalling not.

I use the command:
msiexec /x <app_name.msi> /qn
Also tried:
msiexec /x <app_name.msi> /quiet
But both of them do not work.
When you start the command. You can almost simultaneously see a new entry in de Application Event log which says: Installation Fail.

Then I started msiexec with logging on and it gives me the well known sentence: This action is only valid for products that are currently installed.
I know that the msi generated by the Adobe Application Manager is not installing itself, because it's starting the setups/msi's of the programs within the suite, but because it is made by the application manager, I expect the MSI to be able uninstalling the whole suite. According to the manual of the application manager it should work this way.

Anyone a solution?

0 Comments   [ + ] Show comments

Answers (10)

Posted by: anonymous_9363 13 years ago
Red Belt
0
I suspect that the app was installed using the 'Only for me' option (or as a user-based push by Group Policy deployment) and with a different account to the one you're trying to uninstall with.
Posted by: pjgeutjens 13 years ago
Red Belt
0
try

msiexec /x <ProductCode of the MSI> /qn
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
In the Adobe Application Manager Enterprise Edition I cannot see the option "Only for me".

Sorry I didn't mention that I already tried msiexec with the productCode which I found in the Registry under the Uninstaller key.
Posted by: anonymous_9363 13 years ago
Red Belt
0
That option would be in the resulting MSI.

What value do you have for the ALLUSERS property in the log?
Posted by: robertocloock 13 years ago
Senior Yellow Belt
0
ALLUSERS=1
Posted by: anonymous_9363 13 years ago
Red Belt
0
That blows that theory clean out of the water then!

If it was me, I'd be using ProcMon to determine how it is that the machine thinks the product isn't installed.
Posted by: d4rkcell 12 years ago
Senior Yellow Belt
0
Hi,

I am having a similar issue here. I apologise if I am hijacking this post but I figure if I can figure out my problem maybe the OP can figure out theirs or other people.... and vice versa etc.

We use sccm to deploy CS5 Design Premium MSI created with the AAME. it installs great. Problem is we now want to remove it. I thought simply getting the product code from the registry uninstall key would work running a msiexec /x [PRODCODE]

This doesn't work :(

I then tried wmic product where name="Adobe Design Premium FULL" call uninstall

which I am guessing just runs the same msiexec /x [PRODCODE] this fails too with 1603 exit code. This exit code is apparantly FATAL ERROR.... anyone want to revive this post with some comments/suggestions?

Cheers
C
Posted by: anonymous_9363 12 years ago
Red Belt
0
As ever, you need to take a verbose log of the uninstall to determine which step is causing the error.

Look through the log for the text 'Return value 3.' The few lines above the line containing that entry will point to the action which is in error. If you're unsure, post the dozen or so lines above and below the log here and someone will take a look. Remember to use the CODE tag when posting log content (or any other lengthy text) here.
Posted by: freewill0078 12 years ago
Senior Yellow Belt
0
This is what I was able to do.

Created [PackageName].msi with a [ProductName] using Adobe Application Manager Enterprise.
Used the [PackageName].msi to install the [ProductName] on a test computer.
Opened the registry and browsed to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
Search the for key with the [PackageName]. Do not use the [ProductName].
Used the uninstall string from this key to perform the silent uninstall.

Hope this helps.
Posted by: backlashforblow 12 years ago
Yellow Belt
0
CS5 & Adobe Application Manager Enterprise


I solved the problem myself. Here's what I did.

1- Install Acrobat X
2- Install Adobe CS5.5 Web Premium.msi using this command line:
msiexec.exe /i "Adobe CS5.5 Web Premium.msi" /qn REBOOT=ReallySuppress

In other words I removed everything from the command line except the REBOOT property.

Thanks anyway for the help
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ