Hello, i've some questions that i need to know .

1)
I'm new to making installations to VB05 never created one and tried many times, i heard that you need to do somthing with "Resources"? I need help a bit.

2)
I have a .bat file that uses java in it, can i do it with the "Console Application" to? And how?

Preview
Code:
@echo off
title CONSOLE
echo Welcome
echo ---------------------------------------------------------------------
java -Xmx512m -cp .;./files; start
pause
I'l hope that i get answers of these questions, thank you.