I am trying to install ASP.NET 5 RC1 but I can't because of an error on setup. > Setup Failed > > One o more issues caused the setup to fail. please fix the issues and then > retry setup. for more information see the log file > > 0x80091007 [...] read more
I'm trying to sign an existing Portable Executable manually. I'm following instructions found in this document: 1. Load the image header into memory. 2. Initialize a hash algorithm context. 3. Hash the image header from its base to immediately before the start of the checksum address, as specified in Optional [...] read more
I have a setup package including a non-compressed file. <DirectoryRef Id="INSTALLLOCATION"> <Component Id="LocationConfig"> <File Id="LocationConfigFile" Source="LooseFile.Config" DiskId="2" Vital="no" Compressed="no" /> </Component> </DirectoryRef> The purpose of this file being loose is so it can be edited before installation. This works as desired. I have a burn chain specifying that the loose [...] read more
I have a Samsung NC-10 netbook with a fresh install of Windows 7 Home Premium 32-bit (it only had 2GB). If Microsoft .NET Framework 4 Client Profile is installed on it, Windows Update will always return error code 8024402F ("Windows Update encountered an unknown error"). As soon as I uninstall [...] read more
Running AspNet5.ENU.RC1.exe on a windows server 2012 R2 instance (hosted in azure) fails with 0x80072f76 - Unspecified error. I read about the known issue where installing from a folder that also contains earlier beta vs web tooling MSI files can fail with error 0x80091007 - The hash value is not [...] read more
I have a burn/bootstrapper WiX bundle with: <?define DotNetVersion = "2.1.11"?> <!-- The Min and Next .Net version that our installed version must be between --> <Variable Name='MinDotNetVersion' Type='string' Value='2.1.0' bal:Overridable='no'/> <Variable Name='NextDotNetVersion' Type='string' Value='2.2.0' bal:Overridable='no'/> <?define HostingBundleUrl = "https://www.microsoft.com/net/download/thank-you/dotnet-runtime-$(var.DotNetVersion)-windows-hosting-bundle-installer" ?> <util:RegistrySearch Id="DotNetHostingBundle86" Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sharedhost" Value="Version" Variable="DotNetHostingBundleVersion" /> <!-- If [...] read more
Apologies but my Google-fu has failed me, all I could find was ASP.Net RC1's installer having this issue and this as being vaguely relevant: Burn installer facing error .Net 45 0x80091007-The hash value is not correct. My bundle is working fine, except for some dependencies of an exepackage which are [...] read more
I'm trying to use WiX Bootstrapper project to install prerequisites for my Outlook add-in MSI. It needs two things: * .NET Framework 3.5 * Visual Studio 2010 Tools for Office Runtime So I created a WiX Bootstrapper project in Visual Studio and I'm doing the bundle identification and installation as [...] read more
I am using Burn installer to install msi and .net framework. But when I try to install .exe it fails with error. .Net 45 0x80091007-The hash value is not correct. I have downloaded the .net exe from Link I got the hashcode using tool from fciv tool What I am [...] read more
A short while ago I tried to install LightSwitch Beta, but after some sizeable and lengthy downloads, the installation aborts after trying to install Silverlight 4. It simply says that Silverlight 4 could not be installed. The log is not much help either, as the most informative entries are: ISetupComponent::Pre/Post/Install() [...] read more