I can make a Component Shared on Not Shared.
1. Should I make all components in my project Shared?
2. Or only those Components should be shared that will be included in other setups also?
What is the prefered or recomended way, in a MSI setup?
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.
Shared or Not ?
Started by
antyagi
, Mar 06 2006 08:17
1 reply to this topic
Posted 06 March 2006 - 17:17
MSI will automatzically handle shared components (if you follow the component rules, i.e. use the same ComponentID GUID for identical components) for all MSI based setups. That setting is only necessary for compatibility with non-MSI setups. So for any file that might also be installed by a non-MSI setup in the same location you should set the Shared flag to yes. Setting it to yes for all files won't hurt, but it will create unneccessary SharedFile registry entries.
Stefan Krüger
InstallSite.org twitter facebook