I'm trying to install .NET 4.6.1, but it claims I have a newer version installed and won't let me. I do have .NET 5 installed, so I'm trying to uninstall that. I had two installations, one for RC1 and one for RC1 Update 1. I removed the Update 1 installation, [...] read more
I'm getting this error on my web service: > An error occurred while communicating with the remote host. The error code is > 0x80070001 The weird thing is that the CPU and memory usage on the server is not high. The detailed error message: Error Message: > An error occurred [...] read more
I've got a VirtualBox VM running Windows Server 2008 R2. The server is configured as a domain controller. I've got source code on my web application on the host machine. I shared a folder to the guest VM that contains the source code. I configured an IIS application on the [...] read more
Note: This question is also posted on the WiX Users mailing list. I am trying to silently execute a PowerShell script from a WiX produced MSI. However, anytime I run the installer PowerShell hangs. Interestingly enough, according to the installer logs the PowerShell script appears to run successfully. Additionally, if [...] read more
I have an Asynchronus IHttpHandler in ASP.net and I am seeing this exception error in my ELMAH capture. Windows Server 2008 R2 Web Edition IIS 7.5 ASP.NET .NET 4.0 Runtime Running HTTP on the site. Could anyone shed some light on this one? Google lists some results from 2008 or [...] read more
The application is written in ASP .NET 4.0 hosted in IIS 7.5 on machine running Windows Server 2008 R2. The application pool is using Integrated Managed Pipline Mode. The exception below is thrown when on several different pages which don’t have anything obvious in common. I can’t reproduce the exception [...] read more
My app use HttpWebRequest "Put" method to upload file into the asp.net apps hosted in iis7. I had an error Status Code 405 Method Not Allowed. I've tried all solutions that I can found in the forum for 2 days, including removing the webDav in handlers, adding "Put" method into [...] read more
Here's the problem: * I want to use Ubuntu. * But I need to develop ASP.NET (MVC) sites. * So I setup VirtualBox with Win2003 and IIS6. * But I would prefer my working files to be located in my Ubuntu home folder. * So I setup shared folder in [...] read more
I am unable to proceed with the installation using digitally signed WIX installer bootstrapped exe. Below is log extract highlighting the issue. [39B8:26D4][2017-09-04T20:03:31]i371: Updating registry key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{c6dca553-993e-473c-be4b-8ffa184cd19f}, resume: Active, restart initiated: No, disable resume: No [3904:3A84][2017-09-04T20:03:31]i336: Acquiring container: WixAttachedContainer, copy from: F:\Digital Signature\MyApp.exe [3904:3A84][2017-09-04T20:03:31]i000: Setting string variable 'WixBundleLastUsedSource' to value [...] read more
I have been trying to chase down the root cause of a condition where ASP .NET session state remains locked after a web request has been terminated due to an unexpected error. We use the SQL Server session state provider for session because we have several servers in a web [...] read more
I have an executable that requires a preset of parameters being passed to it, hence the need for a batch file (.bat). All was working well until I figured that the folder path used in [WixBundleLastUsedSource] could contain a space. Here is the EXE file packaged definition: <ExePackage Id="myexepackage" Compressed="no" [...] read more
I have a WebApi controller [RoutePrefix("api/invitations")] public class InvitationsApiController : ApiController And an action method: [Route] [HttpPost] public IHttpActionResult Create([FromBody] CreateCommand command) When i try to POST to http://host/api/invitations i get a "“405 Method Not Allowed” But when I use another route like: [Route("test")] [HttpPost] public IHttpActionResult Create([FromBody] CreateCommand command) [...] read more
I get the following error with the following stack trace. How do I resolve this? > error code is 0x80070001 STACK TRACE [Type] Error | [Source] AccountsServices:An error occurred while communicating with the remote host. The error code is 0x80070001. | [Category] None | [Event] 0 | [User] | [Computer] [...] read more
I wanted to update the Aspnet5 rc1 to DotNetcode RC2. I am unable to uninstall rc1. If I install rc3, I get following error: Here is the log: [0584:098C][2016-06-09T23:30:46]e000: Error 0x80070642: Failed attempt to download URL: 'https://download.microsoft.com/download/4/6/1/46116DFF-29F9-4FF8-94BF-F9BE05BE263B/packages/AspNetCoreLocalFeed_rc2_14.msi' to: 'C:\Users\user\AppData\Local\Temp\{486C853B-822E-452D-9046-814A51B05A27}\AspNetCoreLocalFeed' [0584:098C][2016-06-09T23:30:46]e000: Error 0x80070642: Failed to acquire payload from: 'https://download.microsoft.com/download/4/6/1/46116DFF-29F9-4FF8-94BF-F9BE05BE263B/packages/AspNetCoreLocalFeed_rc2_14.msi' to working [...] read more
(Cross posting from Server Fault where I wasn't getting any traction): I have been trying to chase down the root cause of a condition where ASP .NET session state remains locked after a web request has been terminated due to an unexpected error. We use the SQL Server session state [...] read more
I have a do a call via AJAX and by Delete verb method, but the response from the IIS server is 405 Method Not Allowed. I have read about it. Apparently is all ok, I have no webDAV installed. I tried to define handlers, modules etc... and I can't get [...] read more
Background: I am running Windows 10 Pro 1709. My C: drive is encrypted with BitLocker. I have an ASUS RT-AC55U with an 8TB HDD attached to its USB 3.0 port. My goal is to use part of that HDD as an encrypted space for my backups—i.e., mine will be the [...] read more
I've been struggling to get Windows Server 2008 running on a virtual machine. I use VMplayer and want to install Windows Server 2008 Database and Enterprise from MSDN AA. The server is running now but I cannot install MS SQL server. I have installed IIS. When I started to install [...] read more
I'm attempting to diagnose an intermittent failure of a web application. I've enabled failed request tracing, and have collected logs. The error I'm encountering is: > ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", > HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", > ErrorCode="Incorrect function. (0x80070001)", ConfigExceptionInfo="" Some general info: The application is ASP.Net 4.0, and it has [...] read more
I use a chocolatey package to install MongoDB in unattended mode and the installer try to install also Compass. The installation of Compass is done by downloading the msi, but the link is broken and the download fails. The consequence is that the whole package won't be installed. I checked [...] read more
I have a Wix installer for some TopShelf services I'm deploying. How do I configure a complete uninstall & re-install during a major upgrade? Currently I have a consistent UPGRADECODE, an incrementing VERSION and this: <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." /> [...] read more
After following all the steps related to integration of tomcat7 and IIS7 i am getting below error.Any idea what might be the cause?First time when I did all the steps as mentioned in tutorial my site was coming up then suddenly it stop coming up.Again i removed my site from [...] read more
I have a html page that posts to another html page. Both pages load fine, but when I post the form on the first page to the second I get a 405 - Method Not Allowed error. I use IIS 7 to run the site on a windows machine. This [...] read more
I create an offline installation of DotNetCore.1.0.0 VS2015 Tools Preview2 with /layout option successfully. But when I try install it I got this error: > One or more issues caused the setup to fail. Please fix the issues and them > retry setup. For more information see the log file. [...] read more
I need to make some changes in an xml file after I've installed a couple of MSI. For that I was thinking calling a vbscript using the bat file with the %* trick. My problem is that I get an 0X80070001 error, but when I run the script manually it [...] read more
Background: I am attempting to get email notification upon failure of a scheduled task. My task can indicate failure via exit code (errorlevel) and I want to use that and follow the filter approach described in this answer to trigger an email. Problem: I am getting inconsistent behavior from Task [...] read more
I have run into challenging problem trying to accomplish the following: my application installs a service (watchdog.exe) and an exe file (app.exe). After the installation is done the service starts and creates process "app.exe". during uninstall I want to kill the process "app.exe" (which is running under local system account, [...] read more
We've recently moved our websites to some new servers with Windows 2008 R2 / IIS7.5 and have started getting the following error: Exception information: Exception type: HttpException Exception message: An error occurred while communicating with the remote host. The error code is 0x80070001. at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] [...] read more
I am running Windows 8.1 on an Alienware M14x R2 which is about one year old and has a 500GB HDD. I recently received a 1TB Transcend External HDD which I intended to use for backing up my PC. With applications like RecImg Manager not working for me after trying [...] read more
When running a scheduled Vista Backup to an external harddrive, I get the the following error message. The backup did not complete successfully. An erroroccurred. The following information might help you resolve the error: Incorrect function. (0x80070001) Any suggestions or ideas? I have previously run successful backups to this drive [...] read more
UPDATE: I have ordered a 8TB drive to be delivered tomorrow. My working theory is while Windows Server let me backup to the FreeNAS CIFS share, that on restoration Windows is being finicky about the CIFS and wants NTFS. I'll check that theory by formatting the 8TB drive when it [...] read more
I am trying to use the SLIM framework (PHP, REST) on a IIS 7.5. The problem i have is that i need to be able to use REST URL´s AND enable PUT,DELETE http verbs. I have solved the REST URL problem with the help of SLIM on github (se web.config [...] read more
Creating NFS shares on server 2008 R2 spanned volumes (with dynamic disks) works however when I tried on 2012 I received an error. The same PowerShell command works on the C drive basic volume on 2012. enter image description here [https://i.stack.imgur.com/4PAlS.png] New-NfsShare -Name nfsshare -Path E:\nfsshare -Authentication All ` -EnableAnonymousAccess:$true [...] read more
here's the set up I'm trying to go work. 1. Windows 7, with files for an "ASP.NET Web Application" (a new one created by wizard for this test) installed in c:\tfsprojects\test\test this project opens and builds in Visual Studio 2010 just fine. 2. Windows Server 2003, running inside of VMWare [...] read more
Update: actual answer was finally found, see self-answer below. I have a Windows 2003 R2 machine that is giving an Event ID 8197 about once an hour and ten minutes. The full error is attached below. The machine is primary used to host IIS webpages and SMTP. There is no [...] read more
I am currently trying to setup monitoring of windows scheduled tasks in Zabbix. It seemed easy enough to just monitor the Microsoft-Windows-TaskScheduler/Operational event log filtered by 201 events and regexing on the return code, but when I started simulating errors to test the monitoring, nothing happened. It turns out that [...] read more
I have a compose (yml) file that I use to bring servers up and down as I need them. I have just updated my Docker Desktop on Windows to version 2.3.0.2. Docker Desktop V2.3.0.2 [https://i.stack.imgur.com/Y3Vb4.png] My Sql Server instance will not stay running now. My yaml file is simply: version: [...] read more
Trying to simulate Raspberry Pi in windows 10 laptop with windows 10 IOT Core. http://annabooks.com/Articles/Articles_IoT10Core/Windows-10-IoT-Core-VM-Version-1.2.pdf I found this article very useful but has used pre-built image “For MinnowBoard Turbot/MAX”. I get these errors and other errors too. Failed to load the provider SiloedPackageProvider.dll and metaDeployProvider.dll > CFfuMiscHelpersT ValidateNotOnTheSameDisk#904 failed with [...] read more
I am working with Wix Boostrapper to install some packages on Windows 10 (Wix Toolset v3.11). Everything is fine with my MSIs and EXEs. However, I have to install a driver using the following command (in a .cmd file): pnputil /add-driver myDriver.inf /install So I used the following line inside [...] read more
We are having trouble creating our app pools using wix. This problem happens only on server 2016 or iis version >10. This is the error with verbose log turned on. Its complaining about path not found or trying to access a path that has not been created or does not [...] read more
I want to overwrite the error message according to the error code,as the capture show, the error code is 0x80070001, i want to customize the message to show like "failed to install please go to xxx" enter image description here [https://i.stack.imgur.com/WnTm7.png] The Failure page section in the theme.xml as follow [...] read more
I am writing a Web API to receive the telemetry data. The telemetry data in the form of hex string shall be POST to the web API URL. There is no authentication, no RoutePrefix and no Route needed for this Web API. The Content-Type: text/plain Here is the my coding. [...] read more
So I've researched and tested multiple methods to get this to work, but both our IT guy and myself are unsure how to proceed. Ultimately I need to run three python scripts on a server which look at a set of Excel files and scans them for errors. If there [...] read more
I'm having some problems with privileges when running a CustomAction in deferred mode. I want to kill some Service processes which could be running using different user accounts, from Local System to regular users, but the CA succeeds only when the processes and the CA are executed as the same [...] read more
i have suite created in InstallShield which contains multiple packages. One of them requires .net 3.5 so in the package view i added Windows Feature NetFx3. Everything worked perfectly but today i got hands on a machine where instalation is terminated with the following errors in the log: 5-17-2017[02:03:10]: Getting [...] read more
Today (and many days before) I tried to install Visual Studio 2015, but with no luck. I constantly get an error saying that I my system does not have .NET Framework 4.6 installed. After searching some posts on Stack Overflow I found some people that had the same problem but [...] read more
I have an IIS 7 application that runs fine locally, but for various reasons, needs to be ran from a Linux share (Arch 4.8.7-1, ext4 file system). IIS is running on a Win8.1 professional install on the latest VMWare-Player, and the share is through the VMWare player shared folders. I'm [...] read more
I'm integrating a 3rd party xml editor into our web app and the save function performs an HTTP PUT directly to the file on the web server. The OS is Windows Server 2008 R2 using IIS 7.5 We have a Web API installed so we already have WebDAV removed and [...] read more
This is the error that we get when so many users go to the same page simultaneously. We are getting this error in the global.asax file. Is there a way to resolve this? read more
On install I add a configuration key to a DB using a command line tool. On uninstall, I'm now trying to remove that configuration key. On an upgrade, I need to remove then add the configuration key back. Here's my CustomAction "redacted" code: <CustomAction Id="Unset_AppName_Version_Cmd" Property="Unset_AppName_Version" Execute="immediate" Value=""[SystemFolder]cmd.exe" /C ""[SOMEDIR]SomeClTool" [...] read more
I have ran into an issue here that I can not seem to find a solutions for. I have a form that I am trying to deploy in IIS 7.5 and when I execute my script I get the following error... Error Summary HTTP Error 405.0 - Method Not Allowed [...] read more
have a asp.net file uploader. It works 95% time but sometimes it throw some exception. The exception is like that. Please do you know about it. How can I solve it. Url: https://www.xxxx.com/Upload/UploadHandler.ashx User: 44123 Message: An error occurred while communicating with the remote host. The error code is 0x80070001. [...] read more
I've tried tons of times to try to use a custom action just to simply copy a file to another place. I do think this should be easily worked, but... I was frustrated that it is always failed! I post my code and the error log, please any one kindly [...] read more
I have a MVC4 WebApi project working in dev environment, but got error when deploy to production. I got httperror 405 when doing a POST, and 404 error when doing GET. I know that the problem is my route is served by the wrong module, but could not figure out [...] read more
I have inherited a project that is using GWT to post login information via a form. According to Firebug, its coming back with a 405 error. I have tried the directions on: IIS 7.5, Web Service and HTTP 405 error That didn't fix the problem. I turned on Failed Request [...] read more
I am not using URL Rewriting, my app works fine until I try to hit a .PDF file or even a .TXT file via a link that I have dynamically generated into the PostBackUrl of a LinkButton. The path is correct. I have thoroughly researched this issue on here and [...] read more
So I'm fairly new to cc.net but like it so far. I have SVN getting latest, MSBuild building but when it comes to running my unit tests, kablooey. I tried the fixes suggested about fixing references in the GAC, but that fixed nothing. I even uninstalled/reinstalled NUnit but still no [...] read more
I am running a daily task on Windows 10 Pro which is supposed to * wake the computer from hibernation * start cmd.exe, run a command script to copy a file to a network drive, create a log file * shutdown the computer When starting the task manually from within [...] read more
My Windows 10 'winload.efi' became corrupted and I opted to clean install using the Windows media creator tool to create a bootable USB. Upon booting from USB, I chose custom install and proceeded to delete down to one partition followed by a format of that partition (as I had done [...] read more
I just upgraded my computer to Windows 10 by doing a clean install after formatting my boot drive. My boot drive is an SSD, and all my files are on an HDD that I didn't erase. I have all my volumes encrypted using BitLocker. That's three volumes, not including my [...] read more
This was the error message of the backup utility: There was a failure in preparing the backup image of one of the volumes in the backup set. (0X807800C5) Additional Information: Invalid Function (0x80070001)" I was trying to backup my windows 8.1 to a linux based (Ubuntu 14.04) Samba share (Samba [...] read more
TLDR; Incorrect function (0x80070001) means the Hard Disk is stuffed. If this is you, hope you had backups! The full story I'm trying to move a Virtual Machine from 1 disk to another on the host. However, when I try to export the VM it runs for about 15 minutes [...] read more
I'm trying to disable NetBIOS and need to do this over SCCM to multiple clients. I am trying to do this through compliance settings and have the following in place (and they work when run locally) Discovery Script $adapter=(gwmi win32_networkadapterconfiguration | where {$_.ipenabled -eq "1"}) Foreach ($nic in $adapter) {if [...] read more
When I try to access the Message Tracking functionality of Exchange 2010 it redirects me to OWA to login and then I get the below error: HTTP Error 405.0 - Method Not Allowed The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being [...] read more
I had oldsubdomain.xxx.com. Everything was working fine. Windows 2008 R2 IIS 7.5 running php sites. Also had SSL running and used for all sites. So I needed to change to newsubdomain.xxx.com. Installed new cert and edited bindings... New subdomain is working. Kind of. When people try to login to our [...] read more
I have run into an error (the latest of many) whilst trying (and failing) to program using the Windows.Devices.MIDI lib using VB (VS2019) I started by taking the c# code from here .. https://blogs.windows.com/windowsdeveloper/2016/09/21/midi-enhancements-in-windows-10/ and now im trying to implement it in VB however i run into the following error [...] read more
I have a project in .Net Core 3.0 with a controller that it receive by client a lot of files(individual files), around 5 files per seconds, every time, every day. Now im using IFormFile, but I have this error many times. Generic Exception: Microsoft.AspNetCore.Connections.ConnectionResetException: The client has disconnected ---> System.Runtime.InteropServices.COMException [...] read more
Hello guys I'm experiencing a problem after installing IIS and configure it with Tomcat9. what I get on the internet explorer is : Detailed Error Information: Module IsapiFilterModule Notification AuthenticateRequest Handler StaticFile Error Code 0x80070001 Requested URL http://elpic840:80/pdweb-app/ Physical Path D:\Tomcat9\webapps\pdweb-app\ Logon Method Negotiate Logon User elpic_group\AC126310 Does anyone please [...] read more
I am able to call an exe when using FileKey and ExeCommand in my tag but when I use WixQuietExec64 it fails with an error that is symptomatic of not calling the exe with elevated privileges MSI (s) (DC:34) [14:40:06:767]: Executing op: ActionStart(Name=InstallDebian,,) MSI (s) (DC:34) [14:40:06:830]: Executing op: CustomActionSchedule(Action=InstallDebian,ActionType=3073,Source=BinaryData,Target=WixQuietExec64,CustomActionData="C:\Program [...] read more
I have to run automatically a batch file once a week to update a file. To do so I have created a task with Windows Task Scheduler on the company Server with the following options: * Security Options: user me, run only when user is logged in, Configure for Windows [...] read more
I have a CSHTML web page in which a user completes a survey in a form (with method post) block and there's c# razor code that is adding the answers to the survey into an SQL server database. Via file system, I have published the website with a custom domain, [...] read more
Installer is getting failed while try running it in client machine. Installer is made with Wix and C# both. By seeing logs; I got few lines of error. MSI (s) (F4:A4) [01:52:37:027]: Executing op: CustomActionSchedule(Action=sqlcmd,ActionType=1025,Source=BinaryData,Target=CAQuietExec,CustomActionData="C:\Program Files (x86)\Microsoft SQL Server\120\DAC\bin\SqlPackage.exe" /Action:Publish /SourceFile:"C:\Program Files (x86)\<directory>\XYZ_Create.dacpac" /TargetConnectionString:"Data Source=ServerName;Initial Catalog=XYZ;Integrated Security=True") MSI (s) (F4:C4) [...] read more
I'm creating a bootsrapper and I want to remove links that are created during installation. So I write following step: <Chain> ... <ExePackage Id="removelnk" Cache="no" SourceFile="run.bat" InstallCommand="del "C:\Users\Public\Desktop\Parity UI.lnk"" /> </Chain> Where run.bat is simply %* which allows to run arbitrary code as described here. However, it doesn't work: [19EC:0E2C][2018-06-16T18:32:27]i301: [...] read more
I have a SQL Server 2012 64 bit version running on a Windows Server 2008 R2 64 bit version. I wanted to enable the FILESTREAM feature. In the FILESTREAM tab of the properties of SQL Server in config manager, I can enable the option for Transact-SQL access but when I [...] read more
. I am trying to do an automated install of MongoDB Community Edition 3.6.2 on a Window server that is not connected to the Internet. The problem is the MSI install fails due to the attempted download of the Compass toolset at the end of the process. As I do [...] read more
I am executing a batch file to check if particular file is present or not using IF NOT EXIST clause through wix bundle. it looks like below @echo off set EMS_INSTALL_ROOT="C:\Program Files (x86)\TOOLS\EMS\swVersion.txt" IF NOT EXIST "%EMS_INSTALL_ROOT%" ( exit 1 ) set /p Version=<"%EMS_INSTALL_ROOT%" REG ADD HKCU\CurrentSwVersion /v SwVersion /t [...] read more
I'm creating an installer with Wix 3.10. This installer will need to execute a PowerShell script after the installation of the files. To execute the PowerShell script I use the following: <Component Id="AddUserInstallScript" Guid="{87DB934A-5ECF-4073-81F1-BA139F30A686}" Directory="PHONEMANAGER_FOLDER" > <File Id="CreateADUserScript" Name="CreateADUser.ps1" Source="CreateADUser.ps1" KeyPath="yes"/> </Component> <Property Id="POWERSHELLEXE" Value="c:\Windows\System32\WindowsPowerShell\v1.0\powershell"> </Property> <Condition Message="This application requires [...] read more
I'm starting with ASP.NET Core Applications. I opened Visual Studio 2015, created a new ASP.NET CORE Web Application (.NET Framework) and just added the following on project.json: "commands": { "http": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000" } Also I installed a nuget package for Microsoft.AspNetCore.Server.WebListener. I published my application on file [...] read more
It's been reported to me by a customer that a WiX burn bootstrapper built using a standard authenticode signing cert (issued by Comodo) works but when signed using an EV code signing cert fails with error 0x8007001 - Incorrect function. Does anyone know if EV code signing certs are a [...] read more
I provided a path like this as the Property Value: [INSTALLFOLDER]Program Scripts\Script1.rss where INSTALLFOLDER is C:\Program Files (x86)\ABCCompany\DEFProductInstaller\ But it somehow gets interpreted like this: C:\Windows\SysWOW64\C:\Program Files (x86)\ABCCompany\DEFProductInstaller\Program Scripts\Script1.rss This is the Property and the associated CustomAction <Property Id="CreateDataSources" Value=""rs.exe" -i "[INSTALLFOLDER]Program Scripts\Script1.rss""/> <CustomAction Id="CreateDataSources" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" Impersonate="no"/> [...] read more
I've been using Microsoft Visual C# 2008 Express Edition for the past two years. I made some very slight changes to a single project last night and now want to open the project and make a couple of changes. Out of the blue I'm getting the following message when I [...] read more
I'm almost finished with a powershell script which will search after some services, and delete them if they exist. My problem is that if I use Get-Service on a service that does not exist an exception is thrown, more precise a ServiceCommandException. I've used a try-catch block in my script, [...] read more
ive seen many tutorials on setting up your facebook app but i havent found anything that worked for me best i found is a tutorial in youtube on link below http://www.youtube.com/watch?v=zxIl4fUIXS4&feature=fvwrel im not really sure on what im doing sice i dont know much about using php i do know [...] read more
I have PHP web service created with use of Zend_Soap. On apache, or IIS 7 with PHP module as CGI everything works just fine. But if I configure PHP as FastCGI, every second request to web service results in 400 BedRequest response. I have following bad message communication sniffed with [...] read more
I'm writing some CustomActions in WiX to migrate a web.config from IIS6 to IIS7 and am getting an error. However if I copy and paste the failing command from the install log file, it succeeds. Here's section of the log file that indicates the error. You'll see the first two [...] read more
I'm loosing my cool over this. I'm installing Office 2016 Standard (VLSP) license on Windows 10 Pro (Lenovo stock installed). Installation keeps failing. Same thing happened when I tried to install Office 2013 Standard on the same machine. Only Office 2010 would install properly. System had preinstalled Office 2016 Click-to-install [...] read more
I get an error like the following when I installing vs: Setup Failed! Install cannot continue because some reqiured components failed. How can i fix that? Log: [1E70:0794][2014-09-07T01:25:09]i000: MUX: Free Disk Space before install: SystemDrive C:\ 53684740096 bytes AppDrive C:\ 53684740096 bytes [2220:059C][2014-09-07T01:25:10]i360: Creating a system restore point. [2220:059C][2014-09-07T01:25:10]i361: Created [...] read more