Hai all
i want to run my .net application(exe)directly from cd.no setup or installation is required.also i want this application to run on systems which dont have .net framework installed.plz help
Printable View
Hai all
i want to run my .net application(exe)directly from cd.no setup or installation is required.also i want this application to run on systems which dont have .net framework installed.plz help
If the right version of the .NET Framework isn't installed you'll have to install it in order for a .NET program to run.
As bgmacaw says, you will need to have the appropriate framework installed on the target machine for it to run. If it is installed however, your application should run from the CD provide the CD contains any required dll's that are not also installed on the target machine.Quote:
Originally Posted by suhailcp
kevin
As mentioned, the bottom line is: you can't.Quote:
Originally Posted by suhailcp