Thread: Writing Setup programs

  1. #1
    Unregistered
    Guest

    Unhappy Writing Setup programs

    I am writing a setup program.

    What is the syntax for creating or copying a folder into a computer. I can make files with SaveToFile, but I can't make folders for my application to store information in. On top of that, how to I copy and paste an executable or other file onto someone's hard drive?

    If anyone could help me I'd much appreciate it. I would gladly return a favor.

    Haze-man
    [email protected]

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Post I know it...

    You need SetupOpenInfFile(); Goto MSDN and look for it. It lists all the other functions for setup API, too.
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie question: pointers, other program's memory
    By xxxxme in forum C++ Programming
    Replies: 23
    Last Post: 11-25-2006, 01:00 PM
  2. Writing For Other Platforms
    By Grantyt3 in forum C++ Programming
    Replies: 1
    Last Post: 01-19-2006, 11:10 AM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. Writing a .gif animator software
    By rEtard in forum Windows Programming
    Replies: 5
    Last Post: 09-21-2005, 12:23 PM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM