Hi

I am new to this windows programming. I had developed an application in .NET . I need to deploy that application along with the .NET Framework v3.5SP1. Due to some technical jargons
i planned to use a win32 application which will start running those MSI file. So I want a windows application which will show 3 dialogs namely a Welcome Screen, Prerequisites Check screen and an Installation progress screen.

Right now I have created Win32 Windows application and I am using dialog windows from resource files.

Here I dont know how to navigate back and forth between those dialog windows.

Please help me!