Advertisement
hanni76

Untitled

May 9th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <Feature Id="RemoteAppsFeature"
  2. Title="!(loc.RemoteAppsFeatureName)"
  3. Display="hidden"
  4. InstallDefault="local"
  5. Description="!(loc.RemoteAppsFeatureDescription)">
  6.  
  7. <!-- Check property ONLY during install/reinstall -->
  8. <Condition Level="0"><![CDATA[NOT REMOTE_APPS_INSTALL]]></Condition>
  9.  
  10. <!-- Remote Applications components -->
  11. <ComponentGroupRef Id="RemoteAppsComponents" />
  12.  
  13. <Feature Id="RemoteSpatialEngineerFeature"
  14. Title="!(loc.RemoteSpatialEngineerFeatureName)">
  15. <ComponentGroupRef Id="RemoteSpatialEngineerComponents" />
  16. </Feature>
  17.  
  18. <Feature Id="RemoteLogicDBAFeature"
  19. Title="!(loc.RemoteLogicDBAFeatureName)">
  20. <ComponentGroupRef Id="RemoteLogicDBAComponents" />
  21. </Feature>
  22.  
  23. <Feature Id="RemoteSpatialAssignmentFeature"
  24. Title="!(loc.RemoteSpatialAssignmentFeatureName)">
  25. <ComponentGroupRef Id="RemoteSpatialAssignmentComponents" />
  26. </Feature>
  27. </Feature>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement