Problem
There is an IIS error when trying to install CasaTunes on a 64-bit server. This is the result of CasaTunes trying to install the 32-bit package manager instead of 64-bit.
Solution
Manually install the 64-bit package manager.
1. Click the Start button, type "cmd", and run "cmd.exe" as Administrator.
2. Copy and paste this into the command window and hit Enter. (Note: You can't use Ctrl+V to paste in the command window. You'll need to right click in the command window and click "Paste"):
pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-RequestMonitor
0 Comments