Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Feature Id="RemoteAppsFeature"
- Title="!(loc.RemoteAppsFeatureName)"
- Display="hidden"
- InstallDefault="local"
- Description="!(loc.RemoteAppsFeatureDescription)">
- <!-- Check property ONLY during install/reinstall -->
- <Condition Level="0"><![CDATA[NOT REMOTE_APPS_INSTALL]]></Condition>
- <!-- Remote Applications components -->
- <ComponentGroupRef Id="RemoteAppsComponents" />
- <Feature Id="RemoteSpatialEngineerFeature"
- Title="!(loc.RemoteSpatialEngineerFeatureName)">
- <ComponentGroupRef Id="RemoteSpatialEngineerComponents" />
- </Feature>
- <Feature Id="RemoteLogicDBAFeature"
- Title="!(loc.RemoteLogicDBAFeatureName)">
- <ComponentGroupRef Id="RemoteLogicDBAComponents" />
- </Feature>
- <Feature Id="RemoteSpatialAssignmentFeature"
- Title="!(loc.RemoteSpatialAssignmentFeatureName)">
- <ComponentGroupRef Id="RemoteSpatialAssignmentComponents" />
- </Feature>
- </Feature>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement