Results 1 to 4 of 4

Thread: run .net application directly from cd

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    1

    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

  2. #2
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    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.

  3. #3
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,762

    Re: run .net application directly from cd

    Quote 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

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: run .net application directly from cd

    Quote 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
  •  



Click Here to Expand Forum to Full Width