Hi ,
We have a legacy software designed with Vb 6.0 . When i am trying to install in any new system the software is throwing error "Cannot start main setup program! (CreateProcess() returned error code 0x000000C1H)"
I have tried find the solutions given in the link "http://www.alexandriacomputers.com/restaurant-maid-software-Cannot-start-main-setup-program-CreateProcess-returned-error-code-0x000000C1H-sid284"
Please let me know what may be the possible problem .
The Vb6stkit.dll version is 6.0.81.69
The error log is given below
.............................................................................
%% PLEASE DO NOT MODIFY OR DELETE THIS FILE! %%
%% This file contains information about the installation of an application. %%
%% It will be used to automatically remove all application components from your computer if you choose to do so. %%
NOTE: Beginning of the bootstrapper section
CONFIG: Title: "TestApp"
ACTION: RegKey: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "SharedDLLs"
ACTION: SystemFile: "C:\WINDOWS\system32\VB6STKIT.DLL"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\COMCAT.DLL"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\stdole2.tlb"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\asycfilt.dll"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\olepro32.dll"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\oleaut32.dll"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\system32\msvbvm60.dll"
(File currently on disk was already up to date)
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\COMCAT.DLL"
ACTION: TLBRegister: "C:\WINDOWS\SYSTEM32\stdole2.tlb"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\olepro32.dll"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\oleaut32.dll"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\msvbvm60.dll"
NOTE: End of the bootstrapper section
NOTE: Now spawning the main Setup program 'Setup1.exe'....
*** ERROR: Cannot start main setup program! (CreateProcess() returned error code 0x000000C1H)
*** ERROR: (User Responded with 'OK')
......................................................................................................