If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > URGENT! Installation problem.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-19-04, 03:10
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
URGENT! Installation problem.

Hey,
I'm trying to setup my Visual Basic program which I packaged with the package and deployment wizard. The problem is this,

I created the setup on a windows XP and it works fine on my computer.

I tried installing it on a windows 98 and a windows 2000 (not tested it on another XP though) and I received something like "some of your files are out of date do you want setup to update them?"

If I say no, the program exits.

If I choose yes it asks me if I want to restart (as it is appearently necessary to update the file) then I reset.

Then the problem happens again :|

(I hate it when programs are lying :\)

The program includes Data Access and stuff like OLEDB Jet ..


Can anyone help me?

This is kidna important.

Thanks,
Chen

Last edited by Wolverchenus; 03-19-04 at 13:50.
Reply With Quote
  #2 (permalink)  
Old 03-19-04, 08:13
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
What release/service pack of VB? What release/service pack of Windoze-98? Especially if that is the first edition (gold) of 98, it can be REALLY tempermental about VB.NET packages, even if the .NET runtime has been appplied.

Can you include any screenshots of error messages?

-PatP
Reply With Quote
  #3 (permalink)  
Old 03-19-04, 08:33
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
It's VB6 Enterprise edition.

It happend in Windows 98 and Windows 2000

The message goes as followed:

"Setup cannot continue because some system files are out of date on your system. click ok if you wold like setup to update these files for you now"

Naturally the other option exits the wizard..
Reply With Quote
  #4 (permalink)  
Old 03-19-04, 13:31
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
I've seen some peculiar issues with the Visual Studio 6 deployment tools when they are run on an XP machine. Is there an easy way to rebuild your package on either a 98 SE machine or a Win-2000 machine?

-PatP
Reply With Quote
  #5 (permalink)  
Old 03-19-04, 13:46
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
You're saying that if I compile the package on a lesser OS it might work?

I'll try it

In the meantime, if anyone have other suggestions..
Reply With Quote
  #6 (permalink)  
Old 03-19-04, 14:21
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
I've had no problems going from one OS to a later OS, but I've been bitten more than once trying to go to an earlier OS.

-PatP
Reply With Quote
  #7 (permalink)  
Old 03-19-04, 14:32
sivaroo sivaroo is offline
Registered User
 
Join Date: Nov 2003
Posts: 76
Re: URGENT! Installation problem.

usually setup ask to restart when setup is trying to update msvbvm60.dll and msvcrt.dll.
Check those files are not readonly and close any programms that uses those files and try again.
If all fails get vb6sp5runtime from microsoft and install before installing your program.
HTH
Reply With Quote
  #8 (permalink)  
Old 03-20-04, 09:50
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
sivaroo:

I can't seem to see any program using these files nor can I find the file you've mentioned online..

Is there any chance I can simply not include those files in my installation and it will still work?
Reply With Quote
  #9 (permalink)  
Old 03-20-04, 10:34
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
OK, without msvbvm60.dll and msvcrt.dll the installation proceeds and it works (it does prompt that some new files may threaten system stability). But the computer have visual basic on it. Will a computer without VB run it too without those files in the installation?
Reply With Quote
  #10 (permalink)  
Old 03-22-04, 13:42
Wolverchenus Wolverchenus is offline
Registered User
 
Join Date: Mar 2004
Posts: 34
Conclusion

I removed the files msvbvm60.dll and msvcrt.dll from the installation and added VB6 Runtime files instead. Should work now.

Thanks a bunch guys.

Chen
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On