We are trying to create an installation for Microsoft Access 97 -- to be installed on Windows XP platforms. We have attempted to do this both by using the InstallMonitor to create a new package and snapshotting the system before and after installation. In each case, the new Access installation fails with a message "Unknown error 2343."
Anybody have any ideas on how to package this guy?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Internal error 2343
Started by
dstemp1
, Jan 10 2003 17:01
1 reply to this topic
Posted 31 January 2003 - 17:15
Article below may be useful.
http://support.micro...om/?kbid=228668
I also had this problem using Installshield Professional-Windows Installer Edition when I accidently deleted entries in the 'Directories' table.
Debug using command line to install project 'yourname.msi'
C:\>msiexec \i yourname.msi \l* >D:\yourname.log
http://support.micro...om/?kbid=228668
I also had this problem using Installshield Professional-Windows Installer Edition when I accidently deleted entries in the 'Directories' table.
Debug using command line to install project 'yourname.msi'
C:\>msiexec \i yourname.msi \l* >D:\yourname.log