i am providing setup in multiple UI languages….
i want to install .net framework language pack according to language selection by user…
i am providing setup in multiple UI languages…. i want to install .net framework
Share
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.
I have got solution for the above question…
I created two features for my setup installation…
then i just associated my language pack prerequisite with one of the feature in conditional installation window…
then in the setup design tab, for the selected feature, i put the condition which i wanted to execute for execution of the featute…
i.e, ProductLanguage<>1031 then level=200
thus when i select german language then only language pack is installed, otherwise it will continue execution ur installation….