I use WindowsInstaller that is under MSVisualInterdev 6.0 to deploy my vb6 app. How to correctly create a folder for my app in the Start->Programs place, taking into account that users may run my distributive under not only english windows, but under russian one too?
In VB6 you could create a new form template by saving a form in the template\forms directory beneath your install directory. Is there a way to do the same thing in VB.Net