Results 1 to 3 of 3

Thread: Error in package & deployment

  1. #1

    Thread Starter
    Lively Member achor's Avatar
    Join Date
    May 2006
    Location
    Porto
    Posts
    123

    Unhappy Error in package & deployment

    Hello all,

    I need help identifying an error code I get when I run a setup.exe program, created by the Package and Deployment Wizard in VB6, on another computer.

    When I run the setup program, apears a message box

    "ERROR: Cannot start main setup program! (CreateProcess() returned error code 0x000000C1H)"

    I did some reasearch and the solutions are:

    Test for Setup Files Left on System by
    1. On the destination computer, search for a copy of the .cab file(s) of your application in the Windows folder (Winnt folder on Windows NT or Windows 2000). If you find a copy, delete the .cab file(s).

    Setup places the .cab file(s) in the Windows or Winnt folder, and then removes them after a successful setup. However, if the installation program exits abnormally, the .cab file(s) may be left in your system.
    2. In the Windows\Temp folder (or the folder specified by the TEMP environment variable on Windows NT or Windows 2000), locate a subfolder named Msftqws.pdw. If you find this subfolder, delete it.
    3. On the destination computer, search for the following files. If any these files have a size of 0 bytes, delete the file: • Vb6stkit.dll
    • St6unst.exe
    • Setup1.exe

    4. Run Setup again.

    I did all of this but It continue to don't work.

    Can anyone help me?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Error in package & deployment

    Moved to Application Deployment

  3. #3

    Thread Starter
    Lively Member achor's Avatar
    Join Date
    May 2006
    Location
    Porto
    Posts
    123

    Re: Error in package & deployment

    ok
    sorry

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