https://bugs.winehq.org/show_bug.cgi?id=25740
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.microsoft.com/do |https://web.archive.org/web |wnloads/details.aspx?Family |/20191125114835/http://down |Id=60cb5b6c-6532-45e0-ab0f- |load.microsoft.com/download |a94ae9ababf5 |/E/C/E/ECE99583-2003-455D-B | |681-68DB610B44A4/WindowsXP- | |KB968930-x86-ENG.exe
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, updating download link to stable one:
https://web.archive.org/web/20191125114835/http://download.microsoft.com/dow...
--- snip --- $ rm -rf .wine
# work around "You must use "Turn Windows features on or off" in the Control Panel to install or configure Microsoft .NET Framework 2.0 SP1." $ WINEARCH=win32 winetricks winxp
$ wine .cache/winetricks/dotnet20sp1/NetFx20SP1_x86.exe /q
$ taskset -c 0 wine ./WindowsXP-KB968930-x86-ENG.exe /q --- snip ---
--- snip --- $ pwd /home/focht/.wine/drive_c/windows/system32/WindowsPowerShell/v1.0
$ wine ./powershell.exe ... The following error occurred while loading the extended type data file: Cannot find the path "%SystemRoot%\system32\WindowsPowerShell\v1.0" specified in the registry key: "SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell\Path". Using "C:\windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35" to load the configuration files. Microsoft.PowerShell.Diagnostics, C:\windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35%SystemRoot%\system32\WindowsPowerShell\v1.0\GetEvent.types.ps1xml : File not found. Microsoft.PowerShell.Core, C:\windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35%SystemRoot%\system32\WindowsPowerShell\v1.0\types.ps1xml : File not found. ... --- snip ---
--- snip --- $ wine reg query "HKLM\Software\Microsoft\PowerShell\1\PowerShellEngine"
HKEY_LOCAL_MACHINE\Software\Microsoft\PowerShell\1\PowerShellEngine ApplicationBase REG_SZ %SystemRoot%\system32\WindowsPowerShell\v1.0 ConsoleHostAssemblyName REG_SZ Microsoft.PowerShell.ConsoleHost,Version=1.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35,ProcessorArchitecture=msil ConsoleHostModuleName REG_SZ "%SystemRoot%\system32\WindowsPowerShell\v1.0\Microsoft.PowerShell.ConsoleHost.dll" PowerShellVersion REG_SZ 2.0 PSCompatibleVersion REG_SZ 1.0,2.0 RuntimeVersion REG_SZ v2.0.50727 --- snip ---
$ wine --version wine-5.0-rc1
Regards