Custom IIS install location on XP with Sysocmgr?

D

donnyb

Anybody got any ideas on this?
I want to install IIS to the D drive, a W2K article
suggests Sysocmgr with answer file provides the solution,
but the example command line results in an error.

Command Line:
sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\iis.txt

I've created the IIS.txt with the following:

[Components]
iis_common = on
iis_inetmgr = on
iis_www = on
iis_ftp = on
iis_htmla = on

[InternetServer]
PathFTPRoot=D:\Inetpub\Ftproot
PathWWWRoot=D:\Inetpub\Wwwroot

The resulting error:
"The application could not be initialized."

Regards
DB
 
N

Nicholas

Please repost your question to the experts in the "IIS" newsgroup:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Nicholas

---------------------------------------------------------------------


| Anybody got any ideas on this?
| I want to install IIS to the D drive, a W2K article
| suggests Sysocmgr with answer file provides the solution,
| but the example command line results in an error.
|
| Command Line:
| sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\iis.txt
|
| I've created the IIS.txt with the following:
|
| [Components]
| iis_common = on
| iis_inetmgr = on
| iis_www = on
| iis_ftp = on
| iis_htmla = on
|
| [InternetServer]
| PathFTPRoot=D:\Inetpub\Ftproot
| PathWWWRoot=D:\Inetpub\Wwwroot
|
| The resulting error:
| "The application could not be initialized."
|
| Regards
| DB
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top