i am providing setup in multiple UI languages.... i want to install .net framework language pack according to language selection by user...

1

There are 1 best solutions below

0
On BEST ANSWER

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....