Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

190 Pages V  « < 61 62 63 64 65 > »   
Reply to this topic
 LiveXP -- Anything & Everything, Look only Post #1 and Last Posts of this topic
Rating 3 V
post Oct 21 2008, 07:47 AM
Post #621
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,242
Thank(s): 284


Australia


So far it's:
French, German, Turkish: INTL_SDECIMAL
English: INTL_STHOUSAND

In all cases entries appear in HIVEDEF.INF but are not written into PE registry.

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Oct 21 2008, 08:04 AM
Post #622
dera
Silver Member   ****
Group: .script developer

  Joined: 17-January 07
Posts: 908
Thank(s): 167


Hungary


in a Hungarian source in HIVEDEF.INF under the section [Strings] I have:

INTL_SDECIMAL=","
INTL_STHOUSAND=" "


in the PE registry in \WB-default\Control Panel\International when autoLocalization.Script not enabled
the result is:

"sDecimal"=""
"sThousand"=" "

using Hives Factory Version=50
+Quote Post
post Oct 21 2008, 08:59 AM
Post #623
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,906
Thank(s): 557


Germany


QUOTE (Galapo @ Oct 21 2008, 08:47 AM) *
So far it's:
French, German, Turkish: INTL_SDECIMAL
English: INTL_STHOUSAND

Thanks.
It seems to be a HoJoPE issue due to interpreting a comma:
CODE
RegWrite,HKLM,"0x1","WB-Default\Control Panel\International","sDecimal",""

I think that soon we have a version 51

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post Oct 21 2008, 09:46 AM
Post #624
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,906
Thank(s): 557


Germany


QUOTE (psc @ Oct 21 2008, 09:59 AM) *
Thanks.
It seems to be a HoJoPE issue due to interpreting a comma:
CODE
RegWrite,HKLM,"0x1","WB-Default\Control Panel\International","sDecimal",""

Now we have
CODE
RegWrite,HKLM,"0x1","WB-Default\Control Panel\International","sDecimal","#$c"

hivesFactory.Script version 51 will be included in my nightly build.

For those who cannot wait:
Attached File  3___hivesFactory.zip ( 64.98K ) Number of downloads: 63


Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post Oct 21 2008, 11:46 AM
Post #625
MedEvil
Platinum Member   ******
Group: .script developer

  Joined: 29-December 06
Posts: 4,490
Thank(s): 113


Just curious Peter.
How came this problem issue into existence as it worked for years just fine?

cheers.gif


--------------------
NaughtyPE - The Multimedia PE!
Requirements: WB072 or 077RC2, XPSP2/W2k3SP1 source, Pentium CPU, 128MB RAM (256MB to use video players)
+Quote Post
post Oct 21 2008, 11:54 AM
Post #626
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,906
Thank(s): 557


Germany


QUOTE (MedEvil @ Oct 21 2008, 01:46 PM) *
Just curious Peter.
How came this problem issue into existence as it worked for years just fine?

cheers.gif

As usual:
Some versions ago I had to rewrite the 'string replace' function because of other issues.
And that introduced this bug.

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post Oct 21 2008, 12:10 PM
Post #627
MedEvil
Platinum Member   ******
Group: .script developer

  Joined: 29-December 06
Posts: 4,490
Thank(s): 113


Thanks!


--------------------
NaughtyPE - The Multimedia PE!
Requirements: WB072 or 077RC2, XPSP2/W2k3SP1 source, Pentium CPU, 128MB RAM (256MB to use video players)
+Quote Post
post Oct 21 2008, 09:51 PM
Post #628
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,242
Thank(s): 284


Australia


Thanks Peter for the new script!

I'll upload it shortly to the LiveXP server.

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Oct 21 2008, 10:07 PM
Post #629
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,242
Thank(s): 284


Australia


I've also uploaded version 7 of localeAdditions.Script, which removes the French regional settings made in version 6.

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Oct 21 2008, 10:15 PM
Post #630
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 93
Thank(s): 498


Turkiye


thank you all,

To refresh info, i am happy to say new qemu (Boch + acpi enabled), can start hdm8 now smile.gif


--------------------
+Quote Post

190 Pages V  « < 61 62 63 64 65 > » 
Reply to this topic
9 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsLiveXP slow to boot from USB hard drive
Taking over 10 minutes to boot
22 Sool 753 Yesterday, 04:28 PM
Last post by: Sool
No New Posts LiveXP Explorer
Explorer shell not not running
4 Jordan Deater 380 3rd January 2010 - 09:01 PM
Last post by: MedEvil
No New Posts Topic has attachmentsLiveXP stuck in Chinese Language?
3 JohnDN 813 3rd December 2009 - 09:26 AM
Last post by: Lancelot
No New Posts LiveXP shutdown process
4 Arjun 1,124 9th November 2009 - 01:43 AM
Last post by: TheHive
No new Topic has attachmentsLiveXP Troubleshooting
Various questions and answers
92 JohnBug 9,921 29th October 2009 - 02:25 PM
Last post by: amalux