How do I control/update the UI progress bar when running length custom actions on a C# deployment project?
How do I control/update the UI progress bar when running length custom actions on
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.
Keep in mind that the MSI interfaces are C++ based and that there is no .NET support for native MSI capability and you won’t be too surprised to see this, C++.
See following:
http://msdn.microsoft.com/en-us/library/aa367525%28VS.85%29.aspx