CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    How to deploy an exe from your application

    Hi all,

    How do I deloy an exe from my application and run it?

    What i want is to include an exe in my application.
    When I need it, it has to be deployed in %\temp% and then started.

    So I included CMD.exe in my project using add exsisting item, and now I would like to use it
    how should this be done?

    regards,

    Gerwin
    Last edited by TBBW; November 26th, 2012 at 02:05 PM.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to deloy an exe from your application

    Is including cmd.exe just an example or are you really including it?

  3. #3
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: How to deloy an exe from your application

    Hi Arjay,

    No CMD.exe is just an example.
    I post you later again, from my other comp.
    I found something.

    regards,

    G.

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

Featured