|
-
Aug 28th, 2007, 02:31 AM
#1
Thread Starter
New Member
run .net application directly from cd
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
-
Aug 28th, 2007, 08:18 AM
#2
Re: run .net application directly from cd
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.
-
Aug 28th, 2007, 08:28 AM
#3
Re: run .net application directly from cd
 Originally Posted by suhailcp
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
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.
kevin
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
-
Aug 28th, 2007, 09:24 AM
#4
Re: run .net application directly from cd
 Originally Posted by suhailcp
also i want this application to run on systems which dont have .net framework installed.plz help
As mentioned, the bottom line is: you can't.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|