|
-
Oct 18th, 2025, 03:10 PM
#1
Thread Starter
Addicted Member
problems with msjtes40.dll on win11
in my VB6 app, i use VB6 PDW for installation. no problems over the years. recently however some users are getting error on PDW installation regarding "error occured while registering msjtes40.dll". i understand that this is because win11 has now deprecated this file and replaced with ACE db access engine. my limited development is done on winxp machine, so i can't install ACE as included with PDW?
i would prefer not to modify PDW routine.
what is the easiest way for me to ensure that my DAO3.6 program will run on my users new win11 machines?
-
Oct 18th, 2025, 03:32 PM
#2
Re: problems with msjtes40.dll on win11
This file is already installed by Windows, you don't have to include it with the installer. And you can't replace it because it is protected.
-
Oct 18th, 2025, 03:47 PM
#3
Thread Starter
Addicted Member
Re: problems with msjtes40.dll on win11
 Originally Posted by Eduardo-
This file is already installed by Windows, you don't have to include it with the installer. And you can't replace it because it is protected.
Thx for reply - OK, that makes it easier if it is installed with all win11 set ups. It was my understanding that the DAO access engine files (ACE) were only installed if the user had installed “MS Office”. if the required ACE files are always installed by windows, then I should not have to worry?
-
Oct 18th, 2025, 03:58 PM
#4
Re: problems with msjtes40.dll on win11
 Originally Posted by Jimboat
Thx for reply - OK, that makes it easier if it is installed with all win11 set ups. It was my understanding that the DAO access engine files (ACE) were only installed if the user had installed “MS Office”. if the required ACE files are always installed by windows, then I should not have to worry?
The DAO that uses VB6 (normally ) is not ACE but uses the Jet engine 4.0.
The DAO version is 3.6
This one is the one that comes installed by Windows.
-
Oct 18th, 2025, 04:27 PM
#5
Thread Starter
Addicted Member
Re: problems with msjtes40.dll on win11
 Originally Posted by Eduardo-
The DAO that uses VB6 (normally ) is not ACE but uses the Jet engine 4.0.
The DAO version is 3.6. This one is the one that comes installed by Windows.
Thx Eduardo. So, can I just remove the “msjtes40.dll” file from my PDW list?
Last edited by Jimboat; Oct 18th, 2025 at 04:36 PM.
/Jimboat
-
Oct 18th, 2025, 05:20 PM
#6
Re: problems with msjtes40.dll on win11
 Originally Posted by Eduardo-
.... And you can't replace it because it is protected.
Challenge accepted.
-
Oct 19th, 2025, 01:49 AM
#7
Re: problems with msjtes40.dll on win11
 Originally Posted by fafalone
Challenge accepted.
It really doesn't matter. You don't need or have to replace it.
-
Oct 19th, 2025, 01:50 AM
#8
Re: problems with msjtes40.dll on win11
 Originally Posted by Jimboat
Thx Eduardo. So, can I just remove the “msjtes40.dll” file from my PDW list?
Yes. Not that can but should.
-
Oct 19th, 2025, 04:19 PM
#9
Thread Starter
Addicted Member
Re: problems with msjtes40.dll on win11
 Originally Posted by Eduardo-
Yes. Not that can but should.
it seems that file msjtes40.dll is required with win7, but is NOT installed with default windows 7 install? so don't i need to include in my PDW install list so that win7 installs will be ok?
-
Oct 19th, 2025, 06:39 PM
#10
Re: problems with msjtes40.dll on win11
It is part of Windows since Windows XP.
-
Oct 21st, 2025, 09:36 AM
#11
Thread Starter
Addicted Member
Re: problems with msjtes40.dll on win11
 Originally Posted by Eduardo-
It is part of Windows since Windows XP.
Eduardo - thanks again for your help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|