|
-
May 3rd, 2006, 12:19 PM
#1
Thread Starter
Lively Member
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?
-
May 3rd, 2006, 12:42 PM
#2
Re: Error in package & deployment
Moved to Application Deployment
-
May 3rd, 2006, 12:47 PM
#3
Thread Starter
Lively Member
Re: Error in package & deployment
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|