Results 1 to 8 of 8

Thread: Does a c# .exe run from cd? **SOLVED**

  1. #1

    Thread Starter
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476

    Question Does a c# .exe run from cd? **SOLVED**

    Hey I know this might be a silly question, but i have a c# .net exe on a cd. Now if a user has .net Framework installed, is it possible to run that exe file from cd?

    Does that make sense?

    Thanks for your help,

    Stephan
    Last edited by Sgt-Peppa; Dec 11th, 2003 at 10:48 AM.
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    why don't you just try it and see???
    Last edited by nswan; Nov 6th, 2003 at 02:43 PM.
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  3. #3

    Thread Starter
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    why don't you just try it and see???

    Well I am still designing and that was just one question running throug my mind, but you are probably right, I should just create a small app and try to run that!

    Thanks
    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  4. #4
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    It won't work. The computer running the app has to have the framework installed for the executable to run.
    Please rate my post.

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by Shawn N
    It won't work. The computer running the app has to have the framework installed for the executable to run.
    Yes it will, he already said it had the framework on the computer

  6. #6
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Ack - misread the post.
    Please rate my post.

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I just tried this and ofcourse it works . But take care if your exe writes to any file where the exe is running .

  8. #8

    Thread Starter
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    Thanks!
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

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