Share via


Installing a File (PPC Only)

Just below the <wap-provisioningdoc>, the provisioning XML file should include an Install CSP section that includes the NoUninstall parm.

Note   The Install Configuration Service Provider section should not include an InstallDir parm, because this parm applies only when installing an application.

The following is an example of an Install Configuration Service Provider XML file for Pocket PC:

<characteristic type="Install">
   <parm name="InstallPhase" value="install" /> 
   <parm name="AppName" value="CAB Provisioning File" /> 
   <parm name="NoUninstall" value="1" /> 
   <parm name="NumDirs" value="1" /> 
   <parm name="NumFiles" value="1" /> 
   <parm name="NumRegKeys" value="0" /> 
   <parm name="NumRegVals" value="0" /> 
   <parm name="NumShortcuts" value="0" /> 
</characteristic>

See Also

Provisioning Files

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.