Is there a way I can avoid this error 2753 ?? I want to de select a few features during installation time and if i de select i get this error. How do i avoid that and still be able to select the features I WANT:
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This indicates that you have a custom action that’s referencing a file installed by a feature. You need to give the custom action a condition that limits it’s invocation to when that component file is being installed. Otherwise you’ll get an error when the custom action executes because the file isn’t available.