Home All Groups Group Topic Archive Search About

windows installer - Code

Author
12 Jan 2005 12:43 PM
txemuki
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?

Author
13 Jan 2005 12:01 PM
Dmitriy Lapshin [C# / .NET MVP]
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.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Show quote
"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?

AddThis Social Bookmark Button