Wednesday, March 21, 2012
MSDE on CD
do is create a system using the SQL Server. First, I want
to create a process using DTS to import a text file into
SQL Server. Then from there write a program in VB to
manipulate that data from the sql server. I want to run
all this from a CD-ROM. Is this possible? What would I
need to run the app from the CD? Would the client need to
install any files to run the sql server or vb app? ANy
and all help would be appreciated.
Mike
hi Mike,
"Mike" <anonymous@.discussions.microsoft.com> ha scritto nel messaggio
news:1123001c4166a$f6c84140$a001280a@.phx.gbl...
> Is it possible to run MSDE from a CD ROM? What I want to
> do is create a system using the SQL Server. First, I want
> to create a process using DTS to import a text file into
> SQL Server. Then from there write a program in VB to
> manipulate that data from the sql server. I want to run
> all this from a CD-ROM. Is this possible? What would I
> need to run the app from the CD? Would the client need to
> install any files to run the sql server or vb app? ANy
> and all help would be appreciated.
> Mike
SQL Server must be installed on a pc in order to run it... it can be
installed remotely and you can connect from a remote client, but it must be
installed somewhere on the LAN... you can partially store the databases on
CD (please have a look at
http://msdn.microsoft.com/library/de...es_03_92hx.asp)
but the core engine and all system stuffs must be installed..
VB apps also require all VB runtime and dependencies to be locally
installed... you can then run your app from a CD, but all related VB stuffs
have to be installed and properly registered...
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
MSDE Not connecting remotely
I have a client who is running SBS2003. We are in the process of moving an
msde 2000 database from WIN2000 server to this server.
We have installed MSDE 2000 and it is running on the new server. We can
connect and access the DB locally. However, we cannot establish a connection
from any PCs on the network. There is no firewall between the PCs and the
server. We have done a port scan on both servers and port 1433 is open on
the old server and not the new one. The netstat command however says the
port is open on the new server.
Can anyone tell me how to open up port 1433 on the server or any other
solutions?Dave,
You should be able to use C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\svrnetcn.exe to configure which library the instance
listens on (like TCP/IP).
If you do a netstat -aon | find ":1433" is sql have the port open?
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||Dave,
Are you trying to get to the MSDE from the external side or internal side?
Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
--
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||Hi Dave,
Use Client Network Utility from the client to configure for Network
Library(TCP/IP) and connection parameters (server name, 1433).
Ravi
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||> Are you trying to get to the MSDE from the external side or internal side?
> Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
I am trying to access the MSDE from the internal network.
We are running SBS 2003 Std which does not include SQL server or ISA (It
sounds like it would have been a good idea to buy premium now doesn't it?)
I have run the svrnetcn.exe and TCP\IP is included. I have run the netstat
command you asked me to run and received the following information:
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596|||Where will I find the Client Network Utility on MSDE2000? Will I need to
install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
connection. It works locally on the server.
I have tried creating an ODBC connection to the server, specifying port
1433, but this connection failed.
Is there a way to open port 1433 on SBS2003?
"Ravi" wrote:
> Hi Dave,
> Use Client Network Utility from the client to configure for Network
> Library(TCP/IP) and connection parameters (server name, 1433).
> Ravi
> "Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
> > Hi Guys,
> >
> > I have a client who is running SBS2003. We are in the process of moving an
> > msde 2000 database from WIN2000 server to this server.
> >
> > We have installed MSDE 2000 and it is running on the new server. We can
> > connect and access the DB locally. However, we cannot establish a connection
> > from any PCs on the network. There is no firewall between the PCs and the
> > server. We have done a port scan on both servers and port 1433 is open on
> > the old server and not the new one. The netstat command however says the
> > port is open on the new server.
> >
> > Can anyone tell me how to open up port 1433 on the server or any other
> > solutions?
>|||If you install the sql server client tools you will get this client
network utility.
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<F83A4647-58A5-4D55-8FAB-23D900D6070A@.microsoft.com>...
> Where will I find the Client Network Utility on MSDE2000? Will I need to
> install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
> connection. It works locally on the server.
> I have tried creating an ODBC connection to the server, specifying port
> 1433, but this connection failed.
> Is there a way to open port 1433 on SBS2003?
> "Ravi" wrote:
> > Hi Dave,
> >
> > Use Client Network Utility from the client to configure for Network
> > Library(TCP/IP) and connection parameters (server name, 1433).
> >
> > Ravi
> >
> > "Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
> > > Hi Guys,
> > >
> > > I have a client who is running SBS2003. We are in the process of moving an
> > > msde 2000 database from WIN2000 server to this server.
> > >
> > > We have installed MSDE 2000 and it is running on the new server. We can
> > > connect and access the DB locally. However, we cannot establish a connection
> > > from any PCs on the network. There is no firewall between the PCs and the
> > > server. We have done a port scan on both servers and port 1433 is open on
> > > the old server and not the new one. The netstat command however says the
> > > port is open on the new server.
> > >
> > > Can anyone tell me how to open up port 1433 on the server or any other
> > > solutions?|||Dave,
At least on the server take a look at \%systemroom$\system32\cliconfg.exe.
If you run the tasklist /svc with the process id from the netstat -aon for
port 1433 does it show it as being owned by SQL? For example
netstat -aon | find ":1433"
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596
tasklist /svc | find "5596"
You might also take a look in \program files\microsoft sql
server\instancename\log directory at the ERRORLOG files to verify that the
instance you are expecting on TCP Port 1433 is the one you expect.. since by
default SBS 2003 will install an SBSMonitoring (MSDE) and SharePoint (WMSDE)
instance (both of which are only configured to use Shared Memory)
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Ravi" <sayravi@.yahoo.com> wrote in message
news:838d29e0.0410180905.f443d40@.posting.google.com...
> If you install the sql server client tools you will get this client
> network utility.
> "Dave" <Dave@.discussions.microsoft.com> wrote in message
news:<F83A4647-58A5-4D55-8FAB-23D900D6070A@.microsoft.com>...
> > Where will I find the Client Network Utility on MSDE2000? Will I need
to
> > install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
> > connection. It works locally on the server.
> >
> > I have tried creating an ODBC connection to the server, specifying port
> > 1433, but this connection failed.
> >
> > Is there a way to open port 1433 on SBS2003?
> >
> > "Ravi" wrote:
> >
> > > Hi Dave,
> > >
> > > Use Client Network Utility from the client to configure for Network
> > > Library(TCP/IP) and connection parameters (server name, 1433).
> > >
> > > Ravi
> > >
> > > "Dave" <Dave@.discussions.microsoft.com> wrote in message
news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
> > > > Hi Guys,
> > > >
> > > > I have a client who is running SBS2003. We are in the process of
moving an
> > > > msde 2000 database from WIN2000 server to this server.
> > > >
> > > > We have installed MSDE 2000 and it is running on the new server. We
can
> > > > connect and access the DB locally. However, we cannot establish a
connection
> > > > from any PCs on the network. There is no firewall between the PCs
and the
> > > > server. We have done a port scan on both servers and port 1433 is
open on
> > > > the old server and not the new one. The netstat command however
says the
> > > > port is open on the new server.
> > > >
> > > > Can anyone tell me how to open up port 1433 on the server or any
other
> > > > solutions?
MSDE Not connecting remotely
I have a client who is running SBS2003. We are in the process of moving an
msde 2000 database from WIN2000 server to this server.
We have installed MSDE 2000 and it is running on the new server. We can
connect and access the DB locally. However, we cannot establish a connection
from any PCs on the network. There is no firewall between the PCs and the
server. We have done a port scan on both servers and port 1433 is open on
the old server and not the new one. The netstat command however says the
port is open on the new server.
Can anyone tell me how to open up port 1433 on the server or any other
solutions?
Dave,
You should be able to use C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\svrnetcn.exe to configure which library the instance
listens on (like TCP/IP).
If you do a netstat -aon | find ":1433" is sql have the port open?
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?
|||Dave,
Are you trying to get to the MSDE from the external side or internal side?
Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?
|||Hi Dave,
Use Client Network Utility from the client to configure for Network
Library(TCP/IP) and connection parameters (server name, 1433).
Ravi
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?
|||> Are you trying to get to the MSDE from the external side or internal side?
> Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
I am trying to access the MSDE from the internal network.
We are running SBS 2003 Std which does not include SQL server or ISA (It
sounds like it would have been a good idea to buy premium now doesn't it?)
I have run the svrnetcn.exe and TCP\IP is included. I have run the netstat
command you asked me to run and received the following information:
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596
|||Where will I find the Client Network Utility on MSDE2000? Will I need to
install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
connection. It works locally on the server.
I have tried creating an ODBC connection to the server, specifying port
1433, but this connection failed.
Is there a way to open port 1433 on SBS2003?
"Ravi" wrote:
> Hi Dave,
> Use Client Network Utility from the client to configure for Network
> Library(TCP/IP) and connection parameters (server name, 1433).
> Ravi
> "Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
>
|||If you install the sql server client tools you will get this client
network utility.
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<F83A4647-58A5-4D55-8FAB-23D900D6070A@.microsoft.com>...[vbcol=seagreen]
> Where will I find the Client Network Utility on MSDE2000? Will I need to
> install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
> connection. It works locally on the server.
> I have tried creating an ODBC connection to the server, specifying port
> 1433, but this connection failed.
> Is there a way to open port 1433 on SBS2003?
> "Ravi" wrote:
|||Dave,
At least on the server take a look at \%systemroom$\system32\cliconfg.exe.
If you run the tasklist /svc with the process id from the netstat -aon for
port 1433 does it show it as being owned by SQL? For example
netstat -aon | find ":1433"
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596
tasklist /svc | find "5596"
You might also take a look in \program files\microsoft sql
server\instancename\log directory at the ERRORLOG files to verify that the
instance you are expecting on TCP Port 1433 is the one you expect.. since by
default SBS 2003 will install an SBSMonitoring (MSDE) and SharePoint (WMSDE)
instance (both of which are only configured to use Shared Memory)
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Ravi" <sayravi@.yahoo.com> wrote in message
news:838d29e0.0410180905.f443d40@.posting.google.co m...
> If you install the sql server client tools you will get this client
> network utility.
> "Dave" <Dave@.discussions.microsoft.com> wrote in message
news:<F83A4647-58A5-4D55-8FAB-23D900D6070A@.microsoft.com>...[vbcol=seagreen]
to[vbcol=seagreen]
news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...[vbcol=seagreen]
moving an[vbcol=seagreen]
can[vbcol=seagreen]
connection[vbcol=seagreen]
and the[vbcol=seagreen]
open on[vbcol=seagreen]
says the[vbcol=seagreen]
other[vbcol=seagreen]
MSDE Not connecting remotely
I have a client who is running SBS2003. We are in the process of moving an
msde 2000 database from WIN2000 server to this server.
We have installed MSDE 2000 and it is running on the new server. We can
connect and access the DB locally. However, we cannot establish a connectio
n
from any PCs on the network. There is no firewall between the PCs and the
server. We have done a port scan on both servers and port 1433 is open on
the old server and not the new one. The netstat command however says the
port is open on the new server.
Can anyone tell me how to open up port 1433 on the server or any other
solutions?Dave,
You should be able to use C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\svrnetcn.exe to configure which library the instance
listens on (like TCP/IP).
If you do a netstat -aon | find ":1433" is sql have the port open?
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||Dave,
Are you trying to get to the MSDE from the external side or internal side?
Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving
an
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a
connection
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||Hi Dave,
Use Client Network Utility from the client to configure for Network
Library(TCP/IP) and connection parameters (server name, 1433).
Ravi
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-ACB5-4C46-B652-9E29E
E39DC0C@.microsoft.com>...
> Hi Guys,
> I have a client who is running SBS2003. We are in the process of moving a
n
> msde 2000 database from WIN2000 server to this server.
> We have installed MSDE 2000 and it is running on the new server. We can
> connect and access the DB locally. However, we cannot establish a connect
ion
> from any PCs on the network. There is no firewall between the PCs and the
> server. We have done a port scan on both servers and port 1433 is open on
> the old server and not the new one. The netstat command however says the
> port is open on the new server.
> Can anyone tell me how to open up port 1433 on the server or any other
> solutions?|||> Are you trying to get to the MSDE from the external side or internal side?
> Do you have ISA installed? Is the SBS 2003 Std. Ed. or Premium Edition?
I am trying to access the MSDE from the internal network.
We are running SBS 2003 Std which does not include SQL server or ISA (It
sounds like it would have been a good idea to buy premium now doesn't it?)
I have run the svrnetcn.exe and TCP\IP is included. I have run the netstat
command you asked me to run and received the following information:
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596|||Where will I find the Client Network Utility on MSDE2000? Will I need to
install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
connection. It works locally on the server.
I have tried creating an ODBC connection to the server, specifying port
1433, but this connection failed.
Is there a way to open port 1433 on SBS2003?
"Ravi" wrote:
> Hi Dave,
> Use Client Network Utility from the client to configure for Network
> Library(TCP/IP) and connection parameters (server name, 1433).
> Ravi
> "Dave" <Dave@.discussions.microsoft.com> wrote in message news:<AE297F27-AC
B5-4C46-B652-9E29EE39DC0C@.microsoft.com>...
>|||If you install the sql server client tools you will get this client
network utility.
"Dave" <Dave@.discussions.microsoft.com> wrote in message news:<F83A4647-58A5-4D55-8FAB-23D90
0D6070A@.microsoft.com>...[vbcol=seagreen]
> Where will I find the Client Network Utility on MSDE2000? Will I need to
> install MSDE onto my PC? I am using MSDE Plus 2.1 to try to establish a
> connection. It works locally on the server.
> I have tried creating an ODBC connection to the server, specifying port
> 1433, but this connection failed.
> Is there a way to open port 1433 on SBS2003?
> "Ravi" wrote:
>|||Dave,
At least on the server take a look at \%systemroom$\system32\cliconfg.exe.
If you run the tasklist /svc with the process id from the netstat -aon for
port 1433 does it show it as being owned by SQL? For example
netstat -aon | find ":1433"
TCP 0.0.0.0:1433 0.0.0.0:0 Listening 5596
tasklist /svc | find "5596"
You might also take a look in \program files\microsoft sql
server\instancename\log directory at the ERRORLOG files to verify that the
instance you are expecting on TCP Port 1433 is the one you expect.. since by
default SBS 2003 will install an SBSMonitoring (MSDE) and SharePoint (WMSDE)
instance (both of which are only configured to use Shared Memory)
Hope that helps,
David Copeland
Microsoft Small Business Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
SBS Newsgroups:
SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
"Ravi" <sayravi@.yahoo.com> wrote in message
news:838d29e0.0410180905.f443d40@.posting.google.com...
> If you install the sql server client tools you will get this client
> network utility.
> "Dave" <Dave@.discussions.microsoft.com> wrote in message
news:<F83A4647-58A5-4D55-8FAB-23D900D6070A@.microsoft.com>...[vbcol=seagreen]
to[vbcol=seagreen]
news:<AE297F27-ACB5-4C46-B652-9E29EE39DC0C@.microsoft.com>...[vbcol=seagreen]
moving an[vbcol=seagreen]
can[vbcol=seagreen]
connection[vbcol=seagreen]
and the[vbcol=seagreen]
open on[vbcol=seagreen]
says the[vbcol=seagreen]
other[vbcol=seagreen]
Monday, March 19, 2012
MSDE Memory Leak
databases. When I attach, the sqlservr process memory
usage goes up, and when I detach, it sometimes goes back
down, sometimes only partly, and sometimes actually goes
up. When my application exits, the sqlservr process never
releases the memory. Is this a bug? I'm using ADO15 and
I call Close() and Release() on all my connections and
recordsets. Is there something else I should be calling
to clean up the memory in MSDE?awolchinsky,
I don't think it's a bug. If it were, I'm sure it would have been fixed by
now via a service pack or whatever.
The mem usage behaviour you are seeing is not unexpected nor inappropriate
for an application server, which is essentially what MSDE is, being a
cut-down version of SQL Server. Typically, the server would grab as much
memory as is required to manage its workload for optimum performance,
subject to the limitations of the relevant operating system. What it
certainly *won't* do is release its allocated resources (memory) by default!
It wants to keep those resources so it's ready for next time... and no, it
doesn't care if you've got 20 other processes running on your box competing
for those resources - that's for the O/S to manage. This is why application
servers such as SQL Server are (usually) installed on a dedicated box......
You don't need to look at the memory allocation of the sqlserver.exe process
to determine whether your application (and your code) is satisfactory. As a
developer, you should assume that sqlserver.exe is fine and dandy and just
let it get on with doing whatever it's doing. You should concentrate on the
mem usage of your application.exe and any associated components that you've
coded/built etc .. if your app exits "cleanly" (ie your app.exe process
terminates and therefore releases all resources allocated to it) then you
have done your job.
--
--
Kind Regards,
Robert A. Ellis, MCSD
Software Developer
"awolchinsky" <awolchinsky@.bonders.com> wrote in message
news:04f401c35c6f$33c91fd0$a401280a@.phx.gbl...
> My application attaches to, and detaches from many
> databases. When I attach, the sqlservr process memory
> usage goes up, and when I detach, it sometimes goes back
> down, sometimes only partly, and sometimes actually goes
> up. When my application exits, the sqlservr process never
> releases the memory. Is this a bug? I'm using ADO15 and
> I call Close() and Release() on all my connections and
> recordsets. Is there something else I should be calling
> to clean up the memory in MSDE?|||Check the memoryleak FAQ entry and then post back if you think you still have
a leak.
Neil Pike MVP/MCSE. Protech Computing Ltd
Reply here - no email
SQL FAQ (484 entries) see
http://forumsb.compuserve.com/gvforums/UK/default.asp?SRV=MSDevApps
(faqxxx.zip in lib 7)
or www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
or www.sqlserverfaq.com
or www.mssqlserver.com/faq|||Robert, thanks for the response. I agree now that it is
not a bug. And normally, I would only be concerned with
the memory usage of my app. But my app runs in the
background while our primary app executes. As sqlserver
eats up memory (200 MG), our main app, with through-put
requirements, slows down.
I did get some decent info from Microsoft. I set the 'max
server memory' to 20 MG, and that seems to hold the memory
usage down our 33 MG.
Thanks again.
Andy
>--Original Message--
>awolchinsky,
>I don't think it's a bug. If it were, I'm sure it would
have been fixed by
>now via a service pack or whatever.
>The mem usage behaviour you are seeing is not unexpected
nor inappropriate
>for an application server, which is essentially what MSDE
is, being a
>cut-down version of SQL Server. Typically, the server
would grab as much
>memory as is required to manage its workload for optimum
performance,
>subject to the limitations of the relevant operating
system. What it
>certainly *won't* do is release its allocated resources
(memory) by default!
>It wants to keep those resources so it's ready for next
time... and no, it
>doesn't care if you've got 20 other processes running on
your box competing
>for those resources - that's for the O/S to manage. This
is why application
>servers such as SQL Server are (usually) installed on a
dedicated box......
>You don't need to look at the memory allocation of the
sqlserver.exe process
>to determine whether your application (and your code) is
satisfactory. As a
>developer, you should assume that sqlserver.exe is fine
and dandy and just
>let it get on with doing whatever it's doing. You should
concentrate on the
>mem usage of your application.exe and any associated
components that you've
>coded/built etc .. if your app exits "cleanly" (ie your
app.exe process
>terminates and therefore releases all resources allocated
to it) then you
>have done your job.
>--
>--
>Kind Regards,
>Robert A. Ellis, MCSD
>Software Developer
>"awolchinsky" <awolchinsky@.bonders.com> wrote in message
>news:04f401c35c6f$33c91fd0$a401280a@.phx.gbl...
>> My application attaches to, and detaches from many
>> databases. When I attach, the sqlservr process memory
>> usage goes up, and when I detach, it sometimes goes back
>> down, sometimes only partly, and sometimes actually goes
>> up. When my application exits, the sqlservr process
never
>> releases the memory. Is this a bug? I'm using ADO15
and
>> I call Close() and Release() on all my connections and
>> recordsets. Is there something else I should be calling
>> to clean up the memory in MSDE?
>
>.
>
Monday, March 12, 2012
MSDE Intstallation Problem
When installing MSDE (run setup) the process starts; when it is nearly at the end (progbar rigth), then suddenly the progbar goes very quick to the left side and the installtion is over.
There ist no error msg or something like that. The only event code is 11708(information) from the msi installer.
I have an XP pro System (not SP2).
Thx in advance for helpsry double post|||I'm also having this same problem, except I'm running XP Home.
I'm using the MSDE that comes with the [b]SAMS Teach Yourself ASP.NET In 24 Hours[/b] book, and after I've typed in the command line:
setup SAPWD=password SECURITYMODE=sql
it begins to install. Then after the green bar goes back to left the dialog box closes and then nothing happens. According to the book I should be promted to resart my computer, but I'm not. And the MSDE icon doesn't appear in the system tray.
I've tried restarting my cmputer manually and also downloading MSDE from http://asp.net/msde but the same thing happens.|||Please refer to my post in this section under the subject: "Overcoming MSDE Setup Problems".
Link: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=739042|||Here is the log file
RegisterTypeLibraries: LibID: {10010200-740B-11D0-AE7B-00AA004A34D5}
MSI (s) (A0:D0): QueryPathOfRegTypeLib returned -2147319779 in local context. Path is ''
MSI (s) (A0:D0): CMsiServices::ProcessTypeLibrary runs in local context, not impersonated.
MSI (s) (A0:D0): ProcessTypeLibraryCore returns: 0. (0 means OK)
MSI (s) (A0:D0): Executing op: ActionStart(Name=InstallServices,Description=Installing new services,Template=Service: )
Action 20:21:56: InstallServices. Installing new services
MSI (s) (A0:D0): Executing op: ProgressTotal(Total=2,Type=1,ByteEquivalent=1300000)
MSI (s) (A0:D0): Executing op: ServiceInstall(Name=SQLAgent$MATRIXDB,DisplayName=SQLAgent$MATRIXDB,ImagePath=D:\programme\Microsoft SQL Server\MSSQL$MATRIXDB\Binn\sqlagent.EXE -i MATRIXDB,ServiceType=16,StartType=3,ErrorControl=1,,Dependencies=MSSQL$MATRI
XDB
MSI (s) (A0:D0): Executing op: ServiceInstall(Name=MSSQL$MATRIXDB,DisplayName=MSSQL$MATRIXDB,ImagePath=D:\programme\Microsoft SQL Server\MSSQL$MATRIXDB\Binn\sqlservr.exe -sMATRIXDB,ServiceType=16,StartType=2,ErrorControl=1,,,,,,)
MSI (s) (A0:D0): Executing op: ActionStart(Name=InstallPerfMon.2D02443E_7002_4C0B_ABC9_EAB2C064397B,,)
Action 20:21:57: InstallPerfMon.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
MSI (s) (A0:D0): Executing op: CustomActionSchedule(Action=InstallPerfMon.2D02443E_7002_4C0B_ABC9_EAB2C064397B,ActionType=1025,Source=BinaryData,Target=InstallPerfMon,)
MSI (s) (A0:D0): Creating MSIHANDLE (676) of type 790536 for thread 1744
SOFTWARE\Microsoft\Microsoft SQL Server Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
TempFolder is C:\DOKUME~1\Ifoko\LOKALE~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\
Loading extended custom action library C:\DOKUME~1\Ifoko\LOKALE~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\sqlcax.dll
SOFTWARE\Microsoft\Microsoft SQL Server Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
Starting custom action InstallPerfMon
Registering performance counters from sqlctr.ini
PerfmonLoad routine returned error code 6
Action ended 20:21:57: InstallFinalize. Return value 3.
MSI (s) (A0:D0): User policy value 'DisableRollback' is 0
MSI (s) (A0:D0): Machine policy value 'DisableRollback' is 0
MSI (s) (A0:D0): Executing op: Header(Signature=1397708873,Version=200,Timestamp=829465254,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (A0:D0): Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (A0:D0): Executing op: DialogInfo(Type=1,Argument=Microsoft SQL Server Desktop Engine)
MSI (s) (A0:D0): Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=,CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: )
Action 20:21:57: Rollback. Rolling back action:
I have XP Pro; tried it with msde2000a too -> same phenomen, rollback before finishing;
Maybay I should delete everything from MSDE out of the registry, because I think there are some keys from old installations, which make trouble.
Anyone an idea ?
espezially: MSI (s) (A0:D0): Creating MSIHANDLE (676) of type 790536 for thread 1744
What does this mean ?
thx|||No one an idea ?
I think the problem is the are bad keys in the registry from old installations. There are still MSSQL$... keys by the legacy settings. But I cant delete them.
plz help|||These MSDE installation errors are frustrating, and there are so many different causes that it can be difficult to help you troubleshoot.
The area to focus on there is "PerfmonLoad routine returned error code 6". See if something in this KB article helps you:A SQL Server Desktop Engine 2000 installation fails when it tries to register Performance Monitor counters.
Terri|||Thx a lot!
I think this is the rigth way.
So next Problem: I think the error comes that I have no permission to update the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009 keys
Its mentioned in the article to have permission to the keys.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\007 (german) I got full permission and I can change the key with regedit.
I run XP Pro (german) and I am the only user (administratror group).
So how could I manage to update the 009 key ?|||Please help :P
So i tried some other things without succsess:
* regional settings to englisch ;(
* deleting everything from reg with "mssql"
* using msizap to remove
Still the problem when installing the performance counters for MSDE.
I looked with regedit at the permissions at the key and I should have full. But I still can not change the key.
lg|||I don't have anything to offer other than what was in the article. Did you follow it step by step from the top down -- including making sure all of the indicated services were turned off?
Sorry not to be more help.
Terri|||"Please help :P
So i tried some other things without succsess:
* regional settings to englisch ;(
* deleting everything from reg with "mssql"
* using msizap to remove
Still the problem when installing the performance counters for MSDE.
I looked with regedit at the permissions at the key and I should have full. But I still can not change the key.
lg "
Have you tried my solution? Use DISABLEROLLBACK=1 and restart. Then delete the installed files and install again. It worked for me. I also tried to delete stuff from the registry with no success. Then I tried the DISABLEROLLBACK route and it worked.
Auf Deutch:
Haben Sie meine Lösung versucht? Verwenden Sie DISABLEROLLBACK=1 und beginnen Sie wieder. Dann löschen Sie die angebrachten Akten und bringen Sie wieder an. Es funktionierte für mich. Ich versuchte auch, Material aus dem Registry ohne Erfolg zu löschen. Dann versuchte ich den DISABLEROLLBACK Weg und es funktionierte.
Now back to English:
I hope this helps. I see you already have posted on my "Overcoming MSDE Setup Problems" thread. Link: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=750253
Wednesday, March 7, 2012
MSDE Installation
I have a big problem installing msde on an XP Pro. When I try to install (run setup), the process starts and when its nearly finished the progess bar goes quickly down.
There is no error msg or something like that. The event no is 11708 (msi information).
I tried setup with many differnt parameters SAPWD=... Always the same: When quite finished installing, it ends.
I looked now for many hours in the forum and did not find any help.
Does anyone have a good solution ?
thxTry fully removing the current installation, if it's in Add/Remove programs - then, try following this tutorial:
http://aspnet101.com/aspnet101/tutorials.aspx?id=44
If this doesn't work, I'd say, offhand, that you might have some computer problems/issues. If you have Norton's - try running their utilities on your computer to see if anything turns up.
Saturday, February 25, 2012
MSDE Install Issues
In the process of testing/debugging my installation, I have run into an
interesting and very frustrating problem. MSDE now completely refuses to
install anymore! I cannot get the installer to install either as part of my
installer package using the MSDEBootstrap release candidate "or" by running
the MSDE setup from the command line.
I have attached the verbose log from my last command-line attempt. If
anyone can provide me any insight into how to resolve this, it would be much
appreciated.
Regards
Shane Brodie
=== Verbose logging started: 4/12/2004 8:35:53 Build type: SHIP UNICODE
2.00.2600.1106 Calling process: C:\WINDOWS\System32\msiexec.exe ===
MSI (c) (70:88): Resetting cached policy values
MSI (c) (70:88): Machine policy value 'Debug' is 0
MSI (c) (70:88): ******* RunEngine:
******* Product: C:\CDBurn\MSDE\Setup\SqlRun02.msi
******* Action:
******* CommandLine: **********
MSI (c) (70:88): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (70:88): SOFTWARE RESTRICTION POLICY: Verifying package -->
'C:\CDBurn\MSDE\Setup\SqlRun02.msi' against software restriction policy
MSI (c) (70:88): Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (70:88): SOFTWARE RESTRICTION POLICY:
C:\CDBurn\MSDE\Setup\SqlRun02.msi is not digitally signed
MSI (c) (70:88): SOFTWARE RESTRICTION POLICY:
C:\CDBurn\MSDE\Setup\SqlRun02.msi is permitted to run at the 'unrestricted'
authorization level.
MSI (c) (70:88): Cloaking enabled.
MSI (c) (70:88): End dialog not enabled
MSI (c) (70:88): Original package ==> C:\CDBurn\MSDE\Setup\SqlRun02.msi
MSI (c) (70:88): Package we're running from ==>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\1fa820.msi
MSI (c) (70:88): APPCOMPAT: looking for appcompat database entry with
ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
MSI (c) (70:88): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (70:88): Machine policy value 'TransformsSecure' is 0
MSI (c) (70:88): User policy value 'TransformsAtSource' is 0
MSI (c) (70:88): APPCOMPAT: looking for appcompat database entry with
ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
MSI (c) (70:88): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (70:88): Transforms are not secure.
MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
MSI (c) (70:88): Command Line: SA...
MSI (c) (70:88): Product Code passed to Engine.Initialize: ''
MSI (c) (70:88): Product Code from property table before transforms:
'{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
MSI (c) (70:88): Product Code from property table after transforms:
'{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
MSI (c) (70:88): Product not registered: beginning first-time install
MSI (c) (70:88): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (70:88): User policy value 'SearchOrder' is 'nmu'
MSI (c) (70:88): Adding new sources is allowed.
MSI (c) (70:88): Package name extracted from package path: 'SqlRun02.msi'
MSI (c) (70:88): Package to be registered: 'SqlRun02.msi'
MSI (c) (70:88): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (70:88): Machine policy value 'DisableMsi' is 0
MSI (c) (70:88): Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (70:88): User policy value 'AlwaysInstallElevated' is 0
MSI (c) (70:88): Product installation will be elevated because user is admin
and product is being installed per-machine.
MSI (c) (70:88): Running product '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
with elevated privileges: Product is assigned.
MSI (c) (70:88): TRANSFORMS property is now:
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Application Data
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Favorites
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\NetHood
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\My Documents
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\PrintHood
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Recent
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\SendTo
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Templates
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Application Data
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Local Settings\Application Data
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\My Documents\My Pictures
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs\Startup
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs\Administrative Tools
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs\Startup
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Desktop
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Templates
MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (70:88): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (70:88): MSCOREE not loaded loading copy from system32
=== Logging started: 4/12/2004 8:35:53 ===
MSI (c) (70:88): Machine policy value 'DisableRollback' is 0
MSI (c) (70:88): User policy value 'DisableRollback' is 0
MSI (c) (70:88): Doing action: INSTALL
Action start 8:35:53: INSTALL.
MSI (c) (70:88): UI Sequence table 'InstallUISequence' is present and
populated.
MSI (c) (70:88): In client but switching to server to run ExecuteSequence
MSI (c) (70:88): Grabbed execution mutex.
MSI (c) (70:88): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
MSI (c) (70:88): Switching to server: SA...
MSI (s) (2C:08): Resetting cached policy values
MSI (s) (2C:08): Machine policy value 'Debug' is 0
MSI (s) (2C:08): ******* RunEngine:
******* Product: C:\CDBurn\MSDE\Setup\SqlRun02.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (2C:08): Machine policy value 'DisableUserInstalls' is 0
MSI (s) (2C:08): Setting cached product context: User non-assigned for
product: 0B436121A4F23D11DA3A000CF425DD35
MSI (s) (2C:08): Using cached product context: User non-assigned for
product: 0B436121A4F23D11DA3A000CF425DD35
MSI (s) (2C:08): Setting cached product context: User non-assigned for
product: 14C868DBB9BB7AA43A1FBDF11A0A6201
MSI (s) (2C:08): Using cached product context: User non-assigned for
product: 14C868DBB9BB7AA43A1FBDF11A0A6201
MSI (s) (2C:08): Setting cached product context: User non-assigned for
product: 64A2D50CBCB559A4B9B88E01831FC8F4
MSI (s) (2C:08): Using cached product context: User non-assigned for
product: 64A2D50CBCB559A4B9B88E01831FC8F4
MSI (s) (2C:08): Setting cached product context: User non-assigned for
product: 64B2BEE3BEF43DB4580923905D5C5E9E
MSI (s) (2C:08): Using cached product context: User non-assigned for
product: 64B2BEE3BEF43DB4580923905D5C5E9E
MSI (s) (2C:08): Setting cached product context: User non-assigned for
product: E40723DF71624EC4B9DB015D1A87F1A6
MSI (s) (2C:08): Using cached product context: User non-assigned for
product: E40723DF71624EC4B9DB015D1A87F1A6
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 0953CF3032E1D274B8B3AB97E530586E
MSI (s) (2C:08): Using cached product context: machine assigned for product:
0953CF3032E1D274B8B3AB97E530586E
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 0B51262FD913FB4419ABE087C4F0CE81
MSI (s) (2C:08): Using cached product context: machine assigned for product:
0B51262FD913FB4419ABE087C4F0CE81
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 0B79C053C7D38EE4AB9A00CB3B5D2472
MSI (s) (2C:08): Using cached product context: machine assigned for product:
0B79C053C7D38EE4AB9A00CB3B5D2472
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 15D556A132413A847B84F8A5B02E498C
MSI (s) (2C:08): Using cached product context: machine assigned for product:
15D556A132413A847B84F8A5B02E498C
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 1AEC8649E28C30747B61847D2B7DC9D3
MSI (s) (2C:08): Using cached product context: machine assigned for product:
1AEC8649E28C30747B61847D2B7DC9D3
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 20943A18B0D902942AC5C4CDD5413B82
MSI (s) (2C:08): Using cached product context: machine assigned for product:
20943A18B0D902942AC5C4CDD5413B82
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 25EB64F255CF309469E87DBC64DE56AD
MSI (s) (2C:08): Using cached product context: machine assigned for product:
25EB64F255CF309469E87DBC64DE56AD
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 327B99678179ED14C88145F943C120EC
MSI (s) (2C:08): Using cached product context: machine assigned for product:
327B99678179ED14C88145F943C120EC
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 33AAD09FDDACB0B4DAFADDD22ED17001
MSI (s) (2C:08): Using cached product context: machine assigned for product:
33AAD09FDDACB0B4DAFADDD22ED17001
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 38E66B719CB15D115AA4000972A8B18B
MSI (s) (2C:08): Using cached product context: machine assigned for product:
38E66B719CB15D115AA4000972A8B18B
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 437F219108560264A8DFCECCAE91DC2E
MSI (s) (2C:08): Using cached product context: machine assigned for product:
437F219108560264A8DFCECCAE91DC2E
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 5B84B90E141EA724BAC03D06157222A4
MSI (s) (2C:08): Using cached product context: machine assigned for product:
5B84B90E141EA724BAC03D06157222A4
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 5EF42D4D3BAF2EF4FACF2693554FFDA3
MSI (s) (2C:08): Using cached product context: machine assigned for product:
5EF42D4D3BAF2EF4FACF2693554FFDA3
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 6030E61781384634B8F8C04C9E73B6CA
MSI (s) (2C:08): Using cached product context: machine assigned for product:
6030E61781384634B8F8C04C9E73B6CA
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 68AB67CA7DA73301B7440A0000000010
MSI (s) (2C:08): Using cached product context: machine assigned for product:
68AB67CA7DA73301B7440A0000000010
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 8A0F841731866D117AB7000B0D410201
MSI (s) (2C:08): Using cached product context: machine assigned for product:
8A0F841731866D117AB7000B0D410201
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 8A0F841731866D117AB7000B0D410203
MSI (s) (2C:08): Using cached product context: machine assigned for product:
8A0F841731866D117AB7000B0D410203
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 9040110900063D11C8EF00054038389C
MSI (s) (2C:08): Using cached product context: machine assigned for product:
9040110900063D11C8EF00054038389C
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: 9040160281AC6A14E9129AA38EE27E5C
MSI (s) (2C:08): Using cached product context: machine assigned for product:
9040160281AC6A14E9129AA38EE27E5C
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: A1EA75754BD189848960907FF7DBE575
MSI (s) (2C:08): Using cached product context: machine assigned for product:
A1EA75754BD189848960907FF7DBE575
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: BA6E636D74B733949AAA4A24A1EE7773
MSI (s) (2C:08): Using cached product context: machine assigned for product:
BA6E636D74B733949AAA4A24A1EE7773
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: D74C114CC7FF85B4DBCFCE600DCC6B5C
MSI (s) (2C:08): Using cached product context: machine assigned for product:
D74C114CC7FF85B4DBCFCE600DCC6B5C
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: DD242273E19C3E6458F7DA7EED8E811C
MSI (s) (2C:08): Using cached product context: machine assigned for product:
DD242273E19C3E6458F7DA7EED8E811C
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (2C:08): Using cached product context: machine assigned for product:
DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: E4C56ECF8E0BDBF4DA61DEBC6EDC95F1
MSI (s) (2C:08): Using cached product context: machine assigned for product:
E4C56ECF8E0BDBF4DA61DEBC6EDC95F1
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: EBD9F446BDECFA54CA8B2E66297BF426
MSI (s) (2C:08): Using cached product context: machine assigned for product:
EBD9F446BDECFA54CA8B2E66297BF426
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: F74C963FE3696F84AACABAE6EB869753
MSI (s) (2C:08): Using cached product context: machine assigned for product:
F74C963FE3696F84AACABAE6EB869753
MSI (s) (2C:08): Setting cached product context: machine assigned for
product: F75E21E4FA6070B4B8B865AFAE3E8ECC
MSI (s) (2C:08): Using cached product context: machine assigned for product:
F75E21E4FA6070B4B8B865AFAE3E8ECC
MSI (s) (2C:08): File will have security applied from OpCode.
MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY: Verifying package -->
'C:\CDBurn\MSDE\Setup\SqlRun02.msi' against software restriction policy
MSI (s) (2C:08): Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY:
C:\CDBurn\MSDE\Setup\SqlRun02.msi is not digitally signed
MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY:
C:\CDBurn\MSDE\Setup\SqlRun02.msi is permitted to run at the 'unrestricted'
authorization level.
MSI (s) (2C:08): End dialog not enabled
MSI (s) (2C:08): Original package ==> C:\CDBurn\MSDE\Setup\SqlRun02.msi
MSI (s) (2C:08): Package we're running from ==>
C:\WINDOWS\Installer\1fa9c6.msi
MSI (s) (2C:08): APPCOMPAT: looking for appcompat database entry with
ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
MSI (s) (2C:08): APPCOMPAT: no matching ProductCode found in database.
MSI (s) (2C:08): Machine policy value 'TransformsSecure' is 0
MSI (s) (2C:08): User policy value 'TransformsAtSource' is 0
MSI (s) (2C:08): APPCOMPAT: looking for appcompat database entry with
ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
MSI (s) (2C:08): APPCOMPAT: no matching ProductCode found in database.
MSI (s) (2C:08): Transforms are not secure.
MSI (s) (2C:08): Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (2C:08): Command Line: SA...
MSI (s) (2C:08): Product Code passed to Engine.Initialize: ''
MSI (s) (2C:08): Product Code from property table before transforms:
'{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
MSI (s) (2C:08): Product Code from property table after transforms:
'{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
MSI (s) (2C:08): Product not registered: beginning first-time install
MSI (s) (2C:08): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (2C:08): User policy value 'SearchOrder' is 'nmu'
MSI (s) (2C:08): Adding new sources is allowed.
MSI (s) (2C:08): Package name extracted from package path: 'SqlRun02.msi'
MSI (s) (2C:08): Package to be registered: 'SqlRun02.msi'
MSI (s) (2C:08): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (2C:08): Machine policy value 'DisableMsi' is 0
MSI (s) (2C:08): Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (2C:08): User policy value 'AlwaysInstallElevated' is 0
MSI (s) (2C:08): Product installation will be elevated because user is admin
and product is being installed per-machine.
MSI (s) (2C:08): Running product '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
with elevated privileges: Product is assigned.
MSI (s) (2C:08): TRANSFORMS property is now:
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Application Data
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Favorites
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\NetHood
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\My Documents
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\PrintHood
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Recent
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\SendTo
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Templates
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Application Data
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Local Settings\Application Data
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\My Documents\My Pictures
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs\Startup
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu\Programs
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Start Menu
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs\Administrative Tools
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs\Startup
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu\Programs
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Start Menu
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\sbrodie\Desktop
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Templates
MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (2C:08): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (2C:08): MSCOREE not loaded loading copy from system32
=== Logging started: 4/12/2004 8:35:54 ===
MSI (s) (2C:08): Machine policy value 'DisableRollback' is 0
MSI (s) (2C:08): User policy value 'DisableRollback' is 0
MSI (s) (2C:08): Doing action: INSTALL
Action start 8:35:54: INSTALL.
MSI (s) (2C:08): Running ExecuteSequence
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056
Action start 8:35:54:
ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056.
Action ended 8:35:54:
ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC
Action start 8:35:54:
ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC.
Action ended 8:35:54:
ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838
Action start 8:35:54:
ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838.
Action ended 8:35:54:
ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7
Action start 8:35:54:
ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7.
Action ended 8:35:54:
ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616
Action start 8:35:54:
ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616.
Action ended 8:35:54:
ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616. Return value 1.
MSI (s) (2C:08): Doing action:
StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
Action start 8:35:54: StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 .
Action ended 8:35:54: StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 .
Return value 1.
MSI (s) (2C:08): Doing action:
SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
Action start 8:35:54: SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616.
Action ended 8:35:54: SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616.
Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475
Action start 8:35:54:
ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475.
Action ended 8:35:54:
ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59
Action start 8:35:54:
ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59.
Action ended 8:35:54:
ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18
Action start 8:35:54:
ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18.
Action ended 8:35:54:
ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676
Action start 8:35:54:
ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676.
Action ended 8:35:54:
ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128
Action start 8:35:54:
ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128.
Action ended 8:35:54:
ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57
Action start 8:35:54:
ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57.
Action ended 8:35:54:
ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC
Action start 8:35:54:
ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC.
Action ended 8:35:54:
ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF
Action start 8:35:54:
ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF.
Action ended 8:35:54:
ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092
Action start 8:35:54:
ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092.
Action ended 8:35:54:
ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7
Action start 8:35:54:
ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7.
Action ended 8:35:54:
ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650
Action start 8:35:54:
ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650.
Action ended 8:35:54:
ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650. Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB
Action start 8:35:54:
ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB.
Action ended 8:35:54:
ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB. Return value 1.
MSI (s) (2C:08): Doing action:
SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4
Action start 8:35:54: SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
Action ended 8:35:54: SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4
Action start 8:35:54:
ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4.
Action ended 8:35:54:
ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4. Return value 1.
MSI (s) (2C:08): Doing action:
TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4
Action start 8:35:54: TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
Action ended 8:35:54: TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
Return value 1.
MSI (s) (2C:08): Doing action:
ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
Action start 8:35:54:
ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
Action ended 8:35:54:
ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 1.
MSI (s) (2C:08): Doing action:
StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B
Action start 8:35:54: StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B .
Action ended 8:35:54: StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B .
Return value 1.
MSI (s) (2C:08): Doing action:
SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B
Action start 8:35:54: SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
Action ended 8:35:54: SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
Return value 1.
MSI (s) (2C:08): Doing action: SetInstallDir
Action start 8:35:54: SetInstallDir.
Action ended 8:35:54: SetInstallDir. Return value 1.
MSI (s) (2C:08): Doing action: SetDataDir
Action start 8:35:54: SetDataDir.
Action ended 8:35:54: SetDataDir. Return value 1.
MSI (s) (2C:08): Doing action: SetInstanceName
Action start 8:35:54: SetInstanceName.
Action ended 8:35:54: SetInstanceName. Return value 1.
MSI (s) (2C:08): Doing action: SetCollation
Action start 8:35:54: SetCollation.
Action ended 8:35:54: SetCollation. Return value 1.
MSI (s) (2C:08): Doing action: SetCallback
Action start 8:35:54: SetCallback.
Action ended 8:35:54: SetCallback. Return value 1.
MSI (s) (2C:08): Doing action: SetSecurityMode
Action start 8:35:54: SetSecurityMode.
Action ended 8:35:54: SetSecurityMode. Return value 1.
MSI (s) (2C:08): Doing action: SetUpgrade
Action start 8:35:54: SetUpgrade.
Action ended 8:35:54: SetUpgrade. Return value 1.
MSI (s) (2C:08): Doing action: SetUpgradeUser
Action start 8:35:54: SetUpgradeUser.
Action ended 8:35:54: SetUpgradeUser. Return value 1.
MSI (s) (2C:08): Skipping action: SetUpgradeUserWin9x (condition is false)
MSI (s) (2C:08): Skipping action: SetSecurityMode9x (condition is false)
MSI (s) (2C:08): Doing action: SetSaPword
Action start 8:35:54: SetSaPword.
Action ended 8:35:54: SetSaPword. Return value 1.
MSI (s) (2C:08): Doing action: SetUpgradeUserPword
Action start 8:35:54: SetUpgradeUserPword.
Action ended 8:35:54: SetUpgradeUserPword. Return value 1.
MSI (s) (2C:08): Doing action: SetAllowBlankSaPword
Action start 8:35:54: SetAllowBlankSaPword.
Action ended 8:35:54: SetAllowBlankSaPword. Return value 1.
MSI (s) (2C:08): Skipping action: SetSqlDoUpgrade (condition is false)
MSI (s) (2C:08): Doing action: SetDisableAgentStartup
Action start 8:35:54: SetDisableAgentStartup.
Action ended 8:35:54: SetDisableAgentStartup. Return value 1.
MSI (s) (2C:08): Doing action: SetAllowXDBChaining
Action start 8:35:54: SetAllowXDBChaining.
Action ended 8:35:54: SetAllowXDBChaining. Return value 1.
MSI (s) (2C:08): Doing action:
DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B
Action start 8:35:54:
DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B.
Action ended 8:35:54:
DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B. Return value 1.
MSI (s) (2C:08): Skipping action:
DefaultDataDir.2D02443E_7002_4C0B_ABC9_EAB2C064397 B (condition is false)
MSI (s) (2C:08): Doing action:
SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B
Action start 8:35:54: SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
Action ended 8:35:54: SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
Return value 1.
MSI (s) (2C:08): Doing action:
StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
Action start 8:35:54:
StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
MSI (s) (2C:08): Creating MSIHANDLE (1) of type 790542 for thread 3592
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Creating CA Temp Directory :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\
Streamed setupex.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\set
upex.dll
Streamed sqdedev.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sqd
edev.dll
Streamed sqlsut.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
sut.dll
Streamed sqlunirl.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
unirl.dll
Streamed sqlresld.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
resld.dll
Streamed sqlcaxrll.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
cax.rll
Streamed sqlstp.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
stp.dll
Streamed sqlstprll.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
stp.rll
Streamed sqlcax.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
cax.dll
Action ended 8:35:54:
StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 1.
MSI (s) (2C:08): Doing action:
SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B
Action start 8:35:54:
SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B.
MSI (s) (2C:08): Creating MSIHANDLE (49) of type 790542 for thread 3592
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
TempFolder is
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\
Loading extended custom action library
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
cax.dll
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Starting custom action SetPropSQLMSDEInstalled
FindSet for ProductCode <{689404D2-1C94-44B3-9203-BEC5594FDA7A}> returned 2
Setting SQLMSDEInstalled by MsiSetProperty returned 0
Setting SQLMSDESelected by MsiSetProperty returned 0
End SetPropSQLMSDEInstalled
Action ended 8:35:55:
SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B. Return value
1.
MSI (s) (2C:08): Doing action:
RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
Action start 8:35:55:
RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
MSI (s) (2C:08): Creating MSIHANDLE (59) of type 790542 for thread 3592
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Entering Function MyMsiEvaluateCondition
MsiEvaluateCondition for SQLMSDEInstalled returned TRUE
End Function MyMsiEvaluateCondition
Error reading setup parameters
Action ended 8:35:55:
RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 3.
Action ended 8:35:55: INSTALL. Return value 3.
MSI (s) (2C:08): Note: 1: 2262 2: Control 3: -2147287038
Property(S): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
Property(S): SqlDataDir = C:\DMSF
Property(S): SqlProgramDir = C:\Program Files\Microsoft SQL Server\
Property(S): SqlInstanceName = DMSF
Property(S): SqlSa...
Property(S): VersionNT = 501
Property(S): ALLUSERS = 1
Property(S): ARPNOMODIFY = 1
Property(S): DefaultUIFont = Tahoma8
Property(S): INSTALLLEVEL = 3
Property(S): LIMITUI = 1
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft SQL Server Desktop Engine
Property(S): ProductVersion = 8.00.761
Property(S): MsiHiddenProperties = SqlSa...
Property(S): ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B =
C:\Program Files\
Property(S): StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\WINDOWS\System32\
Property(S): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
Property(S): SQLMSDEInstalled = 1
Property(S): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 1603
Property(S): APPS_TEST = 1
Property(S): SQLMSDESelected = 1
Property(S): CSDVersionNumber = 768
Property(S): CSDVersion = 8.00.761
Property(S): SQLVersion = 8.00.194
Property(S): SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\WINDOWS\System32\
Property(S): ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4 =
C:\Program Files\
Property(S): TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(S): ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB =
C:\Program Files\
Property(S): ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650 =
C:\Program Files\
Property(S): ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7 =
C:\Program Files\
Property(S): ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092 =
C:\Program Files\
Property(S): ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF =
C:\Program Files\
Property(S): ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC =
C:\Program Files\
Property(S): ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57 =
C:\Program Files\
Property(S): ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128 =
C:\Program Files\
Property(S): ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676 =
C:\Program Files\
Property(S): ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18 =
C:\Program Files\
Property(S): ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59 =
C:\Program Files\
Property(S): ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475 =
C:\Program Files\
Property(S): ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616 =
C:\Program Files\
Property(S): StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\WINDOWS\System32\
Property(S): ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7 =
C:\Program Files\
Property(S): ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838 =
C:\Program Files\
Property(S): ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC =
C:\Program Files\
Property(S): ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056 =
C:\Program Files\
Property(S): SystemFolder = C:\WINDOWS\System32\
Property(S): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): SA...
Property(S): INSTANCENAME = DMSF
Property(S): DISABLENETWORKPROTOCOLS = 0
Property(S): DATADIR = C:\DMSF
Property(S): CURRENTDIRECTORY = C:\CDBurn\MSDE
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 2672
Property(S): USERNAME =
Property(S): COMPANYNAME =
Property(S): ACTION = INSTALL
Property(S): VersionDatabase = 110
Property(S): VersionMsi = 2.00
Property(S): WindowsBuild = 2600
Property(S): ServicePackLevel = 1
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): WindowsVolume = C:\
Property(S): System16Folder = C:\WINDOWS\System\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Documents and Settings\sbrodie\Application
Data\
Property(S): FavoritesFolder = C:\Documents and Settings\sbrodie\Favorites\
Property(S): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
Property(S): PersonalFolder = C:\Documents and Settings\sbrodie\My
Documents\
Property(S): PrintHoodFolder = C:\Documents and Settings\sbrodie\PrintHood\
Property(S): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
Property(S): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All
Users\Application Data\
Property(S): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
Documents\My Pictures\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start
Menu\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 248
Property(S): VirtualMemory = 401
Property(S): AdminUser = 1
Property(S): LogonUser = sbrodie
Property(S): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
Property(S): UserLanguageID = 1033
Property(S): ComputerName = DCPU74
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1280
Property(S): ScreenY = 1024
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): MsiNetAssemblySupport = 1.1.4322.573
Property(S): MsiWin32AssemblySupport = 5.1.2600.1106
Property(S): RedirectedDllSupport = 2
Property(S): Time = 8:35:55
Property(S): Date = 4/12/2004
Property(S): Privileged = 1
Property(S): DATABASE = C:\WINDOWS\Installer\1fa9c6.msi
Property(S): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
Property(S): UILevel = 3
MSI (s) (2C:08): MainEngineThread is returning 1603
MSI (c) (70:88): Back from server. Return value: 1603
MSI (c) (70:88): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Action ended 8:35:56: INSTALL. Return value 3.
MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
Property(C): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
Property(C): VersionNT = 501
Property(C): ALLUSERS = 1
Property(C): ARPNOMODIFY = 1
Property(C): DefaultUIFont = Tahoma8
Property(C): INSTALLLEVEL = 3
Property(C): LIMITUI = 1
Property(C): Manufacturer = Microsoft Corporation
Property(C): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(C): ProductLanguage = 1033
Property(C): ProductName = Microsoft SQL Server Desktop Engine
Property(C): ProductVersion = 8.00.761
Property(C): MsiHiddenProperties = SqlSa...
Property(C): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
Property(C): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 1603
Property(C): APPS_TEST = 1
Property(C): SQLMSDESelected = 1
Property(C): CSDVersionNumber = 768
Property(C): CSDVersion = 8.00.761
Property(C): SystemFolder = C:\WINDOWS\System32\
Property(C): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): SA...
Property(C): INSTANCENAME = DMSF
Property(C): DISABLENETWORKPROTOCOLS = 0
Property(C): DATADIR = C:\DMSF
Property(C): CURRENTDIRECTORY = C:\CDBurn\MSDE
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 2672
Property(C): VersionDatabase = 110
Property(C): VersionMsi = 2.00
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 1
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): System16Folder = C:\WINDOWS\System\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Documents and Settings\sbrodie\Application
Data\
Property(C): FavoritesFolder = C:\Documents and Settings\sbrodie\Favorites\
Property(C): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\sbrodie\My
Documents\
Property(C): PrintHoodFolder = C:\Documents and Settings\sbrodie\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
Property(C): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All
Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
Documents\My Pictures\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start
Menu\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 15
Property(C): PhysicalMemory = 248
Property(C): VirtualMemory = 405
Property(C): AdminUser = 1
Property(C): LogonUser = sbrodie
Property(C): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
Property(C): UserLanguageID = 1033
Property(C): ComputerName = DCPU74
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 26
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): MsiWin32AssemblySupport = 5.1.2600.1106
Property(C): RedirectedDllSupport = 2
Property(C): Time = 8:35:56
Property(C): Date = 4/12/2004
Property(C): Privileged = 1
Property(C): USERNAME =
Property(C): COMPANYNAME =
Property(C): DATABASE = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\1fa820.msi
Property(C): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
Property(C): UILevel = 3
Property(C): ACTION = INSTALL
=== Logging stopped: 4/12/2004 8:35:56 ===
MSI (c) (70:88): Note: 1: 1708
MSI (c) (70:88): Product: Microsoft SQL Server Desktop Engine --
Installation operation failed.
MSI (c) (70:88): Grabbed execution mutex.
MSI (c) (70:88): Cleaning up uninstalled install packages, if any exist
MSI (c) (70:88): MainEngineThread is returning 1603
=== Verbose logging stopped: 4/12/2004 8:35:56 ===
"Shane Brodie" <sbrodie@.deorkit.com> wrote in message
news:eE4q3TJIEHA.3200@.TK2MSFTNGP10.phx.gbl...
<snip>
Please see my other post to you in this newsgroup...
Steve
|||What does your command line look like?
Is there an instance of MSDE already installed?
From the log, setup is trying to use SqlRun02.msi which indicates to me that
there is an existing instance of the engine already installed on your
machine. If this installation is corrupt, additional instance installs may
fail.
Dr. Jack
"Shane Brodie" <sbrodie@.deorkit.com> wrote in message
news:eE4q3TJIEHA.3200@.TK2MSFTNGP10.phx.gbl...
> I have been developing an application that uses MSDE 2000 as it's
database.
> In the process of testing/debugging my installation, I have run into an
> interesting and very frustrating problem. MSDE now completely refuses to
> install anymore! I cannot get the installer to install either as part of
my
> installer package using the MSDEBootstrap release candidate "or" by
running
> the MSDE setup from the command line.
> I have attached the verbose log from my last command-line attempt. If
> anyone can provide me any insight into how to resolve this, it would be
much
> appreciated.
> Regards
> Shane Brodie
> === Verbose logging started: 4/12/2004 8:35:53 Build type: SHIP UNICODE
> 2.00.2600.1106 Calling process: C:\WINDOWS\System32\msiexec.exe ===
> MSI (c) (70:88): Resetting cached policy values
> MSI (c) (70:88): Machine policy value 'Debug' is 0
> MSI (c) (70:88): ******* RunEngine:
> ******* Product: C:\CDBurn\MSDE\Setup\SqlRun02.msi
> ******* Action:
> ******* CommandLine: **********
> MSI (c) (70:88): Machine policy value 'DisableUserInstalls' is 0
> MSI (c) (70:88): SOFTWARE RESTRICTION POLICY: Verifying package -->
> 'C:\CDBurn\MSDE\Setup\SqlRun02.msi' against software restriction policy
> MSI (c) (70:88): Note: 1: 2262 2: DigitalSignature 3: -2147287038
> MSI (c) (70:88): SOFTWARE RESTRICTION POLICY:
> C:\CDBurn\MSDE\Setup\SqlRun02.msi is not digitally signed
> MSI (c) (70:88): SOFTWARE RESTRICTION POLICY:
> C:\CDBurn\MSDE\Setup\SqlRun02.msi is permitted to run at the
'unrestricted'
> authorization level.
> MSI (c) (70:88): Cloaking enabled.
> MSI (c) (70:88): End dialog not enabled
> MSI (c) (70:88): Original package ==> C:\CDBurn\MSDE\Setup\SqlRun02.msi
> MSI (c) (70:88): Package we're running from ==>
> C:\DOCUME~1\sbrodie\LOCALS~1\Temp\1fa820.msi
> MSI (c) (70:88): APPCOMPAT: looking for appcompat database entry with
> ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
> MSI (c) (70:88): APPCOMPAT: no matching ProductCode found in database.
> MSI (c) (70:88): Machine policy value 'TransformsSecure' is 0
> MSI (c) (70:88): User policy value 'TransformsAtSource' is 0
> MSI (c) (70:88): APPCOMPAT: looking for appcompat database entry with
> ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
> MSI (c) (70:88): APPCOMPAT: no matching ProductCode found in database.
> MSI (c) (70:88): Transforms are not secure.
> MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
> MSI (c) (70:88): Command Line: SA...
> MSI (c) (70:88): Product Code passed to Engine.Initialize: ''
> MSI (c) (70:88): Product Code from property table before transforms:
> '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> MSI (c) (70:88): Product Code from property table after transforms:
> '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> MSI (c) (70:88): Product not registered: beginning first-time install
> MSI (c) (70:88): Entering CMsiConfigurationManager::SetLastUsedSource.
> MSI (c) (70:88): User policy value 'SearchOrder' is 'nmu'
> MSI (c) (70:88): Adding new sources is allowed.
> MSI (c) (70:88): Package name extracted from package path: 'SqlRun02.msi'
> MSI (c) (70:88): Package to be registered: 'SqlRun02.msi'
> MSI (c) (70:88): Note: 1: 2262 2: AdminProperties 3: -2147287038
> MSI (c) (70:88): Machine policy value 'DisableMsi' is 0
> MSI (c) (70:88): Machine policy value 'AlwaysInstallElevated' is 0
> MSI (c) (70:88): User policy value 'AlwaysInstallElevated' is 0
> MSI (c) (70:88): Product installation will be elevated because user is
admin
> and product is being installed per-machine.
> MSI (c) (70:88): Running product '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> with elevated privileges: Product is assigned.
> MSI (c) (70:88): TRANSFORMS property is now:
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Application Data
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Favorites
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\NetHood
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\My Documents
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\PrintHood
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Recent
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\SendTo
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Templates
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Application Data
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Local Settings\Application Data
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\My Documents\My Pictures
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs\Administrative Tools
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs\Startup
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Desktop
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs\Administrative Tools
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs\Startup
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Desktop
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Templates
> MSI (c) (70:88): SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
> MSI (c) (70:88): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5:
16
> MSI (c) (70:88): MSCOREE not loaded loading copy from system32
> === Logging started: 4/12/2004 8:35:53 ===
> MSI (c) (70:88): Machine policy value 'DisableRollback' is 0
> MSI (c) (70:88): User policy value 'DisableRollback' is 0
> MSI (c) (70:88): Doing action: INSTALL
> Action start 8:35:53: INSTALL.
> MSI (c) (70:88): UI Sequence table 'InstallUISequence' is present and
> populated.
> MSI (c) (70:88): In client but switching to server to run ExecuteSequence
> MSI (c) (70:88): Grabbed execution mutex.
> MSI (c) (70:88): Incrementing counter to disable shutdown. Counter after
> increment: 0
> MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
> MSI (c) (70:88): Switching to server: SA...
> MSI (s) (2C:08): Resetting cached policy values
> MSI (s) (2C:08): Machine policy value 'Debug' is 0
> MSI (s) (2C:08): ******* RunEngine:
> ******* Product: C:\CDBurn\MSDE\Setup\SqlRun02.msi
> ******* Action: INSTALL
> ******* CommandLine: **********
> MSI (s) (2C:08): Machine policy value 'DisableUserInstalls' is 0
> MSI (s) (2C:08): Setting cached product context: User non-assigned for
> product: 0B436121A4F23D11DA3A000CF425DD35
> MSI (s) (2C:08): Using cached product context: User non-assigned for
> product: 0B436121A4F23D11DA3A000CF425DD35
> MSI (s) (2C:08): Setting cached product context: User non-assigned for
> product: 14C868DBB9BB7AA43A1FBDF11A0A6201
> MSI (s) (2C:08): Using cached product context: User non-assigned for
> product: 14C868DBB9BB7AA43A1FBDF11A0A6201
> MSI (s) (2C:08): Setting cached product context: User non-assigned for
> product: 64A2D50CBCB559A4B9B88E01831FC8F4
> MSI (s) (2C:08): Using cached product context: User non-assigned for
> product: 64A2D50CBCB559A4B9B88E01831FC8F4
> MSI (s) (2C:08): Setting cached product context: User non-assigned for
> product: 64B2BEE3BEF43DB4580923905D5C5E9E
> MSI (s) (2C:08): Using cached product context: User non-assigned for
> product: 64B2BEE3BEF43DB4580923905D5C5E9E
> MSI (s) (2C:08): Setting cached product context: User non-assigned for
> product: E40723DF71624EC4B9DB015D1A87F1A6
> MSI (s) (2C:08): Using cached product context: User non-assigned for
> product: E40723DF71624EC4B9DB015D1A87F1A6
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 0953CF3032E1D274B8B3AB97E530586E
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 0953CF3032E1D274B8B3AB97E530586E
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 0B51262FD913FB4419ABE087C4F0CE81
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 0B51262FD913FB4419ABE087C4F0CE81
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 0B79C053C7D38EE4AB9A00CB3B5D2472
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 0B79C053C7D38EE4AB9A00CB3B5D2472
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 15D556A132413A847B84F8A5B02E498C
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 15D556A132413A847B84F8A5B02E498C
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 1AEC8649E28C30747B61847D2B7DC9D3
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 1AEC8649E28C30747B61847D2B7DC9D3
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 20943A18B0D902942AC5C4CDD5413B82
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 20943A18B0D902942AC5C4CDD5413B82
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 25EB64F255CF309469E87DBC64DE56AD
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 25EB64F255CF309469E87DBC64DE56AD
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 327B99678179ED14C88145F943C120EC
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 327B99678179ED14C88145F943C120EC
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 33AAD09FDDACB0B4DAFADDD22ED17001
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 33AAD09FDDACB0B4DAFADDD22ED17001
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 38E66B719CB15D115AA4000972A8B18B
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 38E66B719CB15D115AA4000972A8B18B
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 437F219108560264A8DFCECCAE91DC2E
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 437F219108560264A8DFCECCAE91DC2E
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 5B84B90E141EA724BAC03D06157222A4
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 5B84B90E141EA724BAC03D06157222A4
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 5EF42D4D3BAF2EF4FACF2693554FFDA3
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 5EF42D4D3BAF2EF4FACF2693554FFDA3
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 6030E61781384634B8F8C04C9E73B6CA
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 6030E61781384634B8F8C04C9E73B6CA
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 68AB67CA7DA73301B7440A0000000010
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 68AB67CA7DA73301B7440A0000000010
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 8A0F841731866D117AB7000B0D410201
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 8A0F841731866D117AB7000B0D410201
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 8A0F841731866D117AB7000B0D410203
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 8A0F841731866D117AB7000B0D410203
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 9040110900063D11C8EF00054038389C
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 9040110900063D11C8EF00054038389C
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: 9040160281AC6A14E9129AA38EE27E5C
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> 9040160281AC6A14E9129AA38EE27E5C
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: A1EA75754BD189848960907FF7DBE575
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> A1EA75754BD189848960907FF7DBE575
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: BA6E636D74B733949AAA4A24A1EE7773
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> BA6E636D74B733949AAA4A24A1EE7773
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: D74C114CC7FF85B4DBCFCE600DCC6B5C
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> D74C114CC7FF85B4DBCFCE600DCC6B5C
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: DD242273E19C3E6458F7DA7EED8E811C
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> DD242273E19C3E6458F7DA7EED8E811C
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: DDE7F2BCF1D91C3409CFF425AE1E271A
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> DDE7F2BCF1D91C3409CFF425AE1E271A
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: E4C56ECF8E0BDBF4DA61DEBC6EDC95F1
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> E4C56ECF8E0BDBF4DA61DEBC6EDC95F1
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: EBD9F446BDECFA54CA8B2E66297BF426
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> EBD9F446BDECFA54CA8B2E66297BF426
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: F74C963FE3696F84AACABAE6EB869753
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> F74C963FE3696F84AACABAE6EB869753
> MSI (s) (2C:08): Setting cached product context: machine assigned for
> product: F75E21E4FA6070B4B8B865AFAE3E8ECC
> MSI (s) (2C:08): Using cached product context: machine assigned for
product:
> F75E21E4FA6070B4B8B865AFAE3E8ECC
> MSI (s) (2C:08): File will have security applied from OpCode.
> MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY: Verifying package -->
> 'C:\CDBurn\MSDE\Setup\SqlRun02.msi' against software restriction policy
> MSI (s) (2C:08): Note: 1: 2262 2: DigitalSignature 3: -2147287038
> MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY:
> C:\CDBurn\MSDE\Setup\SqlRun02.msi is not digitally signed
> MSI (s) (2C:08): SOFTWARE RESTRICTION POLICY:
> C:\CDBurn\MSDE\Setup\SqlRun02.msi is permitted to run at the
'unrestricted'
> authorization level.
> MSI (s) (2C:08): End dialog not enabled
> MSI (s) (2C:08): Original package ==> C:\CDBurn\MSDE\Setup\SqlRun02.msi
> MSI (s) (2C:08): Package we're running from ==>
> C:\WINDOWS\Installer\1fa9c6.msi
> MSI (s) (2C:08): APPCOMPAT: looking for appcompat database entry with
> ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
> MSI (s) (2C:08): APPCOMPAT: no matching ProductCode found in database.
> MSI (s) (2C:08): Machine policy value 'TransformsSecure' is 0
> MSI (s) (2C:08): User policy value 'TransformsAtSource' is 0
> MSI (s) (2C:08): APPCOMPAT: looking for appcompat database entry with
> ProductCode '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'.
> MSI (s) (2C:08): APPCOMPAT: no matching ProductCode found in database.
> MSI (s) (2C:08): Transforms are not secure.
> MSI (s) (2C:08): Note: 1: 2262 2: Control 3: -2147287038
> MSI (s) (2C:08): Command Line: SA...
> MSI (s) (2C:08): Product Code passed to Engine.Initialize: ''
> MSI (s) (2C:08): Product Code from property table before transforms:
> '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> MSI (s) (2C:08): Product Code from property table after transforms:
> '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> MSI (s) (2C:08): Product not registered: beginning first-time install
> MSI (s) (2C:08): Entering CMsiConfigurationManager::SetLastUsedSource.
> MSI (s) (2C:08): User policy value 'SearchOrder' is 'nmu'
> MSI (s) (2C:08): Adding new sources is allowed.
> MSI (s) (2C:08): Package name extracted from package path: 'SqlRun02.msi'
> MSI (s) (2C:08): Package to be registered: 'SqlRun02.msi'
> MSI (s) (2C:08): Note: 1: 2262 2: AdminProperties 3: -2147287038
> MSI (s) (2C:08): Machine policy value 'DisableMsi' is 0
> MSI (s) (2C:08): Machine policy value 'AlwaysInstallElevated' is 0
> MSI (s) (2C:08): User policy value 'AlwaysInstallElevated' is 0
> MSI (s) (2C:08): Product installation will be elevated because user is
admin
> and product is being installed per-machine.
> MSI (s) (2C:08): Running product '{689404D2-1C94-44B3-9203-BEC5594FDA7A}'
> with elevated privileges: Product is assigned.
> MSI (s) (2C:08): TRANSFORMS property is now:
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Application Data
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Favorites
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\NetHood
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\My Documents
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\PrintHood
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Recent
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\SendTo
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Templates
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Application Data
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Local Settings\Application Data
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\My Documents\My Pictures
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs\Administrative Tools
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs\Startup
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu\Programs
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Start Menu
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Desktop
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs\Administrative Tools
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs\Startup
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu\Programs
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Start Menu
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\sbrodie\Desktop
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\Documents and
> Settings\All Users\Templates
> MSI (s) (2C:08): SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
> MSI (s) (2C:08): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5:
16
> MSI (s) (2C:08): MSCOREE not loaded loading copy from system32
> === Logging started: 4/12/2004 8:35:54 ===
> MSI (s) (2C:08): Machine policy value 'DisableRollback' is 0
> MSI (s) (2C:08): User policy value 'DisableRollback' is 0
> MSI (s) (2C:08): Doing action: INSTALL
> Action start 8:35:54: INSTALL.
> MSI (s) (2C:08): Running ExecuteSequence
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056
> Action start 8:35:54:
> ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056.
> Action ended 8:35:54:
> ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC
> Action start 8:35:54:
> ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC.
> Action ended 8:35:54:
> ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838
> Action start 8:35:54:
> ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838.
> Action ended 8:35:54:
> ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7
> Action start 8:35:54:
> ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7.
> Action ended 8:35:54:
> ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616
> Action start 8:35:54:
> ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616.
> Action ended 8:35:54:
> ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616. Return value 1.
> MSI (s) (2C:08): Doing action:
> StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
> Action start 8:35:54: StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 .
> Action ended 8:35:54: StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 .
> Return value 1.
> MSI (s) (2C:08): Doing action:
> SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616
> Action start 8:35:54: SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616.
> Action ended 8:35:54: SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616.
> Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475
> Action start 8:35:54:
> ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475.
> Action ended 8:35:54:
> ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59
> Action start 8:35:54:
> ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59.
> Action ended 8:35:54:
> ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18
> Action start 8:35:54:
> ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18.
> Action ended 8:35:54:
> ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676
> Action start 8:35:54:
> ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676.
> Action ended 8:35:54:
> ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128
> Action start 8:35:54:
> ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128.
> Action ended 8:35:54:
> ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57
> Action start 8:35:54:
> ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57.
> Action ended 8:35:54:
> ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC
> Action start 8:35:54:
> ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC.
> Action ended 8:35:54:
> ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF
> Action start 8:35:54:
> ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF.
> Action ended 8:35:54:
> ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092
> Action start 8:35:54:
> ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092.
> Action ended 8:35:54:
> ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7
> Action start 8:35:54:
> ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7.
> Action ended 8:35:54:
> ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650
> Action start 8:35:54:
> ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650.
> Action ended 8:35:54:
> ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650. Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB
> Action start 8:35:54:
> ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB.
> Action ended 8:35:54:
> ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB. Return value 1.
> MSI (s) (2C:08): Doing action:
> SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4
> Action start 8:35:54: SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
> Action ended 8:35:54: SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
> Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4
> Action start 8:35:54:
> ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4.
> Action ended 8:35:54:
> ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4. Return value 1.
> MSI (s) (2C:08): Doing action:
> TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4
> Action start 8:35:54: TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
> Action ended 8:35:54: TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4.
> Return value 1.
> MSI (s) (2C:08): Doing action:
> ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
> Action start 8:35:54:
> ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
> Action ended 8:35:54:
> ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 1.
> MSI (s) (2C:08): Doing action:
> StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B
> Action start 8:35:54: StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B .
> Action ended 8:35:54: StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B .
> Return value 1.
> MSI (s) (2C:08): Doing action:
> SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B
> Action start 8:35:54: SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
> Action ended 8:35:54: SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
> Return value 1.
> MSI (s) (2C:08): Doing action: SetInstallDir
> Action start 8:35:54: SetInstallDir.
> Action ended 8:35:54: SetInstallDir. Return value 1.
> MSI (s) (2C:08): Doing action: SetDataDir
> Action start 8:35:54: SetDataDir.
> Action ended 8:35:54: SetDataDir. Return value 1.
> MSI (s) (2C:08): Doing action: SetInstanceName
> Action start 8:35:54: SetInstanceName.
> Action ended 8:35:54: SetInstanceName. Return value 1.
> MSI (s) (2C:08): Doing action: SetCollation
> Action start 8:35:54: SetCollation.
> Action ended 8:35:54: SetCollation. Return value 1.
> MSI (s) (2C:08): Doing action: SetCallback
> Action start 8:35:54: SetCallback.
> Action ended 8:35:54: SetCallback. Return value 1.
> MSI (s) (2C:08): Doing action: SetSecurityMode
> Action start 8:35:54: SetSecurityMode.
> Action ended 8:35:54: SetSecurityMode. Return value 1.
> MSI (s) (2C:08): Doing action: SetUpgrade
> Action start 8:35:54: SetUpgrade.
> Action ended 8:35:54: SetUpgrade. Return value 1.
> MSI (s) (2C:08): Doing action: SetUpgradeUser
> Action start 8:35:54: SetUpgradeUser.
> Action ended 8:35:54: SetUpgradeUser. Return value 1.
> MSI (s) (2C:08): Skipping action: SetUpgradeUserWin9x (condition is false)
> MSI (s) (2C:08): Skipping action: SetSecurityMode9x (condition is false)
> MSI (s) (2C:08): Doing action: SetSaPword
> Action start 8:35:54: SetSaPword.
> Action ended 8:35:54: SetSaPword. Return value 1.
> MSI (s) (2C:08): Doing action: SetUpgradeUserPword
> Action start 8:35:54: SetUpgradeUserPword.
> Action ended 8:35:54: SetUpgradeUserPword. Return value 1.
> MSI (s) (2C:08): Doing action: SetAllowBlankSaPword
> Action start 8:35:54: SetAllowBlankSaPword.
> Action ended 8:35:54: SetAllowBlankSaPword. Return value 1.
> MSI (s) (2C:08): Skipping action: SetSqlDoUpgrade (condition is false)
> MSI (s) (2C:08): Doing action: SetDisableAgentStartup
> Action start 8:35:54: SetDisableAgentStartup.
> Action ended 8:35:54: SetDisableAgentStartup. Return value 1.
> MSI (s) (2C:08): Doing action: SetAllowXDBChaining
> Action start 8:35:54: SetAllowXDBChaining.
> Action ended 8:35:54: SetAllowXDBChaining. Return value 1.
> MSI (s) (2C:08): Doing action:
> DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B
> Action start 8:35:54:
> DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B.
> Action ended 8:35:54:
> DefaultProgramDir.2D02443E_7002_4C0B_ABC9_EAB2C064 397B. Return value 1.
> MSI (s) (2C:08): Skipping action:
> DefaultDataDir.2D02443E_7002_4C0B_ABC9_EAB2C064397 B (condition is false)
> MSI (s) (2C:08): Doing action:
> SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B
> Action start 8:35:54: SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
> Action ended 8:35:54: SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B.
> Return value 1.
> MSI (s) (2C:08): Doing action:
> StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
> Action start 8:35:54:
> StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
> MSI (s) (2C:08): Creating MSIHANDLE (1) of type 790542 for thread 3592
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
> Creating CA Temp Directory :
> C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\
> Streamed setupex.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\set
> upex.dll
> Streamed sqdedev.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sqd
> edev.dll
> Streamed sqlsut.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> sut.dll
> Streamed sqlunirl.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> unirl.dll
> Streamed sqlresld.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> resld.dll
> Streamed sqlcaxrll.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> cax.rll
> Streamed sqlstp.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> stp.dll
> Streamed sqlstprll.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> stp.rll
> Streamed sqlcax.2D02443E_7002_4C0B_ABC9_EAB2C064397B to
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> cax.dll
> Action ended 8:35:54:
> StreamSupportFiles.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 1.
> MSI (s) (2C:08): Doing action:
> SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B
> Action start 8:35:54:
> SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B.
> MSI (s) (2C:08): Creating MSIHANDLE (49) of type 790542 for thread 3592
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
> TempFolder is
> C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\
> Loading extended custom action library
>
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
> cax.dll
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
> Starting custom action SetPropSQLMSDEInstalled
> FindSet for ProductCode <{689404D2-1C94-44B3-9203-BEC5594FDA7A}> returned
2
> Setting SQLMSDEInstalled by MsiSetProperty returned 0
> Setting SQLMSDESelected by MsiSetProperty returned 0
> End SetPropSQLMSDEInstalled
> Action ended 8:35:55:
> SetPropSQLMSDEInstalled.2D02443E_7002_4C0B_ABC9_EA B2C064397B. Return value
> 1.
> MSI (s) (2C:08): Doing action:
> RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B
> Action start 8:35:55:
> RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B.
> MSI (s) (2C:08): Creating MSIHANDLE (59) of type 790542 for thread 3592
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
> Entering Function MyMsiEvaluateCondition
> MsiEvaluateCondition for SQLMSDEInstalled returned TRUE
> End Function MyMsiEvaluateCondition
> Error reading setup parameters
> Action ended 8:35:55:
> RestoreSetupParams.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B. Return value 3.
> Action ended 8:35:55: INSTALL. Return value 3.
> MSI (s) (2C:08): Note: 1: 2262 2: Control 3: -2147287038
> Property(S): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
> Property(S): SqlDataDir = C:\DMSF
> Property(S): SqlProgramDir = C:\Program Files\Microsoft SQL Server\
> Property(S): SqlInstanceName = DMSF
> Property(S): SqlSa...
> Property(S): VersionNT = 501
> Property(S): ALLUSERS = 1
> Property(S): ARPNOMODIFY = 1
> Property(S): DefaultUIFont = Tahoma8
> Property(S): INSTALLLEVEL = 3
> Property(S): LIMITUI = 1
> Property(S): Manufacturer = Microsoft Corporation
> Property(S): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
> Property(S): ProductLanguage = 1033
> Property(S): ProductName = Microsoft SQL Server Desktop Engine
> Property(S): ProductVersion = 8.00.761
> Property(S): MsiHiddenProperties = SqlSa...
> Property(S): ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B =
> C:\Program Files\
> Property(S): StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
> C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
> Property(S): SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
> C:\WINDOWS\System32\
> Property(S): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
> Property(S): SQLMSDEInstalled = 1
> Property(S): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 1603
> Property(S): APPS_TEST = 1
> Property(S): SQLMSDESelected = 1
> Property(S): CSDVersionNumber = 768
> Property(S): CSDVersion = 8.00.761
> Property(S): SQLVersion = 8.00.194
> Property(S): SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
> C:\WINDOWS\System32\
> Property(S): ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4 =
> C:\Program Files\
> Property(S): TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
> C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
> Property(S): ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB =
> C:\Program Files\
> Property(S): ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF =
> C:\Program Files\
> Property(S): ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC =
> C:\Program Files\
> Property(S): ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616 =
> C:\Program Files\
> Property(S): StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
> C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
> Property(S): SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
> C:\WINDOWS\System32\
> Property(S): ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838 =
> C:\Program Files\
> Property(S): ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC =
> C:\Program Files\
> Property(S): ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056 =
> C:\Program Files\
> Property(S): SystemFolder = C:\WINDOWS\System32\
> Property(S): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
> Property(S): ProductState = -1
> Property(S): PackagecodeChanging = 1
> Property(S): SA...
> Property(S): INSTANCENAME = DMSF
> Property(S): DISABLENETWORKPROTOCOLS = 0
> Property(S): DATADIR = C:\DMSF
> Property(S): CURRENTDIRECTORY = C:\CDBurn\MSDE
> Property(S): CLIENTUILEVEL = 0
> Property(S): CLIENTPROCESSID = 2672
> Property(S): USERNAME =
> Property(S): COMPANYNAME =
> Property(S): ACTION = INSTALL
> Property(S): VersionDatabase = 110
> Property(S): VersionMsi = 2.00
> Property(S): WindowsBuild = 2600
> Property(S): ServicePackLevel = 1
> Property(S): ServicePackLevelMinor = 0
> Property(S): MsiNTProductType = 1
> Property(S): WindowsFolder = C:\WINDOWS\
> Property(S): WindowsVolume = C:\
> Property(S): System16Folder = C:\WINDOWS\System\
> Property(S): RemoteAdminTS = 1
> Property(S): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
> Property(S): ProgramFilesFolder = C:\Program Files\
> Property(S): CommonFilesFolder = C:\Program Files\Common Files\
> Property(S): AppDataFolder = C:\Documents and Settings\sbrodie\Application
> Data\
> Property(S): FavoritesFolder = C:\Documents and
Settings\sbrodie\Favorites\
> Property(S): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
> Property(S): PersonalFolder = C:\Documents and Settings\sbrodie\My
> Documents\
> Property(S): PrintHoodFolder = C:\Documents and
Settings\sbrodie\PrintHood\
> Property(S): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
> Property(S): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
> Property(S): TemplateFolder = C:\Documents and Settings\All
Users\Templates\
> Property(S): CommonAppDataFolder = C:\Documents and Settings\All
> Users\Application Data\
> Property(S): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
> Settings\Application Data\
> Property(S): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
> Documents\My Pictures\
> Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\Administrative Tools\
> Property(S): StartupFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\Startup\
> Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\
> Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start
> Menu\
> Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
> Property(S): FontsFolder = C:\WINDOWS\Fonts\
> Property(S): GPTSupport = 1
> Property(S): OLEAdvtSupport = 1
> Property(S): ShellAdvtSupport = 1
> Property(S): Intel = 15
> Property(S): PhysicalMemory = 248
> Property(S): VirtualMemory = 401
> Property(S): AdminUser = 1
> Property(S): LogonUser = sbrodie
> Property(S): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
> Property(S): UserLanguageID = 1033
> Property(S): ComputerName = DCPU74
> Property(S): SystemLanguageID = 1033
> Property(S): ScreenX = 1280
> Property(S): ScreenY = 1024
> Property(S): CaptionHeight = 26
> Property(S): BorderTop = 1
> Property(S): BorderSide = 1
> Property(S): TextHeight = 16
> Property(S): ColorBits = 32
> Property(S): TTCSupport = 1
> Property(S): MsiNetAssemblySupport = 1.1.4322.573
> Property(S): MsiWin32AssemblySupport = 5.1.2600.1106
> Property(S): RedirectedDllSupport = 2
> Property(S): Time = 8:35:55
> Property(S): Date = 4/12/2004
> Property(S): Privileged = 1
> Property(S): DATABASE = C:\WINDOWS\Installer\1fa9c6.msi
> Property(S): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
> Property(S): UILevel = 3
> MSI (s) (2C:08): MainEngineThread is returning 1603
> MSI (c) (70:88): Back from server. Return value: 1603
> MSI (c) (70:88): Decrementing counter to disable shutdown. If counter >=
0,
> shutdown will be denied. Counter after decrement: -1
> Action ended 8:35:56: INSTALL. Return value 3.
> MSI (c) (70:88): Note: 1: 2262 2: Control 3: -2147287038
> Property(C): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
> Property(C): VersionNT = 501
> Property(C): ALLUSERS = 1
> Property(C): ARPNOMODIFY = 1
> Property(C): DefaultUIFont = Tahoma8
> Property(C): INSTALLLEVEL = 3
> Property(C): LIMITUI = 1
> Property(C): Manufacturer = Microsoft Corporation
> Property(C): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
> Property(C): ProductLanguage = 1033
> Property(C): ProductName = Microsoft SQL Server Desktop Engine
> Property(C): ProductVersion = 8.00.761
> Property(C): MsiHiddenProperties = SqlSa...
> Property(C): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
> Property(C): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 1603
> Property(C): APPS_TEST = 1
> Property(C): SQLMSDESelected = 1
> Property(C): CSDVersionNumber = 768
> Property(C): CSDVersion = 8.00.761
> Property(C): SystemFolder = C:\WINDOWS\System32\
> Property(C): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
> Property(C): ProductState = -1
> Property(C): PackagecodeChanging = 1
> Property(C): SA...
> Property(C): INSTANCENAME = DMSF
> Property(C): DISABLENETWORKPROTOCOLS = 0
> Property(C): DATADIR = C:\DMSF
> Property(C): CURRENTDIRECTORY = C:\CDBurn\MSDE
> Property(C): CLIENTUILEVEL = 0
> Property(C): CLIENTPROCESSID = 2672
> Property(C): VersionDatabase = 110
> Property(C): VersionMsi = 2.00
> Property(C): WindowsBuild = 2600
> Property(C): ServicePackLevel = 1
> Property(C): ServicePackLevelMinor = 0
> Property(C): MsiNTProductType = 1
> Property(C): WindowsFolder = C:\WINDOWS\
> Property(C): WindowsVolume = C:\
> Property(C): System16Folder = C:\WINDOWS\System\
> Property(C): RemoteAdminTS = 1
> Property(C): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
> Property(C): ProgramFilesFolder = C:\Program Files\
> Property(C): CommonFilesFolder = C:\Program Files\Common Files\
> Property(C): AppDataFolder = C:\Documents and Settings\sbrodie\Application
> Data\
> Property(C): FavoritesFolder = C:\Documents and
Settings\sbrodie\Favorites\
> Property(C): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
> Property(C): PersonalFolder = C:\Documents and Settings\sbrodie\My
> Documents\
> Property(C): PrintHoodFolder = C:\Documents and
Settings\sbrodie\PrintHood\
> Property(C): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
> Property(C): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
> Property(C): TemplateFolder = C:\Documents and Settings\All
Users\Templates\
> Property(C): CommonAppDataFolder = C:\Documents and Settings\All
> Users\Application Data\
> Property(C): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
> Settings\Application Data\
> Property(C): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
> Documents\My Pictures\
> Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\Administrative Tools\
> Property(C): StartupFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\Startup\
> Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
> Menu\Programs\
> Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start
> Menu\
> Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
> Property(C): FontsFolder = C:\WINDOWS\Fonts\
> Property(C): GPTSupport = 1
> Property(C): OLEAdvtSupport = 1
> Property(C): ShellAdvtSupport = 1
> Property(C): Intel = 15
> Property(C): PhysicalMemory = 248
> Property(C): VirtualMemory = 405
> Property(C): AdminUser = 1
> Property(C): LogonUser = sbrodie
> Property(C): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
> Property(C): UserLanguageID = 1033
> Property(C): ComputerName = DCPU74
> Property(C): SystemLanguageID = 1033
> Property(C): ScreenX = 1280
> Property(C): ScreenY = 1024
> Property(C): CaptionHeight = 26
> Property(C): BorderTop = 1
> Property(C): BorderSide = 1
> Property(C): TextHeight = 16
> Property(C): ColorBits = 32
> Property(C): TTCSupport = 1
> Property(C): MsiNetAssemblySupport = 1.1.4322.573
> Property(C): MsiWin32AssemblySupport = 5.1.2600.1106
> Property(C): RedirectedDllSupport = 2
> Property(C): Time = 8:35:56
> Property(C): Date = 4/12/2004
> Property(C): Privileged = 1
> Property(C): USERNAME =
> Property(C): COMPANYNAME =
> Property(C): DATABASE = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\1fa820.msi
> Property(C): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
> Property(C): UILevel = 3
> Property(C): ACTION = INSTALL
> === Logging stopped: 4/12/2004 8:35:56 ===
> MSI (c) (70:88): Note: 1: 1708
> MSI (c) (70:88): Product: Microsoft SQL Server Desktop Engine --
> Installation operation failed.
> MSI (c) (70:88): Grabbed execution mutex.
> MSI (c) (70:88): Cleaning up uninstalled install packages, if any exist
> MSI (c) (70:88): MainEngineThread is returning 1603
> === Verbose logging stopped: 4/12/2004 8:35:56 ===
>
>
|||Thanks Dr Jack:
However, I had anticipated that possibility and had removed and re-installed
all instances on my machine, taking care that I was not attempting to
install over an existing named instance, and that no files were left over in
the target data folders for the desired instance.
Regards
Shane Brodie
|||So is there another instance already installed on your machine? From your
log, the installer thinks there is.
When I encountered this problem, it was necessary to go into the registry
and correct it.
Dr. Jack
"Shane Brodie" <sbrodie@.decorkit.com> wrote in message
news:eDA%23KgWIEHA.3200@.TK2MSFTNGP10.phx.gbl...
> Thanks Dr Jack:
> However, I had anticipated that possibility and had removed and
re-installed
> all instances on my machine, taking care that I was not attempting to
> install over an existing named instance, and that no files were left over
in
> the target data folders for the desired instance.
> Regards
> Shane Brodie
>
|||Dr. Jack:
I have allready done that as well. I have done an extensive search of the
registry and the file system and have still been unable to make this work.
I am currently doing another search throughout the filesystem for files that
contain the name of the instance I want to use. I am wondering if the
Windows Installer is caching information on the installed instances of MSDE
and is somehow mangling things up for me.
Regards
Shane
> So is there another instance already installed on your machine? From your
> log, the installer thinks there is.
> When I encountered this problem, it was necessary to go into the registry
> and correct it.
> Dr. Jack
|||Shane,
Looking at the log it appears you already have *some* copy of either SQL
Server or MSDE installed on this machine. Is this correct? If yes, what's
the major version (SQL Server 7.0/2000), Service Pack level (SP1, SP2, etc),
and the type of install it is (MSDE, standard, etc.).
Cheers,
Brian A. Randell
MCW Technologies
"Shane Brodie" <sbrodie@.deorkit.com> wrote in message
news:eE4q3TJIEHA.3200@.TK2MSFTNGP10.phx.gbl...
> I have been developing an application that uses MSDE 2000 as it's
database.
> In the process of testing/debugging my installation, I have run into an
> interesting and very frustrating problem. MSDE now completely refuses to
> install anymore! I cannot get the installer to install either as part of
my
> installer package using the MSDEBootstrap release candidate "or" by
running
> the MSDE setup from the command line.
> I have attached the verbose log from my last command-line attempt. If
> anyone can provide me any insight into how to resolve this, it would be
much
> appreciated.
> Regards
> Shane Brodie
>
<Log Cut>
|||Good afternoon Brian:
Default instance installed of SQL Server Personal Edition 8.00.194(RTM)
SELECT @.@.VERSION Returns:
Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation Personal Edition on Windows
NT 5.1 (Build 2600: Service Pack 1)
Regards
Shane
"Brian A. Randell" <brianr@.nospam.mcwtech.com> wrote in message
news:un6KKkkIEHA.2524@.TK2MSFTNGP11.phx.gbl...
> Shane,
> Looking at the log it appears you already have *some* copy of either SQL
> Server or MSDE installed on this machine. Is this correct? If yes, what's
> the major version (SQL Server 7.0/2000), Service Pack level (SP1, SP2,
etc),[vbcol=seagreen]
> and the type of install it is (MSDE, standard, etc.).
> Cheers,
> Brian A. Randell
> MCW Technologies
>
> "Shane Brodie" <sbrodie@.deorkit.com> wrote in message
> news:eE4q3TJIEHA.3200@.TK2MSFTNGP10.phx.gbl...
> database.
to[vbcol=seagreen]
of
> my
> running
> much
> <Log Cut>
>
|||You might want to read KB 320873 to see if there's something you might have
missed. Other than that the only thing I can suggest at this time is to try
and snag the exit code from Setup.exe and see what it tells you.
Good Luck
Dr. Jack
"Shane Brodie" <sbrodie@.decorkit.com> wrote in message
news:O%23avhAkIEHA.1220@.tk2msftngp13.phx.gbl...
> Dr. Jack:
> I have allready done that as well. I have done an extensive search of the
> registry and the file system and have still been unable to make this work.
> I am currently doing another search throughout the filesystem for files
that
> contain the name of the instance I want to use. I am wondering if the
> Windows Installer is caching information on the installed instances of
MSDE[vbcol=seagreen]
> and is somehow mangling things up for me.
> Regards
> Shane
your[vbcol=seagreen]
registry
>
|||Thank you Dr. Jack:
This at least allowed me to get a lot further than before. It appears that
after cleaning things up as per the knowledgebase article merntioned in your
previous posting, I can get to approx 95% completion before the process
rolls back. Before, it was failing almost instantly.
Following is the output from where the failure took place. It now appears
there is a problem with component registration, or the step immediately
following that ...
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={8C669E46-2D35-47BD-90FA-C756A83ED281},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={6D36DDE7-B112-45DB-A62C-B800713BA47B},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={F85CC7C0-7DBF-4846-9D64-8FC2DC110F05},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={BEA3F834-7C08-4C02-8F74-644AD6F4C6B1},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={1E86B1D3-9AF0-48D1-A084-9B828D16ABF5},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={8BCDD8F9-1CAC-4CF4-A9E7-0D8EE337D989},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={586CE7CE-10C3-4871-BB52-B1A71FB75F69},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={90F630BE-3C8F-46E3-882E-523A4D35E1C6},KeyPath
=02:\SOFTWARE\Microsoft\Microsoft SQL Server\Component
Set\InstanceComponentSet.2,State=3,ProductKey={689 404D2-1C94-44B3-9203-BEC55
94FDA7A},,SharedD
llRefCount=0,BinaryType=0)
MSI (s) (94:70): Executing op:
ComponentRegister(ComponentId={8D1347B2-CCB1-4579-AB47-77517173B837},,State=
-7,ProductKey={689404D2-1C94-44B3-9203-BEC5594FDA7A},,SharedDllRefCount=0,Bi
naryType=0)
Rollback: RollbackStreamSupportFiles.2D02443E_7002_4C0B_ABC9 _EAB2C064397B
MSI (s) (94:70): Executing op:
ActionStart(Name=RollbackStreamSupportFiles.2D0244 3E_7002_4C0B_ABC9_EAB2C064
397B,,)
MSI (s) (94:70): Executing op:
CustomActionRollback(Action=RollbackStreamSupportF iles.2D02443E_7002_4C0B_AB
C9_EAB2C064397B,ActionType=1281,Source=BinaryData, Target=RemoveSupportFiles,
)
MSI (s) (94:70): Creating MSIHANDLE (854) of type 790536 for thread 2928
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\set
upex.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sqd
edev.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
sut.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
unirl.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
resld.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
cax.rll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
stp.dll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
stp.rll
Deleted Support file :
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\{689404D2-1C94-44B3-9203-BEC5594FDA7A}\sql
cax.dll
Rollback: RollbackDeferProperties.2D02443E_7002_4C0B_ABC9_EA B2C064397B
MSI (s) (94:70): Executing op:
ActionStart(Name=RollbackDeferProperties.2D02443E_ 7002_4C0B_ABC9_EAB2C064397
B,,)
MSI (s) (94:70): Executing op:
CustomActionRollback(Action=RollbackDeferPropertie s.2D02443E_7002_4C0B_ABC9_
EAB2C064397B,ActionType=1281,Source=BinaryData,Tar get=DeferProperties,)
MSI (s) (94:70): Creating MSIHANDLE (865) of type 790536 for thread 2928
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Start custom action DeferProperties
Defer Properties returns: 0
MSI (s) (94:70): Executing op: End(Checksum=0,ProgressTotal=0)
MSI (s) (94:70): Error in rollback skipped. Return: 5
MSI (s) (94:70): FEATURECACHE: Entering Invalidate
MSI (s) (94:70): Calling SRSetRestorePoint API. dwRestorePtType: 13,
dwEventType: 103, llSequenceNumber: 10, szDescription: "".
MSI (s) (94:70): The call to SRSetRestorePoint API succeeded. Returned
status: 0.
MSI (s) (94:70): Unlocking Server
Action ended 9:00:01: INSTALL. Return value 3.
MSI (s) (94:70): Note: 1: 2262 2: Control 3: -2147287038
Property(S): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
Property(S): SqlCollation = SQL_Latin1_General_CP1_CI_AS
Property(S): SqlDataDir = C:\DMFS\
Property(S): SqlProgramDir = C:\Program Files\Microsoft SQL Server\
Property(S): SqlInstanceName = DMSF
Property(S): SqlSecurityMode = SQL
Property(S): SqlSa...
Property(S): SqlDisableNetworkProtocols = 0
Property(S): VersionNT = 501
Property(S): ALLUSERS = 1
Property(S): ARPNOMODIFY = 1
Property(S): DefaultUIFont = Tahoma8
Property(S): INSTALLLEVEL = 3
Property(S): LIMITUI = 1
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft SQL Server Desktop Engine
Property(S): ProductVersion = 8.00.761
Property(S): MsiHiddenProperties = SqlSa...
Property(S): TARGETDIR = C:\
Property(S): SourceDir = C:\CDBurn\MSDE\Setup\
Property(S): ProgramFilesFolder.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B =
C:\Program Files\
Property(S): Data.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\
Property(S): DataInstance.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\DMFS\MSSQL$DMSF\
Property(S): SqlTarget.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\
Property(S): SqlInstance.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): DataInstanceData.2D02443E_7002_4C0B_ABC9_EAB2C0643 97B =
C:\DMFS\MSSQL$DMSF\Data\
Property(S): DataInstanceInstall.2D02443E_7002_4C0B_ABC9_EAB2C0 64397B =
C:\DMFS\MSSQL$DMSF\Install\
Property(S): DataInstanceJobs.2D02443E_7002_4C0B_ABC9_EAB2C0643 97B =
C:\DMFS\MSSQL$DMSF\JOBS\
Property(S): DataInstanceLog.2D02443E_7002_4C0B_ABC9_EAB2C06439 7B =
C:\DMFS\MSSQL$DMSF\LOG\
Property(S): Sql.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceBin.2D02443E_7002_4C0B_ABC9_EAB2C064397 B =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlInstanceJet.2D02443E_7002_4C0B_ABC9_EAB2C064397 B =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlInstanceOther.2D02443E_7002_4C0B_ABC9_EAB2C0643 97B =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlTools4Dev.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlToolsDev.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\Tools\DevTools\
Property(S): SqlToolsDevInclude.2D02443E_7002_4C0B_ABC9_EAB2C06 4397B =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Include\
Property(S): SqlToolsDevLib.2D02443E_7002_4C0B_ABC9_EAB2C064397 B =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Lib\
Property(S): SqlVerCom.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerComBin.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): StartupFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): SystemFolder.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\WINDOWS\System32\
Property(S): System.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\WINDOWS\System32\
Property(S): SystemX86.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\WINDOWS\System32\
Property(S): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
Property(S): InstanceName.2D02443E_7002_4C0B_ABC9_EAB2C064397B = DMSF
Property(S): InstanceDir.2D02443E_7002_4C0B_ABC9_EAB2C064397B = MSSQL$DMSF
Property(S): InstanceRegKey.2D02443E_7002_4C0B_ABC9_EAB2C064397 B = Microsoft
SQL Server\DMSF
Property(S): ConfigServer.2D02443E_7002_4C0B_ABC9_EAB2C064397B. ..
Property(S): ReconfigServer.2D02443E_7002_4C0B_ABC9_EAB2C064397 B...
Property(S): CommitDeferProperties.2D02443E_7002_4C0B_ABC9_EAB2 C064397B =
{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(S): CommitNoRebootReplace.2D02443E_7002_4C0B_ABC9_EAB2 C064397B =
{689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(S): APPIE.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\WINDOWS\System32\shdocvw.dll
Property(S): APPMSDE7.2D02443E_7002_4C0B_ABC9_EAB2C064397B = C:\Program
Files\Microsoft SQL Server\MSSQL\
Property(S): APPMSDE7DATA.2D02443E_7002_4C0B_ABC9_EAB2C064397B =
C:\MSSQL\MSSQL\
Property(S): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 0
Property(S): APPS_TEST = 1
Property(S): SQLMSDESelected = 1
Property(S): CSDVersionNumber = 768
Property(S): CSDVersion = 8.00.761
Property(S): InstanceComponentSet.2 = 1
Property(S): SQLVersion = 8.00.194
Property(S): ProtocolListRegValue.2D02443E_7002_4C0B_ABC9_EAB2C 064397B = tcp
Property(S): ProtocolListNTRegValue.2D02443E_7002_4C0B_ABC9_EAB 2C064397B =
Property(S): SqlToolsBin.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SystemFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\WINDOWS\System32\
Property(S): System.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\WINDOWS\System32\
Property(S): SqlSetup.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\SqlSetup\
Property(S): SqlSetupTemp.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\SqlSetup\Temp\
Property(S): ProgramFilesFolder.F26FFD4A_05B4_4969_A552_30C7F9B AB1F4 =
C:\Program Files\
Property(S): Sql.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 = C:\Program
Files\Microsoft SQL Server\
Property(S): TempFolder.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 =
C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(S): SqlVer.F26FFD4A_05B4_4969_A552_30C7F9BAB1F4 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): InstanceRegKey.F26FFD4A_05B4_4969_A552_30C7F9BAB1F 4 = Microsoft
SQL Server\DMSF
Property(S): SqlToolsBin.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlVerCom.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerComBin.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): SqlTarget.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\
Property(S): SqlInstance.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): ProgramFilesFolder.F5ABDAB8_DDBD_4D92_BEAD_A0511D9 C85DB =
C:\Program Files\
Property(S): Sql.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceBin.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85D B =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = C:\Program
Files\Microsoft SQL Server\80\
Property(S): InstanceName.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = DMSF
Property(S): InstanceDir.F5ABDAB8_DDBD_4D92_BEAD_A0511D9C85DB = MSSQL$DMSF
Property(S): SqlToolsDevInclude.AC2DB678_071D_4330_A52D_9286D61 8F650 =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Include\
Property(S): SqlToolsDev.AC2DB678_071D_4330_A52D_9286D618F650 = C:\Program
Files\Microsoft SQL Server\80\Tools\DevTools\
Property(S): SqlToolsDevLib.AC2DB678_071D_4330_A52D_9286D618F65 0 =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Lib\
Property(S): ProgramFilesFolder.AC2DB678_071D_4330_A52D_9286D61 8F650 =
C:\Program Files\
Property(S): Sql.AC2DB678_071D_4330_A52D_9286D618F650 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.AC2DB678_071D_4330_A52D_9286D618F650 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools4Dev.AC2DB678_071D_4330_A52D_9286D618F650 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.9B023A3C_3C86_4E4B_90D5_DE42FB9019F7 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.9B023A3C_3C86_4E4B_90D5_DE42FB9019F7 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): ProgramFilesFolder.9B023A3C_3C86_4E4B_90D5_DE42FB9 019F7 =
C:\Program Files\
Property(S): Sql.9B023A3C_3C86_4E4B_90D5_DE42FB9019F7 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.9B023A3C_3C86_4E4B_90D5_DE42FB9019F7 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlToolsBinRes1033.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlToolsBinRes.6496AA57_4ABB_4A5B_A0A9_E712ECFA809 2 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): ProgramFilesFolder.6496AA57_4ABB_4A5B_A0A9_E712ECF A8092 =
C:\Program Files\
Property(S): Sql.6496AA57_4ABB_4A5B_A0A9_E712ECFA8092 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.6496AA57_4ABB_4A5B_A0A9_E712ECFA8092 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.6496AA57_4ABB_4A5B_A0A9_E712ECFA8092 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.6496AA57_4ABB_4A5B_A0A9_E712ECFA8092 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlToolsBin.55BCEE28_CDBF_4D7F_97C4_082D6B58B9FF = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.55BCEE28_CDBF_4D7F_97C4_082D6B58B9FF = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): ProgramFilesFolder.55BCEE28_CDBF_4D7F_97C4_082D6B5 8B9FF =
C:\Program Files\
Property(S): Sql.55BCEE28_CDBF_4D7F_97C4_082D6B58B9FF = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlTarget.55BCEE28_CDBF_4D7F_97C4_082D6B58B9FF = C:\
Property(S): SqlVer.55BCEE28_CDBF_4D7F_97C4_082D6B58B9FF = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlToolsBinRes1033.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlToolsBinRes.9240E1C0_49D2_40A2_93CE_E62CD8B48DD C =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): ProgramFilesFolder.9240E1C0_49D2_40A2_93CE_E62CD8B 48DDC =
C:\Program Files\
Property(S): Sql.9240E1C0_49D2_40A2_93CE_E62CD8B48DDC = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.9240E1C0_49D2_40A2_93CE_E62CD8B48DDC = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.9240E1C0_49D2_40A2_93CE_E62CD8B48DDC = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.9240E1C0_49D2_40A2_93CE_E62CD8B48DDC = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlVerComBin.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): SqlVerCom.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): DataInstance.185C1D8F_1545_4277_BB64_857D2622DB57 =
C:\DMFS\MSSQL$DMSF\
Property(S): DataInstanceInstall.185C1D8F_1545_4277_BB64_857D26 22DB57 =
C:\DMFS\MSSQL$DMSF\Install\
Property(S): SqlInstance.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): SqlInstanceBin.185C1D8F_1545_4277_BB64_857D2622DB5 7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): Data.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\
Property(S): SqlTarget.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\
Property(S): ProgramFilesFolder.185C1D8F_1545_4277_BB64_857D262 2DB57 =
C:\Program Files\
Property(S): Sql.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.185C1D8F_1545_4277_BB64_857D2622DB57 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): InstanceName.185C1D8F_1545_4277_BB64_857D2622DB57 = DMSF
Property(S): InstanceDir.185C1D8F_1545_4277_BB64_857D2622DB57 = MSSQL$DMSF
Property(S): InstanceRegKey.185C1D8F_1545_4277_BB64_857D2622DB5 7 = Microsoft
SQL Server\DMSF
Property(S): SqlVerComBinRes1033.D9BC9C10_2DCD_44D3_AACC_9C58CA F76128 =
C:\Program Files\Microsoft SQL Server\80\COM\Resources\1033\
Property(S): SqlVerComBinRes.D9BC9C10_2DCD_44D3_AACC_9C58CAF761 28 =
C:\Program Files\Microsoft SQL Server\80\COM\Resources\
Property(S): ProgramFilesFolder.D9BC9C10_2DCD_44D3_AACC_9C58CAF 76128 =
C:\Program Files\
Property(S): Sql.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerCom.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerComBin.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): InstanceName.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = DMSF
Property(S): InstanceDir.D9BC9C10_2DCD_44D3_AACC_9C58CAF76128 = MSSQL$DMSF
Property(S): SqlToolsBin.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlInstance.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): SqlInstanceBin.DCDF3AA8_FCF8_49F6_9877_752F754DD67 6 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlTarget.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\
Property(S): ProgramFilesFolder.DCDF3AA8_FCF8_49F6_9877_752F754 DD676 =
C:\Program Files\
Property(S): Sql.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): InstanceName.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = DMSF
Property(S): InstanceDir.DCDF3AA8_FCF8_49F6_9877_752F754DD676 = MSSQL$DMSF
Property(S): SqlToolsBinRes1033.EF490CFB_7BC2_4102_8395_426CE58 70B18 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlToolsBinRes.EF490CFB_7BC2_4102_8395_426CE5870B1 8 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): SqlInstanceBinRes.EF490CFB_7BC2_4102_8395_426CE587 0B18 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\
Property(S): SqlInstanceBinRes1033.EF490CFB_7BC2_4102_8395_426C E5870B18 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\1033\
Property(S): SqlTarget.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\
Property(S): SqlInstance.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): ProgramFilesFolder.EF490CFB_7BC2_4102_8395_426CE58 70B18 =
C:\Program Files\
Property(S): Sql.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceBin.EF490CFB_7BC2_4102_8395_426CE5870B1 8 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.EF490CFB_7BC2_4102_8395_426CE5870B18 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): InstanceName.EF490CFB_7BC2_4102_8395_426CE5870B18 = DMSF
Property(S): InstanceDir.EF490CFB_7BC2_4102_8395_426CE5870B18 = MSSQL$DMSF
Property(S): SqlInstanceBin.C4D32C83_C28D_4329_A829_31C4C6034F5 9 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlInstance.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): SqlTools.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): Data.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\
Property(S): DataInstance.C4D32C83_C28D_4329_A829_31C4C6034F59 =
C:\DMFS\MSSQL$DMSF\
Property(S): SqlTarget.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\
Property(S): DataInstanceJobs.C4D32C83_C28D_4329_A829_31C4C6034 F59 =
C:\DMFS\MSSQL$DMSF\JOBS\
Property(S): DataInstanceLog.C4D32C83_C28D_4329_A829_31C4C6034F 59 =
C:\DMFS\MSSQL$DMSF\LOG\
Property(S): ProgramFilesFolder.C4D32C83_C28D_4329_A829_31C4C60 34F59 =
C:\Program Files\
Property(S): Sql.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerCom.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerComBin.C4D32C83_C28D_4329_A829_31C4C6034F59 = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): InstanceName.C4D32C83_C28D_4329_A829_31C4C6034F59 = DMSF
Property(S): InstanceDir.C4D32C83_C28D_4329_A829_31C4C6034F59 = MSSQL$DMSF
Property(S): InstanceRegKey.C4D32C83_C28D_4329_A829_31C4C6034F5 9 = Microsoft
SQL Server\DMSF
Property(S): ServiceNameAgent.C4D32C83_C28D_4329_A829_31C4C6034 F59 =
SQLAgent$DMSF
Property(S): ServiceNameSQL.C4D32C83_C28D_4329_A829_31C4C6034F5 9 =
MSSQL$DMSF
Property(S): SqlInstanceBinRes1033.BF65A835_E76E_4CA5_8B97_E8FD 33E7C475 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\1033\
Property(S): SqlInstanceBinRes.BF65A835_E76E_4CA5_8B97_E8FD33E7 C475 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\
Property(S): SqlToolsBinRes.BF65A835_E76E_4CA5_8B97_E8FD33E7C47 5 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): SqlToolsBinRes1033.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlTarget.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\
Property(S): SqlInstance.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): ProgramFilesFolder.BF65A835_E76E_4CA5_8B97_E8FD33E 7C475 =
C:\Program Files\
Property(S): Sql.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceBin.BF65A835_E76E_4CA5_8B97_E8FD33E7C47 5 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): InstanceName.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = DMSF
Property(S): InstanceDir.BF65A835_E76E_4CA5_8B97_E8FD33E7C475 = MSSQL$DMSF
Property(S): SqlToolsBin.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlInstance.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): SqlInstanceBin.CC1A8C58_27D1_4D38_BF1B_C0A5CBB9061 6 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): DataInstance.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\DMFS\MSSQL$DMSF\
Property(S): DataInstanceData.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90 616 =
C:\DMFS\MSSQL$DMSF\Data\
Property(S): SqlVerCom.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlVerComBin.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\COM\
Property(S): SqlInstanceJet.CC1A8C58_27D1_4D38_BF1B_C0A5CBB9061 6 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlTarget.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\
Property(S): Readme.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): DataInstanceInstall.CC1A8C58_27D1_4D38_BF1B_C0A5CB B90616 =
C:\DMFS\MSSQL$DMSF\Install\
Property(S): DataInstanceLog.CC1A8C58_27D1_4D38_BF1B_C0A5CBB906 16 =
C:\DMFS\MSSQL$DMSF\LOG\
Property(S): Data.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\
Property(S): DataInstanceJobs.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90 616 =
C:\DMFS\MSSQL$DMSF\JOBS\
Property(S): ProgramFilesFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616 =
C:\Program Files\
Property(S): Sql.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceOther.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90 616 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools4Dev.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsDev.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = C:\Program
Files\Microsoft SQL Server\80\Tools\DevTools\
Property(S): SqlToolsDevInclude.CC1A8C58_27D1_4D38_BF1B_C0A5CBB 90616 =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Include\
Property(S): SqlToolsDevLib.CC1A8C58_27D1_4D38_BF1B_C0A5CBB9061 6 =
C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Lib\
Property(S): StartupFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): SystemFolder.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\WINDOWS\System32\
Property(S): System.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\WINDOWS\System32\
Property(S): SystemX86.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
C:\WINDOWS\System32\
Property(S): InstanceName.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = DMSF
Property(S): InstanceRegKey.CC1A8C58_27D1_4D38_BF1B_C0A5CBB9061 6 = Microsoft
SQL Server\DMSF
Property(S): PipeName.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 =
\\.\pipe\MSSQL$DMSF\sql\query
Property(S): ServiceNameAgent.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90 616 =
SQLAgent$DMSF
Property(S): ServiceNameSQL.CC1A8C58_27D1_4D38_BF1B_C0A5CBB9061 6 =
MSSQL$DMSF
Property(S): SQLVersion.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = 8.00.194
Property(S): TcpPort.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 = 0
Property(S): PipeName = \\.\pipe\MSSQL$DMSF\sql\query
Property(S): TcpPort = 0
Property(S): SqlToolsBinRes1033.88C26F26_166C_4CD7_8175_38297C2 276D7 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlToolsBinRes.88C26F26_166C_4CD7_8175_38297C2276D 7 =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): SqlInstanceBinRes.88C26F26_166C_4CD7_8175_38297C22 76D7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\
Property(S): SqlInstanceBinRes1033.88C26F26_166C_4CD7_8175_3829 7C2276D7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\Resources\1033\
Property(S): SqlTarget.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\
Property(S): SqlInstance.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\Program
Files\Microsoft SQL Server\MSSQL$DMSF\
Property(S): ProgramFilesFolder.88C26F26_166C_4CD7_8175_38297C2 276D7 =
C:\Program Files\
Property(S): Sql.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlInstanceBin.88C26F26_166C_4CD7_8175_38297C2276D 7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlInstanceJet.88C26F26_166C_4CD7_8175_38297C2276D 7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlInstanceOther.88C26F26_166C_4CD7_8175_38297C227 6D7 =
C:\Program Files\Microsoft SQL Server\MSSQL$DMSF\Binn\
Property(S): SqlVer.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.88C26F26_166C_4CD7_8175_38297C2276D7 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): InstanceName.88C26F26_166C_4CD7_8175_38297C2276D7 = DMSF
Property(S): InstanceDir.88C26F26_166C_4CD7_8175_38297C2276D7 = MSSQL$DMSF
Property(S): InstanceRegKey.88C26F26_166C_4CD7_8175_38297C2276D 7 = Microsoft
SQL Server\DMSF
Property(S): SqlToolsBin.0C7570D6_6225_4960_B951_4D16DD906838 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.0C7570D6_6225_4960_B951_4D16DD906838 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): ProgramFilesFolder.0C7570D6_6225_4960_B951_4D16DD9 06838 =
C:\Program Files\
Property(S): Sql.0C7570D6_6225_4960_B951_4D16DD906838 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.0C7570D6_6225_4960_B951_4D16DD906838 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): Path.0C7570D6_6225_4960_B951_4D16DD906838 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlToolsBinRes1033.ACD7EC22_4989_4067_B267_6DB5716 695BC =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\
Property(S): SqlToolsBinRes.ACD7EC22_4989_4067_B267_6DB5716695B C =
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\
Property(S): ProgramFilesFolder.ACD7EC22_4989_4067_B267_6DB5716 695BC =
C:\Program Files\
Property(S): Sql.ACD7EC22_4989_4067_B267_6DB5716695BC = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.ACD7EC22_4989_4067_B267_6DB5716695BC = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SqlTools.ACD7EC22_4989_4067_B267_6DB5716695BC = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): SqlToolsBin.ACD7EC22_4989_4067_B267_6DB5716695BC = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlToolsBin.66CDF039_0EDE_453E_A1E5_1931046C4056 = C:\Program
Files\Microsoft SQL Server\80\Tools\Binn\
Property(S): SqlTools.66CDF039_0EDE_453E_A1E5_1931046C4056 = C:\Program
Files\Microsoft SQL Server\80\Tools\
Property(S): ProgramFilesFolder.66CDF039_0EDE_453E_A1E5_1931046 C4056 =
C:\Program Files\
Property(S): Sql.66CDF039_0EDE_453E_A1E5_1931046C4056 = C:\Program
Files\Microsoft SQL Server\
Property(S): SqlVer.66CDF039_0EDE_453E_A1E5_1931046C4056 = C:\Program
Files\Microsoft SQL Server\80\
Property(S): SystemFolder = C:\WINDOWS\System32\
Property(S): Redist.51D569E2_8A28_11D2_B962_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): MS.51D569E2_8A28_11D2_B962_006097C4DE24 = C:\WINDOWS\System32\
Property(S): System.51D569E2_8A28_11D2_B962_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): MS.3CE1F932_C090_11D2_977B_006097C4DE24 = C:\WINDOWS\System32\
Property(S): Redist.3CE1F932_C090_11D2_977B_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): System.3CE1F932_C090_11D2_977B_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): MS.51D569E0_8A28_11D2_B962_006097C4DE24 = C:\WINDOWS\System32\
Property(S): Redist.51D569E0_8A28_11D2_B962_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): System.51D569E0_8A28_11D2_B962_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): MS.7EBEDD3E_AA66_11D2_B980_006097C4DE24 = C:\WINDOWS\System32\
Property(S): Redist.7EBEDD3E_AA66_11D2_B980_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): System.7EBEDD3E_AA66_11D2_B980_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): MS.7EBEDD68_AA66_11D2_B980_006097C4DE24 = C:\WINDOWS\System32\
Property(S): Redist.7EBEDD68_AA66_11D2_B980_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): System.7EBEDD68_AA66_11D2_B980_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): ANSI.7EBEDD68_AA66_11D2_B980_006097C4DE24 =
C:\WINDOWS\System32\
Property(S): DataInstanceInstall.24170C3F_A9E4_47C1_8DFE_FD79C2 714697 =
C:\DMFS\MSSQL$DMSF\Install\
Property(S): DataInstance.24170C3F_A9E4_47C1_8DFE_FD79C2714697 =
C:\DMFS\MSSQL$DMSF\
Property(S): Data.24170C3F_A9E4_47C1_8DFE_FD79C2714697 = C:\
Property(S): DataInstanceData.24170C3F_A9E4_47C1_8DFE_FD79C2714 697 =
C:\DMFS\MSSQL$DMSF\Data\
Property(S): DataInstanceJobs.24170C3F_A9E4_47C1_8DFE_FD79C2714 697 =
C:\DMFS\MSSQL$DMSF\JOBS\
Property(S): DataInstanceLog.24170C3F_A9E4_47C1_8DFE_FD79C27146 97 =
C:\DMFS\MSSQL$DMSF\LOG\
Property(S): InstanceName.24170C3F_A9E4_47C1_8DFE_FD79C2714697 = DMSF
Property(S): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): SA...
Property(S): INSTANCENAME = DMSF
Property(S): SECURITYMODE = SQL
Property(S): DISABLENETWORKPROTOCOLS = 0
Property(S): DATADIR = C:\DMFS\
Property(S): CURRENTDIRECTORY = C:\CDBurn\MSDE
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 3880
Property(S): USERNAME =
Property(S): COMPANYNAME =
Property(S): ACTION = INSTALL
Property(S): VersionDatabase = 110
Property(S): VersionMsi = 2.00
Property(S): WindowsBuild = 2600
Property(S): ServicePackLevel = 1
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): WindowsVolume = C:\
Property(S): System16Folder = C:\WINDOWS\System\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Documents and Settings\sbrodie\Application
Data\
Property(S): FavoritesFolder = C:\Documents and Settings\sbrodie\Favorites\
Property(S): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
Property(S): PersonalFolder = C:\Documents and Settings\sbrodie\My
Documents\
Property(S): PrintHoodFolder = C:\Documents and Settings\sbrodie\PrintHood\
Property(S): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
Property(S): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All
Users\Application Data\
Property(S): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
Documents\My Pictures\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start
Menu\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 248
Property(S): VirtualMemory = 240
Property(S): AdminUser = 1
Property(S): LogonUser = sbrodie
Property(S): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
Property(S): UserLanguageID = 1033
Property(S): ComputerName = DCPU74
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1280
Property(S): ScreenY = 1024
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): MsiNetAssemblySupport = 1.1.4322.573
Property(S): MsiWin32AssemblySupport = 5.1.2600.1106
Property(S): RedirectedDllSupport = 2
Property(S): Time = 9:00:01
Property(S): Date = 4/15/2004
Property(S): Privileged = 1
Property(S): DATABASE = C:\WINDOWS\Installer\48e4564.msi
Property(S): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
Property(S): UILevel = 3
Property(S): AgentServiceName = SQLAgent$DMSF
Property(S): InstanceRegKey = Microsoft SQL Server\DMSF
Property(S): InstanceSubDir = MSSQL$DMSF
Property(S): SqlPerfMonRegKey = SQLCTR$DMSF
Property(S): SQLServiceName = MSSQL$DMSF
Property(S): SqlStates = 2415952423
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SqlFeature = SqlRun
Property(S): SOURCEDIR = C:\CDBurn\MSDE\Setup\
Property(S): SourcedirProduct = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(S): ProductToBeRegistered = 1
MSI (s) (94:70): MainEngineThread is returning 1603
MSI (c) (28:24): Back from server. Return value: 1603
MSI (c) (28:24): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Action ended 9:00:01: INSTALL. Return value 3.
MSI (c) (28:24): Note: 1: 2262 2: Control 3: -2147287038
Property(C): UpgradeCode = {421A321C-2214-4713-B3EB-253F2FBCCE49}
Property(C): VersionNT = 501
Property(C): ALLUSERS = 1
Property(C): ARPNOMODIFY = 1
Property(C): DefaultUIFont = Tahoma8
Property(C): INSTALLLEVEL = 3
Property(C): LIMITUI = 1
Property(C): Manufacturer = Microsoft Corporation
Property(C): ProductCode = {689404D2-1C94-44B3-9203-BEC5594FDA7A}
Property(C): ProductLanguage = 1033
Property(C): ProductName = Microsoft SQL Server Desktop Engine
Property(C): ProductVersion = 8.00.761
Property(C): MsiHiddenProperties = SqlSa...
Property(C): SQLVersion.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 8.00.194
Property(C): SQLExitCode.2D02443E_7002_4C0B_ABC9_EAB2C064397B = 1603
Property(C): APPS_TEST = 1
Property(C): SQLMSDESelected = 1
Property(C): CSDVersionNumber = 768
Property(C): CSDVersion = 8.00.761
Property(C): SystemFolder = C:\WINDOWS\System32\
Property(C): PackageCode = {741C0CE6-E272-409D-B3F0-20635C29FA35}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): SA...
Property(C): INSTANCENAME = DMSF
Property(C): SECURITYMODE = SQL
Property(C): DISABLENETWORKPROTOCOLS = 0
Property(C): DATADIR = C:\DMFS\
Property(C): CURRENTDIRECTORY = C:\CDBurn\MSDE
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 3880
Property(C): VersionDatabase = 110
Property(C): VersionMsi = 2.00
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 1
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): System16Folder = C:\WINDOWS\System\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Documents and Settings\sbrodie\Application
Data\
Property(C): FavoritesFolder = C:\Documents and Settings\sbrodie\Favorites\
Property(C): NetHoodFolder = C:\Documents and Settings\sbrodie\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\sbrodie\My
Documents\
Property(C): PrintHoodFolder = C:\Documents and Settings\sbrodie\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\sbrodie\Recent\
Property(C): SendToFolder = C:\Documents and Settings\sbrodie\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All
Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\sbrodie\Local
Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\sbrodie\My
Documents\My Pictures\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start
Menu\Programs\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start
Menu\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 15
Property(C): PhysicalMemory = 248
Property(C): VirtualMemory = 241
Property(C): AdminUser = 1
Property(C): LogonUser = sbrodie
Property(C): UserSID = S-1-5-21-1877162288-1004339852-1539857752-2994
Property(C): UserLanguageID = 1033
Property(C): ComputerName = DCPU74
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 26
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): MsiWin32AssemblySupport = 5.1.2600.1106
Property(C): RedirectedDllSupport = 2
Property(C): Time = 9:00:02
Property(C): Date = 4/15/2004
Property(C): Privileged = 1
Property(C): USERNAME =
Property(C): COMPANYNAME =
Property(C): DATABASE = C:\DOCUME~1\sbrodie\LOCALS~1\Temp\499f724.msi
Property(C): OriginalDatabase = C:\CDBurn\MSDE\Setup\SqlRun02.msi
Property(C): UILevel = 3
Property(C): ACTION = INSTALL
=== Logging stopped: 4/15/2004 9:00:02 ===
MSI (c) (28:24): Note: 1: 1708
MSI (c) (28:24): Product: Microsoft SQL Server Desktop Engine --
Installation operation failed.
MSI (c) (28:24): Grabbed execution mutex.
MSI (c) (28:24): Cleaning up uninstalled install packages, if any exist
MSI (c) (28:24): MainEngineThread is returning 1603
=== Verbose logging stopped: 4/15/2004 9:00:02 ===