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
- :
- Dll Version conflict
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
‎Nov 17, 2011
04:24 AM
Dll Version conflict
I am facing issue during the installation of our applications,
In our installer we need to copy the "Sample.dll"(version 6.0) in to windows system32 path, but "Sample.dll" (version 8.0) is already exist in same path.
How to overcome this issue in installshield.
In our installer we need to copy the "Sample.dll"(version 6.0) in to windows system32 path, but "Sample.dll" (version 8.0) is already exist in same path.
How to overcome this issue in installshield.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 17, 2011
08:05 PM
What do you mean by "overcome"?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 17, 2011
11:14 PM
Actually i didn't want to replace the existing version of "Sample.dll" file,
Is any other work around is available in install-shield to implement with-out overwrite the existing "Sample.dll" file .
Please help.
Is any other work around is available in install-shield to implement with-out overwrite the existing "Sample.dll" file .
Please help.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 28, 2011
06:50 PM
By default, older version of files will not overwrite newer version. If you do not want to overwrite in this case, you do not have to do anything extra to make it happen.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 28, 2011
11:56 PM
I come across some documents , they are mentioned about to overcome these issues use "Isolatecomponent" MSI table,
Please guide how to solve my problem using "Isolatecomponet" table.
Please guide how to solve my problem using "Isolatecomponet" table.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 29, 2011
12:05 AM
Just read it yourself. The documentation is quite clear:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa369732%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa369732%28v=vs.85%29.aspx