Click to See Complete Forum and Search --> : Creating Setup EXE using Win32 API


cute_raj83
July 14th, 2009, 10:06 AM
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!

kenlorth
July 20th, 2009, 09:32 AM
Guy i dont know if its possible show other forum here, so if its not allow. plz so sorry its not my intention but in this link: http://www.codeproject.com/KB/winsdk/selfextract.aspx you will find what you are looking for.