<customUX> Element (ClickOnce Application)
Directs the application to be deployed without a shell presence.
<customUX />
Remarks
Including the customUX element means that the application will be installed, but a desktop shortcut will not be created and an entry in the list of installed programs will not be added. This enables a ClickOnce application to be installed as part of a larger package, by using the InPlaceHostingManager API. An application that includes this element cannot be installed normally (by clicking its manifest, for example), so it must be installed programmatically by using InPlaceHostingManager.
See Also
Reference
ClickOnce Application Manifest
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added new topic. |
SP1 feature change. |