| | |
Setup Error... Please Help!
Thread Solved
![]() |
Hi,
Badly need help again. I have completed one project and have tried making a setup file using Microsoft Visual Studio Package and Deployment Wizard. It showed no error. I ran the setup file but could not as I saw a message(Error?) and after completing the setup I tried running the program but I got the following message. I will greatly appreciate if someone can please help. Thanking you in advance.
The following is the message I got :
A file being copied is not newer than the file currently on your system. It is recommended that you keep your existing file.
File Name : ‘C:\Windows\System32\msjtes40.dll’
Description : ‘ Microsoft Jet Expression Service
Your Version – ‘4.0.8618.0’
Do you want to keep this file ? YES NO NO to ALL
If more information needed please let me know.
Badly need help again. I have completed one project and have tried making a setup file using Microsoft Visual Studio Package and Deployment Wizard. It showed no error. I ran the setup file but could not as I saw a message(Error?) and after completing the setup I tried running the program but I got the following message. I will greatly appreciate if someone can please help. Thanking you in advance.
The following is the message I got :
A file being copied is not newer than the file currently on your system. It is recommended that you keep your existing file.
File Name : ‘C:\Windows\System32\msjtes40.dll’
Description : ‘ Microsoft Jet Expression Service
Your Version – ‘4.0.8618.0’
Do you want to keep this file ? YES NO NO to ALL
If more information needed please let me know.
You cant get to where you are going unless you know where you have been.
I do not consider this message as an Error message. It is just a notification that your computer has a file newer than the one being copied.
It is recommended that you choose YES to keep the file.
This message appears depending on system configurations, so it may show on some computer and may not show on other computers.
BUT If you have more problems related to the setup then please describe them AND I'll try to do my best ; )
It is recommended that you choose YES to keep the file.
This message appears depending on system configurations, so it may show on some computer and may not show on other computers.
BUT If you have more problems related to the setup then please describe them AND I'll try to do my best ; )
hi,
thank you for the reply.
And i have tried clicking YES but it wouldnt accept. I just have to click No to ALL inorder to continue.
C:\ is my system drive (where OS is installed) where as i have installed Visual Studio in D:\ drive to save some memory. I hope this has got nothing to so with this. I cant run the software after installing, message like some files could'nt be found is displayed.
Any leads..?
Thanks again.
thank you for the reply.
And i have tried clicking YES but it wouldnt accept. I just have to click No to ALL inorder to continue.
C:\ is my system drive (where OS is installed) where as i have installed Visual Studio in D:\ drive to save some memory. I hope this has got nothing to so with this. I cant run the software after installing, message like some files could'nt be found is displayed.
Any leads..?
Thanks again.
You cant get to where you are going unless you know where you have been.
hmmm...
I think when you press YES; a similar 'BUT NOT THE SAME' message appears but for a different file name, is that right???
I dont think the installation directory for Visual Studio has anything about this.
Can you please tell me what is your current operating system?? Me,XP, or Vista?? AND did you try to run your setup package on ANOTHER computer system??
I think when you press YES; a similar 'BUT NOT THE SAME' message appears but for a different file name, is that right???
I dont think the installation directory for Visual Studio has anything about this.
Can you please tell me what is your current operating system?? Me,XP, or Vista?? AND did you try to run your setup package on ANOTHER computer system??
Yes, you are right. There were more files that I thought was just one. I am listing the files below. I am using Win XP OS and the software works successfully on this system where I developed the s/w. But its on another system that I cant install and am facing all this problems.
MSREPL40.DLL
MSRD3X40.DLL
MSRD2X40.DLL
MSWDAT10.DLL
MSWSTR10.DLL
EXPSRV.DLL
Vbajet32.DLL
MSJINT40.DLL
MSJTER40.DLL
MSJET40.DLL
C:\Program Files\Common Files\ Microsoft Shared\DAO\dao360.dll
And after I click YES to all of this as you have suggested, I tried to run the software only to get this message.
“D:\Program Files\Microsoft Visual Studio\Project.mdb” not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
I have saved my VB project work along with my mdb (MSAccess) in this path
MSREPL40.DLL
MSRD3X40.DLL
MSRD2X40.DLL
MSWDAT10.DLL
MSWSTR10.DLL
EXPSRV.DLL
Vbajet32.DLL
MSJINT40.DLL
MSJTER40.DLL
MSJET40.DLL
C:\Program Files\Common Files\ Microsoft Shared\DAO\dao360.dll
And after I click YES to all of this as you have suggested, I tried to run the software only to get this message.
“D:\Program Files\Microsoft Visual Studio\Project.mdb” not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
I have saved my VB project work along with my mdb (MSAccess) in this path
You cant get to where you are going unless you know where you have been.
Your project has a database, but did you inlcude it in the Setup Wizard?
And how do you load the database?? Do you give him the EXACT file path or use the relative way (App.Path) ???
I think the problem is that your program is trying to find the database in the exact directory “D:\Program Files\Microsoft Visual Studio\Project.mdb” while it is in fact is not located there...
Waiting for your answers ........
And how do you load the database?? Do you give him the EXACT file path or use the relative way (App.Path) ???
I think the problem is that your program is trying to find the database in the exact directory “D:\Program Files\Microsoft Visual Studio\Project.mdb” while it is in fact is not located there...
Waiting for your answers ........
My database is located in “D:\Program Files\Microsoft Visual Studio\Project.mdb”(the same file where all my project files are located..) and during the Package and Deployment Wiz steps i have manually added the .mdb file and finished the wizard. Still the problem presist showing the exact same messages...that it cant locate the file.
“D:\Program Files\Microsoft Visual Studio\Project.mdb” not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Now, my guess is, do i have to manually add or start some services(coz the s/w runs without any problem on the maching where VB is installed and where i developed this s/w).
Regards
Chan
“D:\Program Files\Microsoft Visual Studio\Project.mdb” not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Now, my guess is, do i have to manually add or start some services(coz the s/w runs without any problem on the maching where VB is installed and where i developed this s/w).
Regards
Chan
You cant get to where you are going unless you know where you have been.
I think you have to load the file into your program by using the path:
Instead of
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
App.Path & "\Project.mdb"
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
"D:\Program Files\Microsoft Visual Studio\Project.mdb"
hay,
I have set it tat way but not much change. My problem seems so rare, but i really thank you for your support and suggestion. M thinking of reinstalling Visual Studio and restarting all over although that by no means is going to solve this problem. I have really run out of options. I will greatly appreciate for any suggestions
regards
Chan
I have set it tat way but not much change. My problem seems so rare, but i really thank you for your support and suggestion. M thinking of reinstalling Visual Studio and restarting all over although that by no means is going to solve this problem. I have really run out of options. I will greatly appreciate for any suggestions
regards
Chan
You cant get to where you are going unless you know where you have been.
hi,
can anybody please tell me why i am unable to locate the .MDB file. I have even tried using third party software like INNO to make the EXE file for my project. But with the same result.
“D:\Program Files\Microsoft Visual Studio\Project.mdb" cannot locate this file..???
can anybody please tell me why i am unable to locate the .MDB file. I have even tried using third party software like INNO to make the EXE file for my project. But with the same result.
“D:\Program Files\Microsoft Visual Studio\Project.mdb" cannot locate this file..???
You cant get to where you are going unless you know where you have been.
![]() |
Similar Threads
- Windows Error - Help Me Please!!! (Windows NT / 2000 / XP)
- Error message after Windows XP runs through setup process at first boot up (Windows NT / 2000 / XP)
- office 2007 setup error cannot find Office.en-us\OfficeMUI.msi (Windows Software)
- setup error (Windows NT / 2000 / XP)
- During Setup - "Existing software not fully installed" error (Windows NT / 2000 / XP)
- Can't Setup IE 6 SP1 (Web Browsers)
- Error message when trying to load Windows XP from a CD! HELP! (Windows NT / 2000 / XP)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Hardware interfacing in visual basic
- Next Thread: Any difference in coding between Data Control and ADO?
| Thread Tools | Search this Thread |
* 6 2007 access activex add age basic beginner birth bmp calculator cd cells.find click client code college connection connectionproblemusingvb6usingoledb creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit excel excelmacro file filename form header iamthwee image inboxinvb internetfiledownload listbox listview liveperson login looping microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading remotesqlserverdatabase report save search sendbyte sites sql sql2008 sqlserver subroutine tags time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web windows





