I need to display a configuration screen when a user installs my application. Is this possible to implement? That screen should not appear again.
Share
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.
That is not possible. Applications do not get control at install time. As nicholas.hauschild indicates, you can perform your configuration on first run of your application.