I try to install win 10 on a ssd drive with the wor tool.
After the windows installation, when going to drivers installation, it fails with this errors :
2021-08-01 07:50:07.7789 [debug] Exit code: 0
2021-08-01 07:50:07.7959 [info] The partitions have been created!
2021-08-01 07:50:07.8239 [info] Restoring autorun...
2021-08-01 07:50:07.8239 [debug] Setting the NoDriveTypeAutoRun policy to: null
2021-08-01 07:50:07.8370 [debug] Policy set successfully!
2021-08-01 07:50:07.8370 [info] Autorun restored!
2021-08-01 07:50:07.8511 [info] Applying the WIM image to: N
2021-08-01 07:50:07.8666 [trace] Started Windows Imaging
2021-08-01 07:54:09.8096 [trace] Windows Imaging finished the task successfully!
2021-08-01 07:54:09.8186 [info] The image has been applied to: N
2021-08-01 07:54:09.8186 [info] Installing drivers into the base image...
2021-08-01 07:54:13.2893 [error] Microsoft.Dism.DismException (0x80070002): Cette demande n’est pas prise en charge.
à Microsoft.Dism.DismUtilities.ThrowIfFail(Int32 hresult, DismSession session, String callerMemberName)
à Microsoft.Dism.DismSession.Reload()
à Microsoft.Dism.DismSession..ctor(String imagePath, String windowsDirectory, String systemDrive)
à Microsoft.Dism.DismApi.OpenSession(String imagePath, String windowsDirectory, String systemDrive)
à Microsoft.Dism.DismApi.OpenOfflineSession(String imagePath, String windowsDirectory, String systemDrive)
à Microsoft.Dism.DismApi.OpenOfflineSession(String imagePath)
à WoR.Wrappers.DISMWrapper.<>c__DisplayClass8_0.<AddDrivers>b__0()
à System.Threading.Tasks.Task.Execute()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
à WoR.Wrappers.DISMWrapper.<AddDrivers>d__8.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
à WoR.Setup.SetupProcess.<InstallDriversTask>d__29.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
à WoR.Setup.SetupProcess.<Run>d__18.MoveNext()
2021-08-01 07:54:13.2893 [warn] The installation could not be finished!
2021-08-01 07:54:13.3003 [info] Elapsed time: 00:04:21
Hello,
I try to install win 10 on a ssd drive with the wor tool. After the windows installation, when going to drivers installation, it fails with this errors :
What am I doing wrong ?
Thank you