Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 18th, 2003, 08:53 AM
Authorized User
 
Join Date: Jun 2003
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with the setup of a VB application

Hello! I'm developing a VB application but when when i run the setup apllication i made I received an error message:

An error occurred while registering the file "c:\winnt\system32\mfc42d.dll"

Does somebody knows the solution for this?

Thanks



Elisa Resina
__________________
Elisa Resina
 
Old June 18th, 2003, 10:09 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

hi there...

what's the destination OS??

win 2000 and XP protect some file for being overwritten and double registered.. maybe that's your problem???

HTH...

Gonzalo Bianchi
 
Old June 18th, 2003, 10:44 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jlick
Default

This looks like it may be a dll that you shouldn't be distributing. From the name, I am assuming it is part of the Microsoft Foundation Classes. I would dig into why it is part of your setup. I would expect it is part of your setup due to a referenced component.

You many want to have your setup program not distribute the referenced component, and have the setup "process" include installing the referenced component on it's own, then running your setup package.



John R Lick
[email protected]
 
Old June 18th, 2003, 11:26 AM
Authorized User
 
Join Date: Jun 2003
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi! the destination OS is windows NT4 in this particular case

Elisa Resina
 
Old June 28th, 2003, 12:22 AM
Authorized User
 
Join Date: Jun 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Eresina, if your target machine is an NT4 machine, many NT4 user accounts have class registration restricted, especially if it is registering over an existing class. Try installing your package as the administrator if you are not doing so already.





Similar Threads
Thread Thread Starter Forum Replies Last Post
setup for php application for client viztech PHP How-To 0 October 10th, 2007 12:38 AM
Problem to run batch files from VB application Dmitriy VB How-To 7 September 13th, 2006 11:42 AM
Problem to run batch files from VB Application Dmitriy Pro VB 6 4 April 13th, 2006 02:27 AM
ASP Web application setup on IIS. rupen Classic ASP Basics 4 September 7th, 2005 03:31 AM
How I Can Setup A Counter Using ASPX Application O yoord ADO.NET 1 May 29th, 2004 04:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.