Click here to Skip to main content
16,005,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create layered Image like a PhotoShop Pin
Christian Graus26-Nov-03 9:55
protectorChristian Graus26-Nov-03 9:55 
GeneralReplace DLL with my owns Pin
lajiyo26-Nov-03 1:36
lajiyo26-Nov-03 1:36 
GeneralRe: Replace DLL with my owns Pin
Heath Stewart26-Nov-03 2:56
protectorHeath Stewart26-Nov-03 2:56 
GeneralRe: Replace DLL with my owns Pin
Christian Graus26-Nov-03 9:56
protectorChristian Graus26-Nov-03 9:56 
GeneralRe: Replace DLL with my owns Pin
Colin Angus Mackay26-Nov-03 12:28
Colin Angus Mackay26-Nov-03 12:28 
GeneralRe: Replace DLL with my owns Pin
leppie26-Nov-03 13:13
leppie26-Nov-03 13:13 
QuestionHow to install only "Microsoft Jet 4.0 OLE DB Provider" Pin
nrg26-Nov-03 1:30
nrg26-Nov-03 1:30 
AnswerRe: How to install only "Microsoft Jet 4.0 OLE DB Provider" Pin
Heath Stewart26-Nov-03 2:45
protectorHeath Stewart26-Nov-03 2:45 
I've already answered your questions, and I am a professional consultant for several companies (in the past and currently) for Windows Installer, and am currently working on the MSI 3.0 beta testing team.

Notice the emphasized string in 'Microsoft Jet 4.0 OLE DB Provider'? That means that it is an OLE DB provider and that requires the MDAC 2.6 or above to use with ADO.NET. There is simply no way around it.

You need to install the MDAC 2.6 or higher MSM. You can find these all over the 'net and it is easy to make. As I stated before, InstallShield has both MSMs for MDAC 2.7 SP1 (http://saturn.installshield.com/isd/mergemodules/801/MDAC27/MDAC27ENU.msm[^]) and Jet 4.0 SP6 (http://saturn.installshield.com/isd/MergeModules/EnglishMM/Jet40SP6/Jet40.msm[^]). They do have MSMs for MDAC 2.8 and Jet 4.0 SP7, but there's no link to download. See the following page for many more merge modules to download: http://www.installshield.com/downloads/modules.asp?prod=wind&lan=english&xmlUse=y[^]

All you need to do is add these MSMs to your project correctly. That's it. They are called merge modules because the tables that make up the MSM are merged with your installer when your install package is compiled. The only thing you might have to do is specify a target redirect (or default path) for the files in the MSM when you add it. Just specify the Windows\System32 directory ([SystemFolder] in Windows Installer) and that's it.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
General** Array in C# Pin
Relampago25-Nov-03 22:25
Relampago25-Nov-03 22:25 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 3:07
protectorHeath Stewart26-Nov-03 3:07 
GeneralRe: ** Array in C# Pin
Relampago26-Nov-03 6:21
Relampago26-Nov-03 6:21 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 8:11
protectorHeath Stewart26-Nov-03 8:11 
GeneralRe: ** Array in C# Pin
Relampago26-Nov-03 8:47
Relampago26-Nov-03 8:47 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 9:50
protectorHeath Stewart26-Nov-03 9:50 
Generalconnection timeout Pin
Roger Alsing25-Nov-03 21:46
Roger Alsing25-Nov-03 21:46 
GeneralRe: connection timeout Pin
Dennis Klein26-Nov-03 1:12
Dennis Klein26-Nov-03 1:12 
GeneralRe: connection timeout Pin
Roger Alsing26-Nov-03 1:44
Roger Alsing26-Nov-03 1:44 
GeneralSound format converter API Pin
Oyvind Bratland25-Nov-03 21:27
Oyvind Bratland25-Nov-03 21:27 
GeneralRe: Sound format converter API Pin
Heath Stewart26-Nov-03 3:10
protectorHeath Stewart26-Nov-03 3:10 
GeneralRe: Sound format converter API Pin
Oyvind Bratland26-Nov-03 3:20
Oyvind Bratland26-Nov-03 3:20 
GeneralRe: Sound format converter API Pin
Heath Stewart26-Nov-03 3:29
protectorHeath Stewart26-Nov-03 3:29 
GeneralRe: Sound format converter API Pin
Oyvind Bratland26-Nov-03 3:36
Oyvind Bratland26-Nov-03 3:36 
GeneralRe: Sound format converter API Pin
Heath Stewart26-Nov-03 3:40
protectorHeath Stewart26-Nov-03 3:40 
GeneralCaching Configuration Settings Pin
Shaun Becker25-Nov-03 11:01
Shaun Becker25-Nov-03 11:01 
GeneralRe: Caching Configuration Settings Pin
Heath Stewart25-Nov-03 11:56
protectorHeath Stewart25-Nov-03 11:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.