-
Posted to
IIS7 - Setup
by
HSeiler
on
08-12-2009, 12:41 PM
Yes this is a requirement of pkgmgr.exe. I do agree it is an un-necessary surfacing of an internal complexity. I would recommend you investigate the use of the Server Manager Command-Line Tool as described here: http://technet.microsoft.com/en-us/library/cc722408(WS.10).aspx
ServerManagerCmd.exe does not have this issue.
Thanks,
Henry
-
Posted to
IIS7 - Setup
by
HSeiler
on
07-30-2009, 1:31 PM
You are recieving error: ERROR_SERVICE_DEPENDENCY_FAIL 1068 (0x42C)
This type of service start failure is most common if the IIS config file is corrupt.
You should uninstall IIS. Run the following commands from an elivated command prompt:
start /w pkgmgr.exe /uu:IIS-WebServerRole;WAS-WindowsActivationService
echo %errorlevel%
If error level ...
-
Posted to
Web Platform Installer
by
HSeiler
on
07-08-2009, 4:53 PM
The CBS.log file is showing failures with error code 0x43C which is:
ERROR_NOT_SAFEBOOT_SERVICE
1084 (0x43C) This service cannot be started in Safe Mode
Please confirm you are not running in Safe Mode. And tru the IIS install again.
-Henry
-
Posted to
Web Platform Installer
by
HSeiler
on
07-08-2009, 4:08 PM
I am unable to use a .7Z compressed file. Could you please product a conventional .ZIP file. (From Explorer right click on file and select send to | Compressed ZIP Folder.
Thanks!
-
Posted to
IIS7 - Setup
by
HSeiler
on
06-16-2009, 5:11 PM
You are processing a single install transaction for each component. This is fine but dependencies / pre-requisites must be installed in correct order.
For example WAS components must be installed before any IIS components. For additional info on dependencies see http://learn.iis.net/page.aspx/130/understanding-setup-in-iis-70/
-
Posted to
IIS7 - Setup
by
HSeiler
on
05-21-2009, 5:37 PM
in Windows 7 the FTP updates:
<selection name="IIS-FTPPublishingService" state="true"/>
<selection name="IIS-FTPServer" state="true"/>
<selection name="IIS-FTPManagement" state="true"/>
has been replaced by ...
-
Posted to
IIS7 - Setup
by
HSeiler
on
05-12-2009, 3:46 PM
Running IIS on Windows 7 is exactly similar to using IIS on Vista.
Although some new features such as FTP 7 and WebDAV have been added most everything else remains the same, so no radically new instructions are required.
-
Posted to
IIS7 - Setup
by
HSeiler
on
04-23-2009, 4:11 PM
Type: Command line above should be:
start /w pkgmgr.exe /uu:IIS-WebServerRole;WAS-WindowsActivationService
-
Posted to
IIS7 - Setup
by
HSeiler
on
04-23-2009, 4:09 PM
From an elevated command prompt run the following command line:
start /w pkgmgr.exe /uu:IIS-WebServerRole;WAS-WindowsActivationServiceReboot
reboot.
Then install IIS normally.
-
Posted to
Web Platform Installer
by
HSeiler
on
02-18-2009, 2:38 PM
The CBS team has determined that the Optional Features component store may have missing files or be corrupt. There is a tool, CheckSUR, which will examine the store and produce a log file report. This article, http://support.microsoft.com/kb/947821 , provides instructions for downloading and running the tool.
After running the tool please email ...