Registry Error
Started by
schaedle
, May 03 2012 03:06 PM
9 replies to this topic
#1
Posted 03 May 2012 - 03:06 PM
Hi,
when I try to build a CD I get the folowing error:
RegWrite - Type: [0x4] Section [HKLM\%reg%\Microsoft\Windows\CurrentVersion\Personalization] Key [AllowChangeDesktopBackground]: 1
Is there a bug or did I configurfe something wrong ?
Regards Schaedle
when I try to build a CD I get the folowing error:
RegWrite - Type: [0x4] Section [HKLM\%reg%\Microsoft\Windows\CurrentVersion\Personalization] Key [AllowChangeDesktopBackground]: 1
Is there a bug or did I configurfe something wrong ?
Regards Schaedle
#2
Posted 03 May 2012 - 03:33 PM
First: Welcome to our community! 
IMO there is a coincidence of some factors:
Peter
IMO there is a coincidence of some factors:
- Several APIs (Common_Api.Script) have a syntax error under [ApiVar]: %reg%=%reg_temp%
Shound be: %reg%=%reg_temp% - You are working with WinBuilder 82. Here "%anything%anything else" is not recognized as variable and therefore not replaced.
Reason: (see help): A variable is defined by the characters between the percent characters. - #1 and #2 are "True"
Peter
#3
Posted 04 May 2012 - 08:09 AM
Thanks for your quick help. Yes I use Winbuilder 82.
I changed the single line from the common_api.script as mentioned. But I still get this error. I try to build a Win7 PE.
When I have the MMC added as Addon I get an additional error:
RegWrite - Type: [0x1] Section [HKLM\%reg%\Classes\.msc] Key []: MSCFile
I changed the single line from the common_api.script as mentioned. But I still get this error. I try to build a Win7 PE.
When I have the MMC added as Addon I get an additional error:
RegWrite - Type: [0x1] Section [HKLM\%reg%\Classes\.msc] Key []: MSCFile
#4
Posted 04 May 2012 - 08:36 AM
Please send the log of the build.
In WinBuilder, Button "Tools", Tab "Options" set these options checked:
options.jpg 61.53K
33 downloads.
Peter
In WinBuilder, Button "Tools", Tab "Options" set these options checked:
options.jpg 61.53K
33 downloads.Peter
#5
Posted 04 May 2012 - 08:57 AM
I was not able to upload the Log file to your temp hosting area. Do I not have the permission ?
Edited by schaedle, 04 May 2012 - 09:00 AM.
#6
Posted 04 May 2012 - 09:46 AM
There is a minimum of posts a new member has to make, before he can use this upload.
Until then you have to use mediafire or similar.
Peter
Until then you have to use mediafire or similar.
Peter
#7
Posted 04 May 2012 - 04:37 PM
Here you will find the wished log file: http://dl.dropbox.co...haedle_log.html
#8
Posted 04 May 2012 - 04:51 PM
When you look into the log:
In the variables listing there is still %reg% rather than %reg%.
I cannot see from the log where this is defined. Try a global search (e.g. with TextPad) through your project for %reg%= and Set,%reg%,...
Edit: Depending on ???, it could also be a Set,#$preg#$p=
Peter
In the variables listing there is still %reg% rather than %reg%.
I cannot see from the log where this is defined. Try a global search (e.g. with TextPad) through your project for %reg%= and Set,%reg%,...
Edit: Depending on ???, it could also be a Set,#$preg#$p=
Peter
#9
Posted 07 May 2012 - 02:49 PM
I don't know what happend. Because the string %reg%=%reg_temp% has been false again. Maybe because I clicked once on the downloadbutton. But now all is fine, I could build the ISO file only with some warnings but no errors.
I got some error messages on the booted win 7 pe. But maybe the system does not recognize my networkcard.
Thanks for your help.
I got some error messages on the booted win 7 pe. But maybe the system does not recognize my networkcard.
Thanks for your help.
#10
Posted 17 October 2012 - 10:29 AM
For the win7pe project you need to apply this fix to the script.project file as well as the Common_Api.script file.First: Welcome to our community!
IMO there is a coincidence of some factors:Fix: Remove both backslashes.
- Several APIs (Common_Api.Script) have a syntax error under [ApiVar]: %reg%=%reg_temp%
Shound be: %reg%=%reg_temp%- You are working with WinBuilder 82. Here "%anything%anything else" is not recognized as variable and therefore not replaced.
Reason: (see help): A variable is defined by the characters between the percent characters.- #1 and #2 are "True"
Peter
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







