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
tomb - 31 Dec 2005 23:21 GMT
>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.
[quoted text clipped - 13 lines]
>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