Results 1 to 3 of 3

Thread: problem with install shield

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Posts
    681

    problem with install shield

    Hi,
    I would explain problem in brief.

    well i have got a directory where i have 10 dlls.I ahve to copy another 5 new dll's into the same directory using INSTALL SHIELD.

    how can i do it?

    Thanks and Regards
    vivek.s
    Last edited by vivek.shankar; Feb 14th, 2005 at 05:50 AM.

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

    Re: problem with install shield

    Make a new install package containing just those Dlls and hard code the path (so the user can't change where they get installed.)

  3. #3
    New Member
    Join Date
    Mar 2005
    Posts
    14

    Re: problem with install shield

    Ok,

    //suppose source dir is SOURCEDIR\images
    //target dir is application path\images

    //declare
    STRING SOURCEDIR;

    SOURCEDIR = SRCDIR;
    SOURCEDIR = SOURCEDIR ^ "\\Images\\*.*";
    TDIR = szAppPath;
    TDIR = TDIR ^ "\\Images\\";
    XCopyFile(SOURCEDIR , TDIR , INCLUDE_SUBDIR);

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