![]() |
![]() ![]() |
Feb 14 2009, 05:31 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 6 Joined: 21-February 05 Member No.: 10,357 |
<<code>>
RegWrite,HKLM,0x1,WB-Software\Microsoft\MSXML60\Setup,Uninstall,{11111111-1111-1111-1111-111111111111} <<log>> RegWrite - root key: [HKLM] Type: [0x1] Section [WB-Software\Microsoft\MSXML60\Setup] Key [Uninstall={11111111-1111-1111-1111-111111111111}..] how to fixed it |
|
|
|
Feb 14 2009, 03:26 PM
Post
#2
|
|
![]() Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 1,190 Joined: 3-April 06 From: Azores Member No.: 18,537 |
Hello.
More details are needed my friend. You're using WinBuilder 076 which is good because it is the latest version, however, we need to know what project you're trying to build since this is obviously a bug related to some project and not directly related to winbuilder.exe Also, we need to know which script is giving the error, which version of the script you are using, a whole lot more of details that probably seem redundant but are definitively important to help us understand what you're trying to do and what might be going wrong. Therefore, please repeat the build process and at the log tab press the "Save as log.html" button to export all these details about the project you're trying to run. Then you can zip this log.html and upload it somewhere to a temporary file host so that other developers can take a look. Otherwise, it's impossible to know how to fix this. -------------------- |
|
|
|
Feb 23 2009, 10:06 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 6 Joined: 21-February 05 Member No.: 10,357 |
winbuilder 76 script
RegWrite,"HKEY",KeyType,"Section","Keyname","Value" Cannot process Chinese normally, are many a quotation mark example RegWrite,HKLM,"0x1","WB-Software\Microsoft\Windows\CurrentVersion\Explorer\Tips","10","用鼠标拖动任务栏,可以将其移到屏幕的任何一边。" This post has been edited by yscong: Feb 23 2009, 10:19 AM |
|
|
|
Feb 23 2009, 12:33 PM
Post
#4
|
|
![]() Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 1,190 Joined: 3-April 06 From: Azores Member No.: 18,537 |
QUOTE Cannot process Chinese normally, are many a quotation mark 我知道您使用的是winbuilder ,但这是没有足够的信息,我们需要知道哪些项目和名称的剧本,是让这些麻烦。如果可能的话,请上传log.html和发布对我国部分winbuilder 。 http://www.boot-land.net/forums/index.php?showforum=44 谢谢您。 : ) ------ QUOTE (text in english) I know you're using winbuilder, but this is not enough information and we need to know which project and the name of the script that is giving these troubles. If possible, please upload log.html and post it on the chinese section of winbuilder.
Thank you. -------------------- |
|
|
|
Feb 24 2009, 04:23 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 6 Joined: 21-February 05 Member No.: 10,357 |
我用的项目是LIVEXP
我发现winbuilder 76在处理regwrite指令时不能正确处理带中文值的双引号, 例如 RegWrite,HKLM,"0x1","WB-Software\Microsoft\Windows\CurrentVersion\Explorer\Tips","10","用鼠标拖动任务栏,可以将其移到屏幕的任何一边。" 进入PE系统后,使用regedit 得到的键值Microsoft\Windows\CurrentVersion\Explorer\Tips 的值 是 用鼠标拖动任务栏,可以将其移到屏幕的任何一边。" 注意最后边多了一个双引号,这个问题在脚本log.html上并没有反应出来 希望你能弄明白,我的英语太差了,不好意思 |
|
|
|
Feb 24 2009, 09:51 PM
Post
#6
|
|
|
Silver Member ![]() ![]() ![]() Group: Members Posts: 250 Joined: 11-July 07 Member No.: 28,859 |
Why is htis here? This is an english speaking forum.
|
|
|
|
Feb 25 2009, 03:38 AM
Post
#7
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 811 Joined: 5-June 06 From: Sydney, Australia Member No.: 19,704 |
It's a support question regarding WinBuilder. Some WinBuilder projects may build from non-English sources.
Regards, Galapo. |
|
|
|
Feb 25 2009, 03:53 AM
Post
#8
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,951 Joined: 25-July 04 From: Italy Member No.: 6,779 |
Why is htis here? This is an english speaking forum. Yes and no. This is an international forum which uses English as "common" language. Exceptionally, and in order to try and help people, using "other" languages is allowed, of course for small "snippets" and the like. Not everyone knows English well enough to properly explain his problems in it, and some alphabets/character sets/codepages may create problems in otherwise perfectly working builds/apps, and in order to troubleshoot these problems "native" reports are needed. jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Feb 25 2009, 10:21 AM
Post
#9
|
|
![]() Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 1,190 Joined: 3-April 06 From: Azores Member No.: 18,537 |
Peter has explained the reason why this bug occurs:
http://www.boot-land.net/forums/index.php?...ost&p=60513 It's due to the lack of UNICODE support in some functions and has it was mentioned it can only currently be overcome with the use .REG files to incorporate the non-ANSI code inside the registry hive. This can be fixed but it might take a good while until full Unicode is achieved. QUOTE (chinese translation for yscong) 彼得解释了为什么此错误发生: http://www.boot-land.net/forums/index.php?...ost&p=60513 这是由于缺乏支持Unicode在某些职能,并已有人提到它只能克服目前的使用。 reg文件,将非ANSI代码内的注册表配置单元。 这可能是固定的,但是这可能需要一个良好的,而直到完全Unicode的实现。 ----------------- QUOTE (nuMe) Why is htis here? This is an english speaking forum. We did tried to speak in english but it was clearly not enough to understand each other. Jaclaz explained very well why the use of native language is preferred so that we can extract more details and understand what is happening. I've also emailed a native chinese speaker member to see if he is available to bridge these talks between us. The trouble here is Unicode so we need more feedback from countries where unicode is used extensively to improve winbuilder. This post has been edited by Nuno Brito: Feb 25 2009, 10:22 AM -------------------- |
|
|
|
Feb 26 2009, 04:01 AM
Post
#10
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 21-March 07 Member No.: 26,026 |
I've got the same problem in building PEs.
The winbuilder cannot recognize the " beside a piece of Chinese characters and all other strings after that. So that would be a bug of the Winbuilder. Peter has explained the reason why this bug occurs:
http://www.boot-land.net/forums/index.php?...ost&p=60513 It's due to the lack of UNICODE support in some functions and has it was mentioned it can only currently be overcome with the use .REG files to incorporate the non-ANSI code inside the registry hive. This can be fixed but it might take a good while until full Unicode is achieved. ----------------- We did tried to speak in english but it was clearly not enough to understand each other. Jaclaz explained very well why the use of native language is preferred so that we can extract more details and understand what is happening. I've also emailed a native chinese speaker member to see if he is available to bridge these talks between us. The trouble here is Unicode so we need more feedback from countries where unicode is used extensively to improve winbuilder. This post has been edited by chiyouhen: Feb 26 2009, 04:03 AM |
|
|
|
Feb 26 2009, 08:15 AM
Post
#11
|
|
![]() Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 1,190 Joined: 3-April 06 From: Azores Member No.: 18,537 |
CODE So that would be a bug of the Winbuilder. Yes, needs to be handled. Would you please add this bug inside our wb bug tracker? http://www.boot-land.net/forums/index.php?autocom=bugtracker When either myself or Peter get to work on this bug you will receive a message to help us with the testing. Are you available to help debugging this behavior? Thanks. -------------------- |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 5th September 2010 - 10:13 PM |