[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

ODBC .NET Data Provider - install problem

Darek Cebernik

9/26/2002 2:35:00 PM

Hi,
i am trying to install the ODBC .NET Data Provider but without success. I
get the message: "Microsoft ODBC .NET Data Provider setup ended prematurely
because of an error.". Where can i find some log file?
The similar message appears for "Microsoft Oracle ODBC .NET Data Provider".

any help would be appreciated
thanks in advance
Darek


1 Answer

Inam [MS]

11/8/2002 9:41:00 PM

0

Here is how you can switch on the logging.

use command format given below

msiexec.exe /i %setup.msi% /qn /l*v %logfile.txt%

where %setup.msi% is the setup msi file.
and %logfile.txt% is the path for log file

make sure that msiexec.exe's path is known to OS.

Inam (MS)





"Darek Cebernik" <d.cebernik@coad.pl> wrote in message
news:amuuag$2ka$1@news2.ipartners.pl...
> Hi,
> i am trying to install the ODBC .NET Data Provider but without success. I
> get the message: "Microsoft ODBC .NET Data Provider setup ended
prematurely
> because of an error.". Where can i find some log file?
> The similar message appears for "Microsoft Oracle ODBC .NET Data
Provider".
>
> any help would be appreciated
> thanks in advance
> Darek
>
>