I've run into one problem building VistaPE with WinBuilder078SP2. I'm getting an error message about a registry hive failing to load:
CODE
(IE7.script) RegHiveLoad - Failed to load registry hive: [WB-software] From file: [%BaseDir%\Target\VistaPE CAPI v.12 (RC1b common API)\windows\system32\config\software]: The operation completed successfully
Here's the end of the error log Winbuilder generated:
CODE
(IE7.script)
Run - Processed section [CopyFilesExt] in file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
[#If,%pScrollBox1%,equal,"full",run,%ScriptFile%,CopyFilesFull]
Run - Processing section: [WriteSettings] From file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
Writing registry hive...
[//]
RegHiveLoad - Failed to load registry hive: [WB-software] From file: [%BaseDir%\Target\VistaPE CAPI v.12 (RC1b common API)\windows\system32\config\software]: The operation completed successfully
Halt
Run - Processed section [WriteSettings] in file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
Run - Processed section [CopyFilesExt] in file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
[#If,%pScrollBox1%,equal,"full",run,%ScriptFile%,CopyFilesFull]
Run - Processing section: [WriteSettings] From file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
Writing registry hive...
[//]
RegHiveLoad - Failed to load registry hive: [WB-software] From file: [%BaseDir%\Target\VistaPE CAPI v.12 (RC1b common API)\windows\system32\config\software]: The operation completed successfully
Halt
Run - Processed section [WriteSettings] in file: [%BaseDir%\Projects\VistaPE-CAPI\Addons\IE7.script]
I don't understand why a lot of the error reports seem to contradict themselves by 1st saying there was an error, but then saying the operation was successful. I can confirm tha the hive was not copied to the target folders.
I wrote a longer explanation about how I had to deal with modifying 8 scripts in order to get them to run without errors in a Boot Land post here.. It involved replacing the code '%SystemFiles%' with a direct path to the files in the Windows Vista root folder 'c:\Windows'.
I don't know if the problems are related. But I can't figure out a way to get the IE7.script to load the hive properly.
As some have noticed at this point, I'm pretty green when it comes to these sorts of things.
Thanks for any suggestions.
TS