Nw Deployment

  • Thread starter Thread starter al jones
  • Start date Start date
A

al jones

I haven't programmed since QuickBasic so I'm taking a fling with VB 2005.
That means my questions are going to be very basic ... pleae bear with.

I have a sample that I'm asking a friend to review, so have run through
deployment with clickonce - targetting a CD - which is created as
0rg-0.0.0.3. Now I want to 'give' him this, as a zip file<?>, to install
on his system.

As I see it, he would need to create the directory structure I have as he
unzipped the zip to then run the install. I, obviously, *must* be missing
something here ...

What's the easiest way, for him, to send him the files needed to do the
install?

I said it was basic, help //al
 
al said:
I haven't programmed since QuickBasic so I'm taking a fling with VB 2005.
That means my questions are going to be very basic ... pleae bear with.

I have a sample that I'm asking a friend to review, so have run through
deployment with clickonce - targetting a CD - which is created as
0rg-0.0.0.3. Now I want to 'give' him this, as a zip file<?>, to install
on his system.

As I see it, he would need to create the directory structure I have as he
unzipped the zip to then run the install. I, obviously, *must* be missing
something here ...

What's the easiest way, for him, to send him the files needed to do the
install?

I said it was basic, help //al
All he should need is the .Net framework on his machine, then your
program files can go in any folder he chooses.

Tom
 

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

Back
Top