cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
palanisamy
Level 7

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.
Labels (1)
0 Kudos
(5) Replies
TsungH
Level 12

What do you mean by "overcome"?
0 Kudos
palanisamy
Level 7

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.
0 Kudos
TsungH
Level 12

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.
0 Kudos
palanisamy
Level 7

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.
0 Kudos
Reureu
Level 10

Just read it yourself. The documentation is quite clear:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa369732%28v=vs.85%29.aspx
0 Kudos