Compiling for setup

B

Bob Hollness

OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I want
to install on many computers. So, I went to the program group looking for
"Package & Deployment Wizard" as in VB6 but it isn't there! So, how do I
create a setup program??

Thanks
 
S

Simon Jefferies

Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
 
S

Shiva

You have to use Setup Project or Setup Wizard in Setup and Deployment
Project types.

Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --
 
B

Bob Hollness

Thanks,

Do I add this to my existing project or is this a NEW project? If it is a
new one, will I then have to tell it the location of the project I want to
package?

Bob


Simon Jefferies said:
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --


Bob Hollness said:
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always just
run them from the IDE. This time though I have written an app that I
want to install on many computers. So, I went to the program group
looking for "Package & Deployment Wizard" as in VB6 but it isn't there!
So, how do I create a setup program??

Thanks
 
S

Simon Jefferies

Yes, its a new project that you can add to your solution.

If you go through the wizard, it will ask you which of the other projects
contains your executables or additional files that you want to distribute.

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --


Bob Hollness said:
Thanks,

Do I add this to my existing project or is this a NEW project? If it is a
new one, will I then have to tell it the location of the project I want to
package?

Bob


Simon Jefferies said:
Hello,

You need to create a new project and under the Setup and Deployment
projects, you'll find "Setup Wizard" or "Setup Project" which will help
create what your after.

Hope this helps,

Regards
Simon Jefferies
mailto:simon[nospam]@cooltoolsonline.co.uk
-- remove [nospam] to email me --


Bob Hollness said:
OK, sorry for the silly question but.....

I have been writing apps for a while now in VB.Net but I have always
just run them from the IDE. This time though I have written an app that
I want to install on many computers. So, I went to the program group
looking for "Package & Deployment Wizard" as in VB6 but it isn't there!
So, how do I create a setup program??

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top