This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: InstallShield will not install dll files to desired path.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2010
12:54 PM
InstallShield will not install dll files to desired path.
We are using installShield 2010 and part of our install process is to install dll files in the root of our directory and also a folder within that root directory.
This works fine for one of our projects, however we created a copy of that project and renamed all of the path variables, Directories and the Dynamic linking to correspond to where all the new files are and need to go.
Everything installs with exception of the copy of the dlls to the folder within the root location.
Any Idea why this would be happening?
This works fine for one of our projects, however we created a copy of that project and renamed all of the path variables, Directories and the Dynamic linking to correspond to where all the new files are and need to go.
Everything installs with exception of the copy of the dlls to the folder within the root location.
Any Idea why this would be happening?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2010
02:37 PM
Perhaps check the destination of the component containing the DLLs installed to the root directory, and compare to the destination of the component going to the subdirectory? (Probably should be something like [INSTALLDIR] and [INSTALLDIR]subdir, respectively.)