currently I have the following running: Name: Windows(R), ServerStandardEval edition Description: Windows(R) Operating System, TIMEBASED_EVAL channel Product Key Channel: Retail:TB:Eval and bought a Windows Server 2016 Essentials key. However, changing the product key via System fails with: screenshot [https://i.stack.imgur.com/JEX1u.png] Executing Cscript.exe %windir%\system32\slmgr.vbs /ipk <***KEY***> returns Error: 0xC004F069 On a computer [...] read more
I am having difficulty getting a chained .msi install to work using Burn to create my setup. It appears to install correctly and then at the end, a Setup Failed dialog with 0x80070645 - This action is only valid for products that are currently installed. The .msi payload looks like [...] read more
I have a Burn Bootstrapper with 2 MSIs and 2 Exe Packages. My Product MSI does not get uninstalled when I uninstall with the bootstrapper. relevant Package part from Bundle.wxs <MsiPackage SourceFile="Resources\MyProduct.msi" ForcePerMachine="yes" Visible="yes" Permanent="no"> (the visibility is only set to be able to uninstall "per hand" later on. The [...] read more