I am trying to install an application that installs on all X86 Windows from XP to 10 th2. However, on both releases of RS1, 11082 and 11099, I get this error message: "An error has occurred during the installation of Application, Please close all open programs and restart the installation." This is part of the generated trace where the error develops: Extract : bin\psaRefreshPPO.exe Extract : bin\psaRefreshPPOEngine.dll Extract : bin\psaRefreshRedWireDDC.exe Error: Could not extract bin\psaRefreshRedWireDDC.exe Could not extract bin\psaRefreshRedWireDDC.exe Delete file: C:\TEMP\ddc.zip Output folder: C:\APP\ddc\bin Create shortcut: C:\Users\Public\Desktop\EmailDiag.lnk Output folder: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Wifi Create shortcut: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Wifi\Wifi PSA.lnk Output folder: C:\Backup_DB Copy to C:\APP\ddc\\data Copy failed Target was found and removed from PATH Target was found and removed from PATH Output folder: C:\APP Delete file: C:\APP\ddc\bin\psaRefreshPPO.exe Delete file: C:\APP\ddc\bin\psaRefreshPPOEngine.dll Delete file: C:\APP\ddc\bin\psaRefreshRedWireDDC.exe There are a lot of files that are extracted before the three files listed here, which are also deleted like the ones shown. but I pasted the relevant part. I tried confirming Windows Explorer in the default programs, I also tried installing from a different location. Alas, it did not work. Any ideas??
If not have done already, set the installer of that apps to run in Compatibility Mode for an older Windows version, like Windows 8/8.1 or 7, or those it were created for and try again!
I have tried all compatibility modes and it does not use flash.. Remember, it installs on Windows 10 10.586.. Also, if installed on Windows 10.586, then Windows TH2 is upgraded to RS1, it works. It only fails to install. I thought it may be one of these Policy issues they forgot to set right, but other files are extracting/installing!!
Just installed this build in VMWare works well but no way to activate it but with KMS V All no problem there Ps i'm not using it anymore on main build too much huslle every time and some bugs and I have made an Lite Iso on pro so I'll stick to VM Ware this time
This is what worked for me: After activating Windows on the VMWare Machine settings (by the Windows 7 method), load the ISO image and boot from CD (you may have to change the BIOS settings) installing afresh, on the same Virtual Hard Disk (removing old partitions in the process). It will be automatically activated. Every fresh installation you perform will also be automatically activated (because your unique virtual hardware has already been registered). Also, pay attention to your Home Location in the Region dialogue in Regional Settings, need to be correctly set, other wise updates are a nightmare.
TH2 is stable especially after the last 10586.63 update (at least for me). 11099 is still buggy, but obviously Microsoft will work to make RS1 the best OS they produced (when!!). To date, there are professionals who think Windows 7 is the best yet..
-1 of course why should an test version be better then a stable one ? It depends on the needs of the user in my case I go for the th2 and stability
yea.... it is because the preview version is an improvement from the public version.. they learn from previous versions
direct download link for ESD EN-UK Enterprise x86 Can anyone provide temporary Microsoft's direct download link for ESD EN-UK Enterprise x86 ?
Has anyone else had a problem with the start menu not opening with this build. I upgraded from 11082 and it was working, then system crashed and when it restarted no start menu. You click the Win key and no menu. Any help or fix. All the switches are off in setting under start and they are greyed out.
Windows Store packages I have removed Windows Store App in Windows 10586 Server TP4 - as Workstation, but here are: WSClient.dll WSShared.dll in C:\Windows\WinSxS\amd64_microsoft-windows-store-licensing-client_31bf3856ad364e35_10.0.10586.0_none_93956708b3635605 BTW, Windows Server 10586 TP4 has everything for Windows 10 Client. And if NOT using evaluation key, it has no time-bomb. (I am using it as Windows 10 Workstation. So far so good.) [HINT] You can disable ServerManager via GPEDIT, then remove ServerMager packages. Q: What if I want to add/remove Roles/Features? A: Easy. Firstly Code: dism /online /get-features Secondly, If enable or disable Code: dism /online /disable-feature /featurename:XXX-XXX If Remove 4-RunAsAdmin-To-Remove-Packages-Online.cmd Code: @echo off cd /d "%~dp0" install_wim_tweak.exe /o /l install_wim_tweak.exe /o /c Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN /r install_wim_tweak.exe /h /o /l pause