Copy link to clipboard
Copied
Currently when running the install silently and the installation is unable to modify a file due to a file lock it's default behavior is to back out and exit\abort. Is there a way to have the installation retry rather than immediately exiting? I suppose this may be more of a question for Microsoft since Adobe's install is an msi but I figured I would ask here anyways.
Copy link to clipboard
Copied
Yes, look at MS's MSI properties. It could help to have more info about the file type and nature of the lock. For example, if the lock is due to a PDF open, install failure is certain.
Ben
Copy link to clipboard
Copied
See my post http://forums.adobe.com/message/4895858#4895858. Basically, in some cases Mcafee's on-access scanner is scanning the file the same time the installer is attempting to modify it which results in the installer reporting permission issues on the file and backing out then exiting . With that said, in this case it's not an application that the user is interacting with that is locking the file, e.g. Adobe Reader is open or IE has a pdf open which is using the Reader plugin. If the installer was able to retry there is a very good chance the on-access scan would be complete and there would no longer be a conflict. In this specific case it would be ideal if I could specify to retry x number of times before exiting.
Copy link to clipboard
Copied
Seems like this would be an issue for any software installer that would need to replace or change a file. What do others do? I don't know.
ben
Copy link to clipboard
Copied
Well, the recommendation has always been to turn of anti-virus before doing software installation tasks, because it can (and does) interfere.
Copy link to clipboard
Copied
Your correct however unfortunatley that is not an option on every prod machine in my environment.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now