Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Ответить
 • Просмотры: 12
Аватара пользователя
Core-2

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Core-2 »

Jarkent, Я вообще то про мой диск WinDoZa . И про папку bacup. Какие могут , или какой БАГ исправил и нашёл товаришь Shift85.
Аватара пользователя
fargo44

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение fargo44 »

Столкнулся с аналогичной проблемой: "Произошла неустранимая ошибка при выполнении программы Sysprep на компьютере".



В логах sysprep было так:


Цитата:



... SYSPRP LaunchDll:Could not load DLL c:\Program Files\Microsoft Security Client\MSESysprep.dll ...



Помогла
эта
статья.



Суть:

Ошибка возникает, если в ОС ранее был установлен, а потом удален MSE (Microsoft Security Essentials).



Чтобы решить проблему - по пути HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Cleanup\

удалить параметр в самом низу списка: c:\Program Files\Microsoft Security Client\MSESysprep.dll

(перед этим дать права доступа своему пользователю).
Аватара пользователя
d petr

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение d petr »

Цитата d petr:



Lexxs7, читайте тут
http://support.microsoft.com/kb/929828
Общее - [решено] неустранимая ошибка при выполнении программы Sysprep




Благодарю ! ) Почему то это сам не нашёл.



На всякий случай, поправленный перевод, если у кого будет такая же проблема. ( Под спойлер )




Решение проблемы




Файл Setuperr.log может содержать строки, будет выглядеть следующим образом:



Error [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing 'C:\Windows\System32\slc.dll,SLReArmWindows', returned error code -1073425657

Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = -1073425657

Error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize internal providers; hr = 0xc004d307



Примечание

The Setuperr.log файл расположен в папке \Windows\System32\Sysprep\Panther.



Причина

Эта ошибка может возникать, если программа лицензирования Rearm Windows программное обеспечение, использовано более трех раз в один образ Windows.



Решение

Чтобы устранить эту проблему, необходимо перестроить образ Windows.

===========================================



Программа лицензирования Rearm Windows программное обеспечение системы Windows восстанавливает исходное состояние лицензирования. Все данные лицензирования и реестра, связанные с активацией, будут удалены или сброшены. Кроме того сбрасываются все таймеры льготного периода.



Для выполнения указанного процесса в Windows Vista и Windows 7, воспользуйтесь одним из следующих способов:



1/ Запустите программу Sysprep / generalize на компьютерах, которые используются для построения настраиваемого образа Windows Vista.



2/ Запустите сценарий Slmgr.vbs в окно командной строки с повышенными привилегиями.



Например, запустите cscript c:\windows\system32\slmgr.vbs-rearm.



Примечание: Учетные данные администратора требуются для выполнения указанного процесса.

Процесс осуществления сброса может выполняться более трех раз в образе Windows Vista.

===========================================



Чтобы обойти эту проблему, используйте параметр < SkipRearm > XML-файла ответов (Unattend.xml) для пропуска указанного процесса при построении образа Windows.



Ниже приведен пример XML-файла ответов Windows Vista:

-----------------------------------------------------------------------------------------------------





1





-----------------------------------------------------------------------------------------------------

ПримечаниеНеобходимо убедиться, параметр удаляется из последней автоматической файла, который используется для компьютеров в рабочей среде. Если не удаляется из файла автоматической, используемый для компьютеров в рабочей среде, текущего количества клиентов службы KMS не увеличивает для новых клиентов, которые добавляются к сети.
Аватара пользователя
Lexxs7

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Lexxs7 »

Другая проблема, ввожу команду cscript c:\windows\system32\slmgr.vbs -rearm ,



выдаёт, что превышено максимальное число сбросов... Хотя раньше не сбрасывал...((



Буду пробовать через файл ответов..
Аватара пользователя
Lexxs7

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Lexxs7 »

Другая проблема, ввожу команду cscript c:\windows\system32\slmgr.vbs -rearm ,



выдаёт, что превышено максимальное число сбросов... Хотя раньше не сбрасывал...((



Буду пробовать через файл ответов..
Аватара пользователя
Lexxs7

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Lexxs7 »

d petr, благодарю ещё раз ! ).

После манипуляций с реестром, всё получилось !




Решение :




1) Под HKEY_LOCAL_MACHINE \ SYSTEM \ Setup \ Status \ SysprepStatus \,

установить GeneralizationState до 7



HKEY_LOCAL_MACHINE \ SYSTEM \ Setup \ Status \ SysprepStatus \ GeneralizationState \

Изменить CleanupState: 2



2) Пуск \ Выполнить: введите следующую команду

MSDTC -uninstall

MSDTC -install



3) в разделе HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ SoftwareProtectionPlatform \, изменить SkipRearm 1



4) Перезагрузиться, или перезапустить Susprep
Аватара пользователя
Kolt_M16

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Kolt_M16 »

Люди добрые помогите ! В Audit Mode выдает "3.14 — Произошла неустранимая ошибка при выполнении программы Sysprep на компьютере." Вот лог, в чем ошибка очень помощь нужна.



setuperr.log

[spoiler]2015-05-19 20:17:34, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:24:54, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:24:55, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:24:55, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:24:55, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:25:57, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:25:57, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:25:57, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:26:05, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:26:05, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:26:05, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:09, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:35:40, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:35:40, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:40, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:51, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:35:51, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:51, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:36:55, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:36:55, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:36:55, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:03, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:37:03, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:03, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:29, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:37:29, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:29, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:50, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:37:50, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:50, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:54, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:37:54, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:54, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:39:05, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:39:05, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:39:05, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 21:08:07, Error [0x0f00b0] SYSPRP WinMain: Failed to query pending CBS operations; hr = 0x80070422

2015-05-19 21:09:32, Error [0x0f00b0] SYSPRP WinMain: Failed to query pending CBS operations; hr = 0x80070422

2015-05-19 21:57:20, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 22:00:40, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 22:00:40, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 22:00:40, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-20 18:14:56, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-20 18:15:09, Error [sysprep.exe] UnattendFindAnswerFile: Explicitly provided unattend file [C:\movefolder.xml] does not exist.

2015-05-20 18:16:08, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x80070246, hrResult = 0x0.

2015-05-20 18:16:08, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x80070246

2015-05-20 18:16:08, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x80070246[/spoiler]








setupact.log часть 1

[spoiler]2015-05-19 20:06:37, Info SYSPRP ========================================================

2015-05-19 20:06:37, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:06:37, Info SYSPRP ========================================================

2015-05-19 20:06:37, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:06:37

2015-05-19 20:06:37, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther

2015-05-19 20:06:37, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:06:37, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:06:37, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:06:37, Info [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...

2015-05-19 20:17:34, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:17:34, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:17:34, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:17:34

2015-05-19 20:20:30, Info SYSPRP ========================================================

2015-05-19 20:20:30, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:20:30, Info SYSPRP ========================================================

2015-05-19 20:20:30, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:20:30

2015-05-19 20:20:30, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther

2015-05-19 20:20:30, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:20:30, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:20:30, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:20:30, Info [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...

2015-05-19 20:24:54, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:24:54, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:24:54, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:24:54

2015-05-19 20:24:55, Info SYSPRP ========================================================

2015-05-19 20:24:55, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:24:55, Info SYSPRP ========================================================

2015-05-19 20:24:55, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:24:55

2015-05-19 20:24:55, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:24:55, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:24:55, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:24:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:24:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:24:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:24:55, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:24:55, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [C:\movefolder.xml]...

2015-05-19 20:24:55, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:24:55, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:24:55, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:24:59, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:24:59, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:24:59, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:24:59

2015-05-19 20:25:57, Info SYSPRP ========================================================

2015-05-19 20:25:57, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:25:57, Info SYSPRP ========================================================

2015-05-19 20:25:57, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:25:57

2015-05-19 20:25:57, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:25:57, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:25:57, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:25:57, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:25:57, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:25:57, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:25:57, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:25:57, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [C:\movefolder.xml]...

2015-05-19 20:25:57, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:25:57, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:25:57, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:25:59, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:25:59, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:25:59, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:25:59

2015-05-19 20:26:05, Info SYSPRP ========================================================

2015-05-19 20:26:05, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:26:05, Info SYSPRP ========================================================

2015-05-19 20:26:05, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:26:05

2015-05-19 20:26:05, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:26:05, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:26:05, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:26:05, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:26:05, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:26:05, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:26:05, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:26:05, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [C:\movefolder.xml]...

2015-05-19 20:26:05, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [C:\movefolder.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:26:05, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:26:05, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:26:06, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:26:06, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:26:06, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:26:06

2015-05-19 20:27:37, Info SYSPRP ========================================================

2015-05-19 20:27:37, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:27:37, Info SYSPRP ========================================================

2015-05-19 20:27:37, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:27:37

2015-05-19 20:27:37, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther

2015-05-19 20:27:37, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:27:37, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:27:37, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:27:37, Info [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...

2015-05-19 20:35:09, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2015-05-19 20:35:09, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:35:09, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:35:09

2015-05-19 20:35:40, Info SYSPRP ========================================================

2015-05-19 20:35:40, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:35:40, Info SYSPRP ========================================================

2015-05-19 20:35:40, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:35:40

2015-05-19 20:35:40, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:35:40, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:35:40, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:35:40, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:35:40, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:35:40, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:35:40, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:35:40, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [D:\koltctod.xml]...

2015-05-19 20:35:40, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:35:40, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:40, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:46, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:35:46, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:35:46, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:35:46

2015-05-19 20:35:51, Info SYSPRP ========================================================

2015-05-19 20:35:51, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:35:51, Info SYSPRP ========================================================

2015-05-19 20:35:51, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:35:51

2015-05-19 20:35:51, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:35:51, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:35:51, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:35:51, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:35:51, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:35:51, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:35:51, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:35:51, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [D:\koltctod.xml]...

2015-05-19 20:35:51, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:35:51, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:35:51, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:36:51, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:36:51, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:36:51, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:36:51

2015-05-19 20:36:55, Info SYSPRP ========================================================

2015-05-19 20:36:55, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:36:55, Info SYSPRP ========================================================

2015-05-19 20:36:55, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:36:55

2015-05-19 20:36:55, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:36:55, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:36:55, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:36:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:36:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:36:55, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:36:55, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:36:55, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [D:\koltctod.xml]...

2015-05-19 20:36:55, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:36:55, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:36:55, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:36:57, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:36:57, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:36:57, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:36:57

2015-05-19 20:37:03, Info SYSPRP ========================================================

2015-05-19 20:37:03, Info SYSPRP === Beginning of a new sysprep run ===

2015-05-19 20:37:03, Info SYSPRP ========================================================

2015-05-19 20:37:03, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:37:03

2015-05-19 20:37:03, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\sysprep\Panther

2015-05-19 20:37:03, Info [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine

2015-05-19 20:37:03, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

2015-05-19 20:37:03, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'AUDIT'

2015-05-19 20:37:03, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'

2015-05-19 20:37:03, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'

2015-05-19 20:37:03, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread

2015-05-19 20:37:03, Info [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [D:\koltctod.xml]...

2015-05-19 20:37:03, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [D:\koltctod.xml]; status = 0x800705b9, hrResult = 0x0.

2015-05-19 20:37:03, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:03, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

2015-05-19 20:37:04, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread

2015-05-19 20:37:04, Info [0x0f0052] SYSPRP Shutting down SysPrep log

2015-05-19 20:37:04, Info [0x0f004d] SYSPRP The time is now 2015-05-19 20:37:04[/spoiler]
Аватара пользователя
Kolt_M16

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Kolt_M16 »

Kolt_M16, открою вам два секрета

1. Текстовые файлы можно паковать в архив и прикреплять к сообщению.

2. Логи можно читать, там по-русски все написано


Цитата Kolt_M16:



2015-05-20 18:15:09, Info IBS UnattendErrorFromResults: Error text = Не удалось выполнить синтаксический разбор или обработку файла ответов для автоматической установки [C:\movefolder.xml]. Указанный файл не существует.
Общее - [решено] неустранимая ошибка при выполнении программы Sysprep
Аватара пользователя
Vadikan

Re: Общее - [решено] неустранимая ошибка при выполнении программы Sysprep

Сообщение Vadikan »

На Win 8.1 pro VL ктонить сталкивался с подобной бякой?
Ответить

Вернуться в «Автоматическая установка Windows 11 / 10 / 8 / 7 / Vista»