|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
windows installer - CodeHello,
I have to create an installer (setup project in visual studio). First, a window is shown with 3 radio buttons, so that the user can select a language. Then, the rest of the installer should show the texts in the selected language. Any suggestion? Hello,
There are various types of custom dialogs available in the User Interface Editor. You should use the appropriate dialog type and to configure it to store the user's choice to the variable determining the installation language. This variable is most likely UserLanguageID, but you'd better re-post this for clarification to the microsoft.public.dotnet.framework.setup newsgroup. -- Show quoteSincerely, Dmitriy Lapshin [C# / .NET MVP] Bring the power of unit testing to the VS .NET IDE today! http://www.x-unity.net/teststudio.aspx "txemuki" <txem***@hotmail.com> wrote in message news:c7c2fe26.0501120443.5de2643d@posting.google.com... > Hello, > > I have to create an installer (setup project in visual studio). First, > a window is shown with 3 radio buttons, so that the user can select a > language. Then, the rest of the installer should show the texts in the > selected language. > > Any suggestion? |
|||||||||||||||||||||||