windows installer - Code

  • Thread starter Thread starter txemuki
  • Start date Start date
T

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?
 
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.
 
Back
Top