Click here to Skip to main content
15,885,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using a custom culture "bd-BD-skpaul" in my application (Winform, 3.5, VS2008).

I have a separate project which creates and registers this culture by using CultureAndRegionInfoBuilder.

Now i want to deploy my application by VS2008 Setup & Deployment Project. But how can i include here my culture registration program as a prerequisite?

I have read some articles on MSDN and other side. But the concept is still unclear to me.

Would you please guide me in an easy way?
Posted
Comments
Abhishek Pant 30-Dec-12 10:42am    
add that culture in your registry and a project output(if any) in project output directory so that it can target that also if needed according to its need

1 solution

if you are using custom culture directly from culture project's output then try this..

you need to add both project primary output to your setup project. so your main application with CultureAndRegionInfoBuilder are included in your setup, i think it will solve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900