Stopping APE 7 silent uninstall removing templates
Hi
I have a silent unattended installation of Adobe Premiere Elements 7 packaged without the templates installation included. The templates are installed using a separate package after.
I used the "INSTALLTEMPLATES=0" argument to stop the templates installing but my problem is that when uninstalling the main program package only, it also removes the templates.
Can I specify anywhere for this not to happen? Considering the amount of control I've been able to maintain up until now I'm sure it must be!!?
TIA
I have a silent unattended installation of Adobe Premiere Elements 7 packaged without the templates installation included. The templates are installed using a separate package after.
I used the "INSTALLTEMPLATES=0" argument to stop the templates installing but my problem is that when uninstalling the main program package only, it also removes the templates.
Can I specify anywhere for this not to happen? Considering the amount of control I've been able to maintain up until now I'm sure it must be!!?
TIA
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
Posted by:
jshand
14 years ago
Posted by:
timmsie
14 years ago
REMOVE
http://msdn.microsoft.com/en-us/library/aa371194%28VS.85%29.aspx
so you'd specify on the command line
msiexec /x {ProductCode} REMOVE=feature1;feature2;feature3 /qb
Posted by:
anonymous_9363
14 years ago
Posted by:
timmsie
14 years ago
Posted by:
jshand
14 years ago
Posted by:
jshand
14 years ago
Posted by:
anonymous_9363
14 years ago
Take a versbose log of the uninstall. Identify which features are flagged as being for removal. They'll look like this in the log:
MSI (s) (38-90) [16:04:04:323]: Feature: {a feature name here}; Installed: Local; Request: Absent; Action:Absent
I suspect that the templates may be a child of another feature. If that parent feature is selected for removal, its children will also be removed. In that case, you'll need to specify all the children but NOT the parent.
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.