Link to home
Start Free TrialLog in
Avatar of mike_oram
mike_oramFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Windows Installer error

Problem installing software. "Error 2203 Database.  c:\Windows Installer\4c9da.msi Cannot open database file. systems error 2147287035"

Avatar of Member_2_49692
Member_2_49692


what version of windows I am assuming windows xp

Are you using an administrator account ?

if windows xp check to make sure you have proper permissions on the following folder
c:\documents and settings\%username%\local settings\ temp

also try clearing out your temp files a good utility for this is ccleaner yoou can get it from http://www.ccleaner.com


 Windows Installer will record successful and failed installation information in the application event log. check this by going to START RUN and type EVENTVWR then click on APPLICATION post the error message here

The final method is to generate a verbose log file, and then analyze the verbose log file looking for the source of the error. A helpful utility for analyzing verbose log files is the WILogUtl.exe tool provided in the Windows Installer SDK. Logging can be enabled via Windows Installer logging policy or by appending "/L*v path to logfile" to your MSIExec command line.

To generate a detailed verbose log file through policy, use the following registry key:

" HKLM\Software\Policies\Microsoft\Windows\Installer
 
" Set: Logging = REG_SZ voicewarmup
 
" Set: Debug = REG_DWORD 0x7
 

Log files generated through the policy key will be of the form msiXXXXX.log in the user's %temp% folder.

Note: Logging through the command line overrides any logging policy settings.



Enable logging for the windows installer then check the installer log file for the error
http://support.microsoft.com/kb/223300
ASKER CERTIFIED SOLUTION
Avatar of mike_oram
mike_oram
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if it didn't work then you can request to delete this with points refunded
Avatar of mike_oram

ASKER

That's magnanimous Brian; thanks
no problem :)