MSI (c) (5C:6C): Doing action:
GetSqlStates.2D02443E_7002_4C0B_ABC9_EAB2C064397B
Action start 15:08:46: GetSqlStates.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
MSI (c) (5C:6C): Creating MSIHANDLE (1) of type 790542 for thread 2412
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{2FB60C18-F441-48FD-A024-55DF1ED55E2E}
Failed to determine supports files directory in LoadSqlLibrary
Action ended 15:08:46: GetSqlStates.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
Return value 3.
Any ideas? Thanks!
John
Trying to include the new MSDE Service Pack 3 merge modules in a brand
new Installshield/MSI installer. Builds ok, but when I run the
install, it just quits mysteriously (no error.) Running with logging
gets me a similar error:
Failed to determine supports files directory in LoadSqlLibrary
The installer quits and the msiexec.exe process hangs out there until
I kill it.
I hope someone posts a solution here, either that or Microsoft
corrects their packages and makes it usable as a merge module.
thanks
Preston Landers
"John Oakes" <jo...@networkproductions.net> wrote in message news:<OizlnotxCHA.2712@TK2MSFTNGP12>...
See this page:
http://www.installsite.org/pages/en/bugs_msi.htm
Basically, you need to adjust the order of MSI events in your setup.
Just put AppSearch after LaunchConditions in the Sequence editor (this
is in Installshield, not sure about the VS.NET tools.)
hope this helps,
Preston Landers
"John Oakes" <jo...@networkproductions.net> wrote in message news:<OizlnotxCHA.2712@TK2MSFTNGP12>...
I must specify the SqlSecurityMode=SQL parameter (actually, its a
property).
However, when running the install, I get:
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same. Refer to readme for more
details. Setup will now exit."
Okay, fine. I'll set an SA password. However, the SAPWD switch only
applies to running the installer from the command line.
This page and others:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q281983
lists the equivelent MSI properties for SQL Server setup options.
However, SAPWD is not listed here? Anyone have any idea how to set
the SA password through MSI properties? I'm about to make some stuff
up and try "SqlSAPassword" but that's just blind guessing.
thanks
Preston
"John Oakes" <jo...@networkproductions.net> wrote in message news:<OizlnotxCHA.2712@TK2MSFTNGP12>...
Thanks for the information! I'm not at my work computer right now but will
try it in the morning. As to the SA password question, I used orca to look
at an MSI I created with VS.NET, and I think it might be SqlSaPwd. Try
that!
John
"Preston Landers" <pib...@yahoo.com> wrote in message
news:1136f745.03012...@posting.google.com...
I appreciate the information! It certainly did work and we are now in
bidness. I hope changing the action ordering helps with your problem.
thanks!!
Preston Landers
"John Oakes" <jo...@networkproductions.net> wrote in message news:<uB$4Q50xCHA.1620@TK2MSFTNGP11>...
John
"Preston Landers" <pib...@yahoo.com> wrote in message
news:1136f745.03012...@posting.google.com...
That is detailed here:
Since you are having a problem uninstalling, that probably doesn't
apply to you.
Have you tried running the uninstall progarm with full logging? That
will probably reveal the source of the error.
The logging flag is /L*v"C:\path\to\log.txt"
You may have to run your setup with a /U flag (and the logging flag)
to get it to log during uninstall.
hope this helps,
Preston
"John Oakes" <jo...@networkproductions.net> wrote in message news:<ubyCPT8xCHA.1900@TK2MSFTNGP10>...
"Preston Landers" <pib...@yahoo.com> wrote in message
news:1136f745.03012...@posting.google.com...