cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vbisebest
Level 2

Error 2753 The File xxx is not marked for installation

I am getting this error on an upgrade. I found an explanation that makes sense on this link:

http://community.acresso.com/showthread.php?t=184418&highlight=marked

The suggestion was "The condition on the custom action should be changed to account for the fact that the component the file belongs to may not be installed". So how do you do this? I also dont mind setting a component to always install even if it wasnt updated. Is that possible and how?

Thanks,
Ray
Labels (1)
0 Kudos
(1) Reply
JesseBearden
Level 5

You can right click on the file inside of the component and select "Properties" and then "Always over write"

The most likely better solution is to place a component action condition on the Action that you have designed. For more info on those see here:

http://www.appdeploy.com/articles/msicustomactions/

The condition should look something like:
$MyComponent=3
0 Kudos