Don't know if i'm in the right newsgroup 
Author Message
 Don't know if i'm in the right newsgroup

Hi everybody ! I need your help on this one because i've been working on
that problem for over one week without knowing what the problem is and my
client is getting impatient ! So here it goes !

My components : Windows98, VB6, SP5, Access97, CrystalReports 8.5 and
Sheridan DataWidget 2.0.

The first package I made was with the Deployement Wizard that come's with
VB. I had no problem during the creation of the CAB. I try to install my
application on my client computer (Windows2000) and has soon as I click on
setup.exe I see the Error Message : "VB6stkit.dll is not a valide Windows NT
image", right after that I get the Error Message : " Enable to start the
installation program ! CreateProcess() return the error code 0x000000C1H"
!!!! So what I did his I replace the VB6stkit.dll by a valide one on my
client computer. By doing that I got rid of the first Error Message but I
still have the second one !!! So I decide to make a package with a new
Deployement Wizard. I went on Microsoft.com and I download the lastest
version of Visual Studio Installer (It creates a file .MSI instead of a file
.EXE and .CAB and .LST ). So I made a package with that, I had some problem
with dependencies files but I finally made a package .MSI. I try to install
my new package on my client's computer. What a surprises, the installation
works !!! So I click on the shortcut off my program and I get the Error
Message : "Class not registered. Looking for object with
CLSID:{00000010-0000-0010-8000-00AA006D2EA4}. So I go back to the office and
look on MSDN and here what it say's : This is a system error. If this
problem persists, re-install Visual Basic and try again. My client has
Windows2000 with VB not install and I'm not sure if he has Access. So I
change some dependies and I did a another package. I went this morning to
install it and still has the same Error Message. What is weird is that I
tested my package on a Windows2000 computer with no VB and only Access97
install and it work to perfection. I have no clue what to do and what to
look for. If  anybody has a slim idea or suggestion please help me !!! I've
never seen such a thing !!!


thanks a lot

Guillaume



Tue, 26 Oct 2004 00:49:03 GMT  
 Don't know if i'm in the right newsgroup
If you could test your installation on another PC, then probably something
wrong with Windows on the PC where it doesn't work. I met such things many
times. Even on absolutely new PC (HP Pavilion) I couldn't make an
installation one time. I called HP support and they told me that OEM Windows
can be different from original Microsoft Windows. When I replaced HP OEM
Windows on that machine with native Microsoft Windows, everything started to
work fine.
Vlad


Quote:
> Hi everybody ! I need your help on this one because i've been working on
> that problem for over one week without knowing what the problem is and my
> client is getting impatient ! So here it goes !

> My components : Windows98, VB6, SP5, Access97, CrystalReports 8.5 and
> Sheridan DataWidget 2.0.

> The first package I made was with the Deployement Wizard that come's with
> VB. I had no problem during the creation of the CAB. I try to install my
> application on my client computer (Windows2000) and has soon as I click on
> setup.exe I see the Error Message : "VB6stkit.dll is not a valide Windows
NT
> image", right after that I get the Error Message : " Enable to start the
> installation program ! CreateProcess() return the error code 0x000000C1H"
> !!!! So what I did his I replace the VB6stkit.dll by a valide one on my
> client computer. By doing that I got rid of the first Error Message but I
> still have the second one !!! So I decide to make a package with a new
> Deployement Wizard. I went on Microsoft.com and I download the lastest
> version of Visual Studio Installer (It creates a file .MSI instead of a
file
> .EXE and .CAB and .LST ). So I made a package with that, I had some
problem
> with dependencies files but I finally made a package .MSI. I try to
install
> my new package on my client's computer. What a surprises, the installation
> works !!! So I click on the shortcut off my program and I get the Error
> Message : "Class not registered. Looking for object with
> CLSID:{00000010-0000-0010-8000-00AA006D2EA4}. So I go back to the office
and
> look on MSDN and here what it say's : This is a system error. If this
> problem persists, re-install Visual Basic and try again. My client has
> Windows2000 with VB not install and I'm not sure if he has Access. So I
> change some dependies and I did a another package. I went this morning to
> install it and still has the same Error Message. What is weird is that I
> tested my package on a Windows2000 computer with no VB and only Access97
> install and it work to perfection. I have no clue what to do and what to
> look for. If  anybody has a slim idea or suggestion please help me !!!
I've
> never seen such a thing !!!


> thanks a lot

> Guillaume



Tue, 26 Oct 2004 04:26:39 GMT  
 Don't know if i'm in the right newsgroup
ok thanks

--

Guillaume



Quote:
> If you could test your installation on another PC, then probably something
> wrong with Windows on the PC where it doesn't work. I met such things many
> times. Even on absolutely new PC (HP Pavilion) I couldn't make an
> installation one time. I called HP support and they told me that OEM
Windows
> can be different from original Microsoft Windows. When I replaced HP OEM
> Windows on that machine with native Microsoft Windows, everything started
to
> work fine.
> Vlad



> > Hi everybody ! I need your help on this one because i've been working on
> > that problem for over one week without knowing what the problem is and
my
> > client is getting impatient ! So here it goes !

> > My components : Windows98, VB6, SP5, Access97, CrystalReports 8.5 and
> > Sheridan DataWidget 2.0.

> > The first package I made was with the Deployement Wizard that come's
with
> > VB. I had no problem during the creation of the CAB. I try to install my
> > application on my client computer (Windows2000) and has soon as I click
on
> > setup.exe I see the Error Message : "VB6stkit.dll is not a valide
Windows
> NT
> > image", right after that I get the Error Message : " Enable to start the
> > installation program ! CreateProcess() return the error code
0x000000C1H"
> > !!!! So what I did his I replace the VB6stkit.dll by a valide one on my
> > client computer. By doing that I got rid of the first Error Message but
I
> > still have the second one !!! So I decide to make a package with a new
> > Deployement Wizard. I went on Microsoft.com and I download the lastest
> > version of Visual Studio Installer (It creates a file .MSI instead of a
> file
> > .EXE and .CAB and .LST ). So I made a package with that, I had some
> problem
> > with dependencies files but I finally made a package .MSI. I try to
> install
> > my new package on my client's computer. What a surprises, the
installation
> > works !!! So I click on the shortcut off my program and I get the Error
> > Message : "Class not registered. Looking for object with
> > CLSID:{00000010-0000-0010-8000-00AA006D2EA4}. So I go back to the office
> and
> > look on MSDN and here what it say's : This is a system error. If this
> > problem persists, re-install Visual Basic and try again. My client has
> > Windows2000 with VB not install and I'm not sure if he has Access. So I
> > change some dependies and I did a another package. I went this morning
to
> > install it and still has the same Error Message. What is weird is that I
> > tested my package on a Windows2000 computer with no VB and only Access97
> > install and it work to perfection. I have no clue what to do and what to
> > look for. If  anybody has a slim idea or suggestion please help me !!!
> I've
> > never seen such a thing !!!


> > thanks a lot

> > Guillaume

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.360 / Virus Database: 199 - Release Date: 2002-05-07


Tue, 26 Oct 2004 04:42:22 GMT  
 Don't know if i'm in the right newsgroup
Hi,

You may have already solved this, but, I suggest you get
something like installshield express. For about $400
you'll save a lot of time (more than $400 worth). I find
the package and deployment wizard that ships with
Microsoft products totally falls short of its inteneded
purpose. You'll save a lot of headaches by using something
else. I know that Installshield Express was one of the
best investments we've made.

Cheers
Andrew

Quote:
>-----Original Message-----
>Hi everybody ! I need your help on this one because i've
been working on
>that problem for over one week without knowing what the
problem is and my
>client is getting impatient ! So here it goes !

>My components : Windows98, VB6, SP5, Access97,

CrystalReports 8.5 and
Quote:
>Sheridan DataWidget 2.0.

>The first package I made was with the Deployement Wizard
that come's with
>VB. I had no problem during the creation of the CAB. I
try to install my
>application on my client computer (Windows2000) and has
soon as I click on
>setup.exe I see the Error Message : "VB6stkit.dll is not
a valide Windows NT
>image", right after that I get the Error Message : "
Enable to start the
>installation program ! CreateProcess() return the error
code 0x000000C1H"
>!!!! So what I did his I replace the VB6stkit.dll by a
valide one on my
>client computer. By doing that I got rid of the first
Error Message but I
>still have the second one !!! So I decide to make a
package with a new
>Deployement Wizard. I went on Microsoft.com and I

download the lastest
Quote:
>version of Visual Studio Installer (It creates a

file .MSI instead of a file
Quote:
>..EXE and .CAB and .LST ). So I made a package with that,
I had some problem
>with dependencies files but I finally made a

package .MSI. I try to install
Quote:
>my new package on my client's computer. What a surprises,
the installation
>works !!! So I click on the shortcut off my program and I
get the Error
>Message : "Class not registered. Looking for object with
>CLSID:{00000010-0000-0010-8000-00AA006D2EA4}. So I go

back to the office and
Quote:
>look on MSDN and here what it say's : This is a system
error. If this
>problem persists, re-install Visual Basic and try again.
My client has
>Windows2000 with VB not install and I'm not sure if he
has Access. So I
>change some dependies and I did a another package. I went
this morning to
>install it and still has the same Error Message. What is
weird is that I
>tested my package on a Windows2000 computer with no VB
and only Access97
>install and it work to perfection. I have no clue what to
do and what to
>look for. If  anybody has a slim idea or suggestion

please help me !!! I've

- Show quoted text -

Quote:
>never seen such a thing !!!


please !

>thanks a lot

>Guillaume

>.



Fri, 19 Nov 2004 09:50:31 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Right aligned text boxes don't right align

2. Help-don't know what i'm missing

3. String extract functions, left,right.mid don't work

4. Debugger do it right but runtime version don't

5. Modifications don't appear in the right window

6. Right$ ,left$ mid$ don't work anymore

7. controls don't react after right-click

8. Right justified text boxes don't display on Win 3.1

9. Controls don't resize right

10. Don't Know How to Publicly Declare Variable

11. Microsoft Windows 95 don't know calculation

12. Migration to VS 2003 worked though I don't know why

 

 
Powered by phpBB® Forum Software