is there any way to make Silent installation to my C# program – on Visual-Studio 2008
(i mean that i dont want that when the user install my program he will need to press next->next…)
thanks in advance
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.
If you make a normal Visual Studio Deployment Project the
msican be installed silently if you pass the right command line parameters, I believe/passiveis the one you are after.