Wednesday, March 28, 2012

installing MSDE

here's the problems I'm having with MSDE:
I install MSDE SP3a with my application using InstallShield. The problem is that not everything is installed, because after I'm prompted for reboot, the database starts up, everything ok, right?
No, because when I run some scripts we have created to access the database, this dialog pops up like it needs to install more stuff for MSDE. It starts "configuring MSDE" and looks for the installer package and begins installing more stuff. What is it i
nstalling?
I'm guessing it has to do with some lines in the scripts that aren't quite supported or that require something that the standard distro doesn't install by default. Any ideas on tracking this down? Will this "installer" start when the line is executed in
my vb.net code or will it start when the vb.net code is started and it realizes it needs more stuff? Is there a way to install everything by default to avoid this?
Thanks,
Jacob
Here's some more information, I extracted this from the log, btw this is on a windows server 2k3:
Event Type:Warning
Event Source:MsiInstaller
Event Category:None
Event ID:1004
Date:6/18/2004
Time:11:42:16 AM
User:N/A
Computer:FUNKMACHINE
Description:
Detection of product '{E09B48B5-E141-427A-AB0C-D3605127224A}', feature 'SqlRun', component '{072BBB16-FE7A-405F-BBCC-54622D21CE3A}' failed. The resource 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft SQL Server\80\Tools\Service Manager\' does not exist.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Event Type:Warning
Event Source:MsiInstaller
Event Category:None
Event ID:1001
Date:6/18/2004
Time:11:42:16 AM
User:N/A
Computer:FUNKMACHINE
Description:
Detection of product '{E09B48B5-E141-427A-AB0C-D3605127224A}', feature 'SqlRun' failed during request for component '{436D7A23-36BE-11D2-ACBB-0080C7FCBB84}'
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Event Type:Information
Event Source:MSSQLSERVER
Event Category:(2)
Event ID:17055
Date:6/18/2004
Time:11:42:26 AM
User:N/A
Computer:FUNKMACHINE
Description:
8128 :
Using 'xpstar.dll' version '2000.80.760' to execute extended stored procedure 'xp_instance_regread'.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: c0 1f 00 00 0a 00 00 00 à......
0008: 0c 00 00 00 46 00 55 00 ...F.U.
0010: 4e 00 4b 00 4d 00 41 00 N.K.M.A.
0018: 43 00 48 00 49 00 4e 00 C.H.I.N.
0020: 45 00 00 00 07 00 00 00 E......
0028: 6d 00 61 00 73 00 74 00 m.a.s.t.
0030: 65 00 72 00 00 00 e.r...
Event Type:Information
Event Source:MSSQLSERVER
Event Category:(2)
Event ID:17055
Date:6/18/2004
Time:11:42:55 AM
User:N/A
Computer:FUNKMACHINE
Description:
17148 :
SQL Server is terminating due to 'stop' request from Service Control Manager.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: fc 42 00 00 0a 00 00 00 üB.....
0008: 0c 00 00 00 46 00 55 00 ...F.U.
0010: 4e 00 4b 00 4d 00 41 00 N.K.M.A.
0018: 43 00 48 00 49 00 4e 00 C.H.I.N.
0020: 45 00 00 00 07 00 00 00 E......
0028: 6d 00 61 00 73 00 74 00 m.a.s.t.
0030: 65 00 72 00 00 00 e.r...
Event Type:Information
Event Source:MsiInstaller
Event Category:None
Event ID:11728
Date:6/18/2004
Time:11:43:11 AM
User:N/A
Computer:FUNKMACHINE
Description:
Product: Microsoft SQL Server Desktop Engine -- Configuration completed successfully.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 7b 45 30 39 42 34 38 42 {E09B48B
0008: 35 2d 45 31 34 31 2d 34 5-E141-4
0010: 32 37 41 2d 41 42 30 43 27A-AB0C
0018: 2d 44 33 36 30 35 31 32 -D360512
0020: 37 32 32 34 41 7d 7224A}
What is triggering the MSI installer? How can I prevent this from interrupting my code?
Thanks,
Jacob
"Jacob438" wrote:

> here's the problems I'm having with MSDE:
> I install MSDE SP3a with my application using InstallShield. The problem is that not everything is installed, because after I'm prompted for reboot, the database starts up, everything ok, right?
> No, because when I run some scripts we have created to access the database, this dialog pops up like it needs to install more stuff for MSDE. It starts "configuring MSDE" and looks for the installer package and begins installing more stuff. What is it
installing?
> I'm guessing it has to do with some lines in the scripts that aren't quite supported or that require something that the standard distro doesn't install by default. Any ideas on tracking this down? Will this "installer" start when the line is executed
in my vb.net code or will it start when the vb.net code is started and it realizes it needs more stuff? Is there a way to install everything by default to avoid this?
> Thanks,
> Jacob

No comments:

Post a Comment