Results 1 to 4 of 4

Thread: Change DLL of directory

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Location
    Belgium
    Posts
    77

    Change DLL of directory

    Hi,

    I just finished my programme but there are a bunch a DLL linked with it, as I suppose there is no way to incluse them into the exec file, is there a way to put them in a DLL directory by exemple ? instead of all with the Exe file in the same dir.

    Thanks you

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You mean to install these dll in the GAC (Global Assembly Cache) ?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Location
    Belgium
    Posts
    77
    I donno really what you mean, but if I could at least have a DLL directory in the directory of my application to put them cause there you have by exemple c:\DVDTeck\ and inside this you have dvdteck.exe and a lot a .dll. Is there at least a way to put DLL into c:\DVDTeck\DLL\

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Yes, it's possible . You can add a folder (in the setup project you're creating) and name it Dlls or anything you like . Then add your dll files into it .Specify the target (inside application folder) .

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