Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Error 1303 on Windows XP Home


4 replies to this topic

minimax2000

minimax2000
  • Full Members
  • 3 posts

Posted 28 December 2008 - 01:34

Hello

I am struggling with the installation of the Visual C++ 2008 Redistributable Package. My OS is Win XP Home SP2 32-bit.

I am getting the following error according to the vcredist.log file:

-----------------
MSI (s) (78:98) [10:13:14:531]: Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022 -- Error 1303.The installer has insufficient privileges to access this directory: c:\WINDOWS\winsxs\x86_Microsoft.VC90.ATL_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_312cf0e9. The installation cannot continue. Log on as administrator or contact your system administrator.

Error 1303.The installer has insufficient privileges to access this directory: c:\WINDOWS\winsxs\x86_Microsoft.VC90.ATL_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_312cf0e9. The installation cannot continue. Log on as administrator or contact your system administrator.
-----------------

I have already administrator privileges. Besides I performed a "sfc /scannow" to check whether my system files are damaged or inconsistent. But this did not help.

As last resort measure I tried to install the SP3 but this failed also due to insufficient access privileges.

Any help is appreciated.

Frank


minimax2000

minimax2000
  • Full Members
  • 3 posts

Posted 28 December 2008 - 23:35

Hello all

In the meantime I have found the solution to my problem.

I needed to run a script to grant administrative privileges to file access and registry settings. Below is the content of the script reset.cmd:

cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose

Some more links covering this topic:

http://support.micro...949377&x=8&y=16
http://support.micro...kb;EN-US;313222

Frank





VBScab

VBScab
  • Full Members
  • 436 posts

Posted 29 December 2008 - 10:39

To have required such a major reset of access privileges indicates to me that your machine is seriously broken. Who knows what other horrors are waiting for you. If it were me, I'd be rebuilding.
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 29 December 2008 - 12:47

I'd agree with VBScab. However, I remember using a security template file to reset all security to defaults on an old Windows 2000 system once. That worked flawlessly.
Regards
-Stein Åsmul

minimax2000

minimax2000
  • Full Members
  • 3 posts

Posted 29 December 2008 - 14:44

Hello all

QUOTE (VBScab @ 2008-12-29 10:39)
To have required such a major reset of access privileges indicates to me that your machine is seriously broken.

My system 'was' seriously broken. I couldn't even install certain windows updates and the Service Pack 3. Now all updates are working flawlessly.

According to this article http://blogs.msdn.co.../04/739820.aspx this is a valid approach to repair the permissions.

Regards
Frank

Edited by minimax2000, 29 December 2008 - 14:53.