Does anyone know if it is possible to change homescreen.
I have a setup that installs all necessary xml files and Homescreen plugins, but I don’t know how to change Homescreen to mine during installation (and remove it during uninstallation)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For smartphone devices you can use provisioning xml. If you include the provisioning xml in your cab file as “post-xml” then uninstallation should be handled automatically. Alternatively you could process the provisioning xml yourself using the DMProcessConfigXML API inside a custom setup dll. Check out the following MSDN links for more details.
Home screen provisioning xml
prexml and /postxml
DMProcessConfigXML