Publishing A Visual Basic Express 2008 Program With Inno Set Up Compiler
Step 1 (Create A VB Program)
Select "File", "New Project" from the VB Express Menu

Select "Windows Forms Application". Enter the Name of your new application. In this case "Test_Application". Select "OK"

Drag a button and a textbox from the toolbox onto Form1

Double click the button and it will take you to the Form1.VB page. Enter TextBox1.Text = "Hello Inno". This will print Hello Inno in the text box when the button is pressed.

Run your new VB program by clicking the green run arrow on the top menu

Press the button to test the program.

Save the files by selecting File/Save All and filling in the box below. Make A Note Of The Location!!!!!!!!!!!!!!

Step 2 (Publish the VB Program)
Step 3 (Review the files and add the isxdl.dll and Script files)
Step 4 (Run Inno and Change The Example Script File)
Step 5 (Your Setup File Is Now Ready To Share With The World)