Have been trying to script the installation of IIS within Windows XP.
Within a wrapper, I execute the following command:
sysocmgr /i:c:\windows\inf\sysoc.inf /u:c:\temp\xp_iis_unattend.txt /q /r
with xp_iis_unattend.txt containing the following text:
[Components]
iis_common = ON
iis_www = ON
iis_inetmgr = ON

This runs fine if I execute it on a computer that I am logged into with admin rights.
However, I would like to distribute this through software distribution - we use Altiris.
When I run the program as "System", everything seems to work fine, but the IWAM or IIS Process Account is missing.

An error message is produced in the registry:
Setup could not copy one or more files. The specific
error code is 0x4c7. Press OK to continue or Cancel
to stop setup and try again. If you continue the components
may not function properly.

I've verified that "System" has full rights on the computer. I also tried setting up the package to be distributed and run as my user ID and it still failed to install.

Not quite sure where to go with this issue - any help is much appreciated