CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    1

    Creating Setup EXE using Win32 API

    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!

  2. #2
    Join Date
    Jul 2009
    Posts
    6

    Re: Creating Setup EXE using Win32 API

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured