PDA

Click to See Complete Forum and Search --> : Error in package & deployment


achor
May 3rd, 2006, 12:19 PM
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? :confused:

Hack
May 3rd, 2006, 12:42 PM
Moved to Application Deployment

achor
May 3rd, 2006, 12:47 PM
ok
sorry