I wanted to get peoples thoughts on best practices for ensuring all MSIs I
create have the same values for MSI properties. For example,  I would like
all MSI's that I create to have these same settings:

 <!-- Add/Remove properties -->
<Property Id="ARPNOREMOVE" Value="1" />
<Property Id="ARPNOREPAIR" Value="1" />
<Property Id="ARPSYSTEMCOMPONENT" Value="1" />
<Property Id="NIARPVISIBLE" Value="1" />

Currently I was storing these settings in a wixlib and then referencing this
lib by all my MSIs. These properties are being defined in a Fragment. Then
of course you need to refrence onee property in that Fragment to get all
properties included in your MSI. 

Is this the best way? I want to use this same concept for my UI in the sense
all MSIs would reuse the same UI. 

I want to make this code as modular as possible. 

Thanks

-Jonathan
-- 
View this message in context: 
http://n2.nabble.com/Best-Practice-for-Ensuring-All-MSIs-I-Create-Have-the-Same-Values-for-MSI-Properties-tp2234080p2234080.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to