package and deployment wizard in Visual studio 6.0 
Author Message
 package and deployment wizard in Visual studio 6.0

Hi all,

     I used package and deployment wizard (Visual studio 6.0) to set up
a software. When I installed it in Window 98 machine, it works fine.
But when I tried to install it on Window 95 ,first the installation
(Visual Basic 6.0 setup toolkit) generated warning message like
"Warming:This package required Dcom95 to function properly!Please have
Dcom95 installed prior to this installation". Then it generated the
error message like
"Run-time error '429'. Activex component can't create object".I am
wondering how i can fix this problem. Any help will be greatly
appreciated that.

Thanks,
    Patrick

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Tue, 22 Oct 2002 03:00:00 GMT  
 package and deployment wizard in Visual studio 6.0

Quote:
>      I used package and deployment wizard (Visual studio 6.0) to set up
> a software. When I installed it in Window 98 machine, it works fine.
> But when I tried to install it on Window 95 ,first the installation
> (Visual Basic 6.0 setup toolkit) generated warning message like
> "Warming:This package required Dcom95 to function properly!Please have
> Dcom95 installed prior to this installation". Then it generated the

There have been quite a few bugs in the setup toolkit. You'd do well to go
to Microsoft's site and check for updates. I think Visual Studio is up to
"service pack" 3 now. You can also find useful articles on setup problems in
the Microsoft Knowledgebase.

That said... the problem with Visual Studio tools in general is, they rely
on a vast number of external files (DLLs etc) that Microsoft updates on a
regular basis. If you don't have the right DLLs available, or if the DLLs
aren't the correct version, your program won't work. It sounds very much as
if this is the cause of the installation problem you're having. Check to
make sure you've included any necessary system DLLs. If the installation
program isn't bright enough to install them itself, you may need to install
them manually before the installation program runs. If this proves
necessary, please be careful to employ the appropriate version checking in
your pre-installation. It's all too common to see major problems caused by
programs that replace common DLLs with older versions.

--
Thomas G. Hanlin III, Programmer At Large
home: http://www.tgh3.com - programming tools & libraries, games and things
work: http://www.powerbasic.com - DOS & Windows BASIC compilers & tools



Wed, 23 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. package and deployment wizard in Visual studio 6.0

2. Help: VB 6.0 Package & Deployment Wizard Problem

3. VB 6.0 Package & Deployment Wizard

4. Problem with package and deployment in Visual Studio (VB6)

5. Problem with package and deployment in Visual Studio (VB6)

6. Visual Studio 6.0, Visual Studio.Net Difference

7. Package and Deployment Wizard with WebClass (Visual Basic 6)

8. Can Package and Deployment Wizard handle COM packages?

9. Helpfiles for Visual Studio (visual Basic) 6.0

10. Visual Tools 3.0 and Visual Studio 6.0?

11. Package and Deployment wizard does not load

12. Packaging and Deployment Wizard

 

 
Powered by phpBB® Forum Software