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

Install merge modules - mfc71


1 reply to this topic

ANo

ANo
  • Full Members
  • 179 posts

Posted 07 December 2004 - 12:02

Hello, I need a little help.

In a BasicMSI-Project I use the merge modules:
Microsoft C Runtime Library 7.1
Microsoft C++ Runtime Library 7.1
MFC 7.1 (Localized)
MFC 7.1
The modules are linked to the feature FE_MFC.
The target is the Systemfolder (C:\WinNT\System32).

The modules are installed correctly.

But how can I prevent the uninstallation of the modules?

The modules should stay permanently.

Thank You
Andre'

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 December 2004 - 11:34

Windows Installer should handle the reference counting automatically.
If you want them to be permanent you would have to change the component attributes in the merge module (i.e. modify the modules)