Home
Home
Oct 13, 2008 11:01 PM
Okay. This one definitely sent me down the garden path. Using the Internet setup.exe along with msistuff.exe to create an internet based windows installer resulted in random 1619 errors.
Title: "Windows Installer Installation Wrapper"
Message: "An error occured installing the package. Windows Installer returned '1619'."
Short answer in my case: use 8.3 filenames for the exe and msi files.
Sep 1, 2008 5:42 PM
The site has been down since the hosting server upgraded to PHP 5. I have finally took the time to research the problem and the solution. The error log contained "The PDO extension is required for this adapter but the extension is not loaded". the phpinfo showed --with-pdo-mysql=shared which led me to the conclusion that the PDO extension for mysql was in fact installed. What was missing was a couple of statements to get the extensions loaded.
The fix...