See this page: http://www.merlinia.com/mdt/WiXTutorial4.msl
 
In particular, see the comments about
"EmptyComponent_WindowsInstallerBugWorkaround"
 
Rennie
 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Palmer
        Sent: 10. maj 2007 21:06
        To: wix-users@lists.sourceforge.net
        Subject: [WiX-users] How do I get rid of the "...installed to
run fromnetwork" option
        
        
        One of my features has "Will be installed to run from network"
and "Entire feature will be installed to run from network" as possible
install options.
        
        What is stupid about that is: 
        - it's the only feature that shows those options 
        - the feature has no components of its own, just sub-features,
and all the sub features DON'T have those options... That lets me choose
"Entire feature will be installed to run from network" for the parent
feature and "Will be installed on local hard drive" for all the sub
features.  It doesn't make any sense. 
        
        All of my features are specified the same way, so I don't
understand why these "network install" options just show up out of the
blue.
        
        Every feature element looks like this:
        
        <Feature Id="myFeatureId" Level="1" 
                       Title="My Cool Feature" AllowAdvertise="no"
                       Description="The best feature ever.">
        ... ComponentRefs, FeatureRefs, ComponentGroupRefs...
        </Feature> 
        
        
        Though some only contain FeatureRefs, while others only contain
ComponentRefs.  All are nested under one main Feature representing the
general application.
        
        
        Regards,
        
        Scott
        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to