views:

16

answers:

1

Hi there,

In the old VB6 days it was possible to embed the runtime onto a cd and run the app automatically when the CD was popped in without having to run through an installation.

Is there anything available in .Net that mimics this?

Thanks Jacques

A: 

Yes and No.

You will always need the dotNet framework on the target PC.

But after that, you can run from a CD, use simple XCopy deployment or a make a ClickOnce installation.

Henk Holterman
That's the problem though, we're not guaranteed that the .net framework will be there. This CD will be distributed to PCs and Macs alike. So essentially we've lost this capability with .net?
Jacques
Yes, But I don't think your VB6 apps would have run on a Mac.
Henk Holterman