Multilingual installer for c# application
-
Hello, currently I'm writing an installer for my c# application in VS2003 (.net 1.1). The app is multilingual, so I want the installer to be too. I'm using the VS2003 build in "Setup-Project". I would like to have a dialog at the beginning of the installer which provides a "choose your language" option. Then all following dialogs should be displayed in the choosen language. Any idea if that's possible with the vs2003 build in setup-project? If not, which free installer-software provides that feature? Looking forward to your answers. Thx so far ~humppaaaaaaa!
-
Hello, currently I'm writing an installer for my c# application in VS2003 (.net 1.1). The app is multilingual, so I want the installer to be too. I'm using the VS2003 build in "Setup-Project". I would like to have a dialog at the beginning of the installer which provides a "choose your language" option. Then all following dialogs should be displayed in the choosen language. Any idea if that's possible with the vs2003 build in setup-project? If not, which free installer-software provides that feature? Looking forward to your answers. Thx so far ~humppaaaaaaa!
I don't know about if that's possible with the VS2003 setup projects but I usually use NSIS. It has multilingual support as well.
-
I don't know about if that's possible with the VS2003 setup projects but I usually use NSIS. It has multilingual support as well.