Windows Server 2003 installed Vs2005 SP1 error 1718 solution

  

installed 2005, will start to install vssp1 when it is near work, it does not say that sp1 installation is slow, installed for a long time gave an error 1718. File was rejected by Digital signature policy error, the digital signature of the file is rejected by your local software policy, to see the solution: (my e-text system, zh-cn similar)


< Br>


1.start->run->[type]control admintools


->Local Security Policy< Br>


->[Expand]software restriction policies


->If there are no items under it, right click and select new Software restriction policy


-> then right-click Enforcement->properties


-> Select “all users except local administrators” (all users except the local administrator)


-> Then restart, this 1718 error can be Solved




Therefore, the problem of installing sp1 is slow, mainly due to the cache of win installer, do not directly double-click sp Install and solve the problem with the following script:


view plain

reg export HKLM\\Software\\Policies\\Microsoft\\Windows\\Installer installer.reg < Br>

reg add HKLM\\Software\\Policies\\Microsoft\\Windows\\Installer /v MaxPatchCacheSize /t REG_DWORD /d 0 /f

net stop msiserver

start /wait VS80sp1-KB926604 -X86-CHS.exe

reg delete HKLM\\Software\\Policies\\Microsoft\\Windows\\Installer /v MaxPatchCacheSize /f

reg import installer.reg

net stop msiserver

del /q installer.reg 2>nul


Save the above script as sp.bat and put it in the same directory as the patch. The installation speed of sp1.

Note that this sentence <; ///////////////Write the correct file name.

Author: zc1016

Copyright © Windows knowledge All Rights Reserved