Question 1: Is it a correct assumption Vbscript is the language used in VB2005?

Question 2: Is it possible to create objects with Vbscript or its language?
Like myButton = new Button(text, width, height, x, y);

and so on? is that possible?

Question 3: Anyone know a good tutorial for learning this language / program

Question 4: I am making a game, and I need a bit of info
How do I install stuff, for example, you'll download my game, double click the setup.exe file or whatever it'll be called, and it'll go through a whole installation of the program, make some folders, place it in C\ProgramFiles\myName

I assume you'd do it with some sort of files you can make in VB? maybe not?

Thats it for now, I hope you can answer my questions

Thanks in advance