first i must apologize for crossposting but i hope someone
has a answer for this: I try to install this (the 64 bit variant
on my Windows 7 64 bit):
http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796
it fails with a "Access denied". My question is: Is there any way,
except using tools like "Process Monitor" and similar, to create
a detailed logfile what and where exactly the installer fails to
access. Maybe some MSI switch on the Installer Package or
some other way, e.g creating a system event entry in the os
event databases,...if i know what fails in detail, i am sure i can
fix or workaround it, but it must be located first,...
Windows is 7-64 bit, so the MS SQL Server MSE is, the installer runs
elevated
(as Administrator) and after running into a "Acess denied" it does
a rollback as expected,...
The important part for me is that i get a detailed log of what and where
the MSI Installer tries to access and what fails and where,...first without
using System Monitoring Tools,...
Thanks in advance,...
regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.pro-it-education.de/software/deviceremover
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
Did you try rebooting? It could be some file that is open which is the
culprit.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>Hi,
>
>first i must apologize for crossposting but i hope someone
>has a answer for this: I try to install this (the 64 bit variant
>on my Windows 7 64 bit):
>
>http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796
>
>it fails with a "Access denied". My question is: Is there any way,
>except using tools like "Process Monitor" and similar, to create
>a detailed logfile what and where exactly the installer fails to
>access. Maybe some MSI switch on the Installer Package or
>some other way, e.g creating a system event entry in the os
>event databases,...if i know what fails in detail, i am sure i can
>fix or workaround it, but it must be located first,...
>
>Windows is 7-64 bit, so the MS SQL Server MSE is, the installer runs
>elevated
>(as Administrator) and after running into a "Acess denied" it does
>a rollback as expected,...
>
>The important part for me is that i get a detailed log of what and where
>the MSI Installer tries to access and what fails and where,...first without
>using System Monitoring Tools,...
>
>Thanks in advance,...
>
>regards
>
>Kerem
Hi
I can't be sure about MS Express, but SQL Server has installation log
file so I'd expect Management Studio to have them as well. For SQL
Server it's in %Program Files%\ Microsoft SQL Server\100\Setup
Bootstrap\LOG
John
regards
Kerem