|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cannot Install IIS 5 on XP
when setup started to copy files, saying cannot find file. if i open broswe the file is there but setup wont copy it and therefore i cant install IIS, i have service pack too.. here's similar issue..
http://www.developersdex.com/asp/message.asp?p=592&r=4295396 i tried renaming the files that was supposely a fix for this but doesn't work for me any idea? |
|
#2
|
|||
|
|||
|
nobody knows why setup cannot copy files to install IIS?
|
|
#3
|
|||
|
|||
|
Setup can copy files to install IIS. Just not in your computer apparently, millions of XP users have installed IIS.
Search this forum for many posts with tips and hints on IIS installation on XP.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#4
|
|||
|
|||
|
anyone has infor on this?
|
|
#5
|
|||
|
|||
|
more infor
here's setup log
#-198 Command line processed: "C:\WINDOWS\system32\sysocmgr.exe" /y /i:C:\WINDOWS\system32\sysoc.inf #E077 Could not locate a non-empty section [iis_www_vdir_printers_install] when calculating disk space in "C:\WINDOWS\INF\iis.inf". Error 0xe0000102: The required line was not found in the INF. #-175 SPFILENOTIFY_COPYERROR: Source = "c:\windows\ServicePackFiles\i386\staxmem.dll", Target = "C:\WINDOWS\system32\staxmem.dll", Flags = 0x00000000, Error = 0x000004b8. #W177 SPFILENOTIFY_COPYERROR: returned FILEOP_SKIP. #-175 SPFILENOTIFY_COPYERROR: Source = "c:\windows\ServicePackFiles\i386\admexs.dll", Target = "C:\WINDOWS\system32\inetsrv\admexs.dll", Flags = 0x00000000, Error = 0x000004b8. #W177 SPFILENOTIFY_COPYERROR: returned FILEOP_SKIP. #-175 SPFILENOTIFY_COPYERROR: Source = "c:\windows\ServicePackFiles\i386\AppConf.dll", Target = "C:\WINDOWS\system32\inetsrv\AppConf.dll", Flags = 0x00000000, Error = 0x000004b8. #W177 SPFILENOTIFY_COPYERROR: returned FILEOP_SKIP. #E173 SPFILENOTIFY_STARTCOPY: returned FILEOP_ABORT. Error 1223: The operation was canceled by the user. #W187 Install failed, attempting to restore original files. #-188 Restoring File: "C:\WINDOWS\system32\inetsrv\iisadmin.dll" from "C:\WINDOWS\Temp\OLD61.tmp". #E243 Exemption obtained for protected system file "C:\WINDOWS\system32\inetsrv\iisadmin.dll". #-188 Restoring File: "C:\WINDOWS\system32\inetsrv\AppConf.dll" from "C:\WINDOWS\Temp\OLD5D.tmp". #E243 Exemption obtained for protected system file "C:\WINDOWS\system32\inetsrv\AppConf.dll". #-188 Restoring File: "C:\WINDOWS\system32\inetsrv\admexs.dll" from "C:\WINDOWS\Temp\OLD5B.tmp". #E243 Exemption obtained for protected system file "C:\WINDOWS\system32\inetsrv\admexs.dll". #-188 Restoring File: "C:\WINDOWS\system32\staxmem.dll" from "C:\WINDOWS\Temp\OLD59.tmp". #E243 Exemption obtained for protected system file "C:\WINDOWS\system32\staxmem.dll". |
|
#6
|
|||
|
|||
|
This doesn't look right.
#E173 SPFILENOTIFY_STARTCOPY: returned FILEOP_ABORT. Error 1223: The operation was canceled by the user. |
|
#7
|
|||
|
|||
|
guess that was when i cancelled it..
im going to repair the window again. i installed xp with sp1 then upgraded to sp2, not sure if setup is looking for sp1 files. |
|
#8
|
|||
|
|||
|
If you still have problems, you might post the step-by-step that you're doing. Make sure you are a local administrator user when you install IIS. Use NTFS.
|
|
#9
|
|||
|
|||
|
i ended up re-installing windows, was able to install IIS again.
i had same problem when trying to repair windows as i stated about. setup couldnt find the files so ended up formating my drive and clean install windows and IIS just a pain!! Quote:
|
|
#10
|
|||
|
|||
|
Having the same Problem
I've formatted my hard drive on rwo computers, have tried done fresh installs and after upgrading to SP2 IIS will not copy files over. I have tried logging in as local administrator and as netwrok administrator - no luck at installing iis - i get the same copy file senario described here.
|
|
#11
|
|||
|
|||
|
You have some other problem outside IIS then. I don't have any suggestions other than from a fresh XP installation log in as the local administrator and then install IIS, if you have problems doing that look for some problem with your Windows installation.
|
|
#12
|
|||
|
|||
|
Found Problem
Thanks and I think I discovered the real problem. Under SERVICES the RPC was set to log on as NETWORK/SERVICE once I changed that to log on as LOCAL SERVICE everything worked fine.
|
|
#13
|
|||
|
|||
|
Quote:
Interesting ... Thanks for the update. |
|
#14
|
|||
|
|||
|
hey check out this thread and solution
http://www.developersdex.com/asp/message.asp?p=592&r=4465991 |
|
#15
|
|||
|
|||
|
got this tip after googling for days it worked for me.
from a toshiba site reporting the same symptoms start run (enter following in command line) esentutl /p %windir%\security\database\secedit.sdb click ok and follow the prompts after this i was able to install IIS without the staxmem.dll errors etc. good luck P.S. switching to local in RPC did not work for me, |