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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top