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

    Problem with VB 6.0 setup

    Hi all!

    I am able to make the setup program of my project, while trying to install the same, in some of the machines it is giving the following error and in some machines it work.

    Cannot start main setup program (Create Process() returned error code at 0x000000C1H)

    Any sugestions/solutions are welcome.

    Thanks



    Santosh N
    Sr. Software Engineer,
    Wipro Infotech, India.

  2. #2
    Guest

    Re: Problem with VB 6.0 setup


    Hi santosh,
    The Appliaction is refenencing the ROM POST Addresses.
    suggestion 1:-
    if application Programme has 'CreateProcess' API function , then try to debug the code,because VB basically doesn't support multihreading until you specify it.
    Suggestion 2:-
    Check for the dynamic arrays in application .
    Suggestion 3:-
    Recreate the setup and test it.



  3. #3

    Re: Problem with VB 6.0 setup

    If ur setup program is not so confidential u can send us, so that we can work out a solution and let u know, can u also tell us about ur system info in which ur setup is working and also the system info in which ur setup program wasn't working

    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147 (Malaysia)

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