I need to create a msi package which reads from a configuration file(settings) and installs the package.
Please help me how to to create a msi package which reads configuration file at the time of install.
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.
You can pass custom parameters like this:
If you create your Setup package using Visual Studio then this shows how to pass parameters to custom install actions.
Visual Studio Setup – projects and custom actions