Hello,
I am deploying an vb/asp.net website, and I need to display the progress of my installation. Default progress bar shown by VS installer is static, and does not track progress of custom installers that I have embedded.
I need a solution which will allow me to track progress of complete installation and an updatable label where I can display each action eg. Connecting to database, table creation complete, virtual directory created etc. I am currently using popup messages for this which is not user friendly
Can someone point me the right direction?

I am deploying an vb/asp.net website, and I need to display the progress of my installation. Default progress bar shown by VS installer is static, and does not track progress of custom installers that I have embedded.
I need a solution which will allow me to track progress of complete installation and an updatable label where I can display each action eg. Connecting to database, table creation complete, virtual directory created etc. I am currently using popup messages for this which is not user friendly
Can someone point me the right direction?