English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have created a VB.net Console Applicaion. In this my input is through Command Line argument. I need to Create a Setup Project for this and Install in another sys. How Could i do this and how i have to pass the Command Line argument..Plz help

2006-10-13 18:08:37 · 1 answers · asked by mani m 1 in Computers & Internet Programming & Design

1 answers

Well, you wrote the program... so only you would know how your commandline parameters would work. You wrote it, right? Certainly you should know this if anyone would. A stdin format usually goes like this, parameters separated by spaces:

c:\> MyProg.exe "Bob" "Chicago"
Hi Bob From Chicago!

But all that has been entirely up to you and how you've handled it...

As to setup, if you are using Visual Studio, create a project of type Setup using the setup wizard, and when done, drag and drop the executable that is compiled by your other project.

2006-10-13 18:47:15 · answer #1 · answered by evolver 6 · 0 0

fedest.com, questions and answers