Question

How do I control/update the UI progress bar when running length custom actions on a C# deployment project?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top