Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MFC70.DLL installed in D:\   ?


1 reply to this topic

joepov

joepov
  • Members
  • 1 posts

Posted 26 June 2002 - 00:22

I have a VC7 project which needs MFC70.DLL installed on the user's machine. When I include VC_MFC.MSM the MFC70.DLL gets installed in D:\ and not in the Windows System(32) folder. Does anyone have a clue why this is happening?

Thanks for your answer,
Joep

Chandima

Chandima
  • Members
  • 4 posts

Posted 16 July 2002 - 22:52

Are you using Installshield Express or Developer to build your setup? If so you will have to:

1. Right click on the merge module and select Properties
2. Select [SystemFolder] from the dropdown for the Destination property
3. Close the property dialog, build and install

This is because the MFC7 merge modules use the ModuleConfiguration Table to decide where these files should be installed. Installshield Developer and Express don't support this table yet.