In reply to your "I am fanatic about simplicity. I used VB2 for a long time
even after
VB.net came into existence.."
try clickonce.
Make a dummy form, publish it with clickonce.
Make sure you set the app to "check for updates" automatically upon startup.
Run the app.
Go make a change and re-publish the app.
Re-Run your application.
You can "use code" to check for updates or whatever.
( I am a fan of clickonce for these simple apps ).
What do you do when you want to update all the exe's by your batch file, and
I am using your 'exe' on my drive. Therefore I have it "locked", and you
will get a write violation will you not?
Miro
well since 2008 uses the 3.5 framework I would assume No.
( Since vista originally was 3.0 )
( unless you change the target framework in the project to 2.0 )
Then you might have a "chance" of hitting computers that have the
framework
installed.
There are much bigger chances perhaps that I may not be using the 3.5
features in my primitive applications.
Perhaps the question is - why do you want to do a "copy of the exe" verses
a
clickonce / or install?
I am fanatic about simplicity. I used VB2 for a long time even after
VB.net came into existence..