Jump to content











Photo
* * * * - 4 votes

LiveXP -- Anything & Everything


  • Please log in to reply
1937 replies to this topic

#901 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 10 December 2008 - 09:17 PM

Galapo,

i dont have an idea where to fix this :(

livexp.boot-land.net is not in download list of newly downloaded winbuilder.exe

look picture:
http://img237.images...83/snap3kz3.png

this will be nice fix before your vocation starts :)

#902 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3,841 posts
  •  
    Australia

Posted 10 December 2008 - 09:21 PM

livexp.boot-land.net is not in download list of newly downloaded winbuilder.exe

Nuno must have made some changes or something when moving servers. My guess is that the 'winbuilder.net:8000' is supposed to be the LiveXP one. I don't know whether that is correct, or if it needs to be modified back to 'livexp.boot-land.net'.

#903 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3,841 posts
  •  
    Australia

Posted 10 December 2008 - 09:27 PM

Trial-and-error ruled it out. Problem is now fixed, thanks for pointing it out.

Regards,
Galapo.

#904 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 10 December 2008 - 11:55 PM

Back to localization issue :)

after many trials i found the .nls file i am looking for

for a reason i dont know, copying c_1254.nls and adding registry for c_1254.nls solves the problem of no icon of bootup when refresh on iso is selected.

Here is the ready script, fxscrpt just copy this to Basic\Tweaks\ in the test project i sent before
http://lancelot.winb...rnational_b.rar
I hope this gives clue for a better solution ?!

To summarize findings, with combing fxscrpt, galapo, my test results :
(please warn if fix needed)

HostOS x64:
1.) Enabled icon refresh on iso boot:
1.1) ahkcucontrolpanelinternational.script disabled : all icons are ok.
1.2) ahkcucontrolpanelinternational.script enabled : no icons for check disk gui + imgburn.
1.3) ahkcucontrolpanelinternational_b.script enabled : all icons are ok.
(thats the issue I reported)

2.) Disabled icon refresh on iso boot:
2.1) ahkcucontrolpanelinternational.script disabled : no icons for check disk gui + imgburn.
2.2) ahkcucontrolpanelinternational.script enabled : no icons for check disk gui + imgburn.
2.3) ahkcucontrolpanelinternational_b.script enabled : no icons for check disk gui + imgburn.

HostOS x86:
3.) Enabled icon refresh on iso boot:
3.1) ahkcucontrolpanelinternational.script disabled : all icons are ok.
3.2) ahkcucontrolpanelinternational.script enabled : all icons are ok.
3.3) ahkcucontrolpanelinternational_b.script enabled : all icons are ok.

4.) Disabled icon refresh on iso boot:
4.1) ahkcucontrolpanelinternational.script disabled : all icons are ok.
4.2) ahkcucontrolpanelinternational.script enabled : all icons are ok.
4.3) ahkcucontrolpanelinternational_b.script enabled : all icons are ok.

fxscrpt notes for situation 2.)
build from x64 all API created shortcuts (e.g Add_Shortcut,Desktop) have no icons,
but if directly created via BuildModelScript all icons are ok.

#905 fxscrpt

fxscrpt

    Frequent Member

  • .script developer
  • 328 posts
  •  
    Germany

Posted 11 December 2008 - 04:22 PM

Back to localization issue :)

after many trials i found the .nls file i am looking for

for a reason i dont know, copying c_1254.nls and adding registry for c_1254.nls solves the problem of no icon of bootup when refresh on iso is selected.

:(

fxscrpt notes for situation 2.)
build from x64 all API created shortcuts (e.g Add_Shortcut,Desktop) have no icons,
but if directly created via BuildModelScript all icons are ok.

It was pure coincidence, after many trials i found that
shortcuts to %Systemroot%\some.exe are ok, but %systemdrive%\...... are not ok.
It doesn't make any difference whether API or BuildModel.

Peter

#906 dera

dera

    Gold Member

  • .script developer
  • 1,335 posts
  •  
    Hungary

Posted 15 December 2008 - 06:15 PM

On x64 host OS plus the checkbox "Do not refresh shortcuts on ISO boot" checked on
e.g. in ImgBurn.script using these lines:
[codebox]If,%pCheckBox1%,Equal,True,Add_Shortcut,Desktop,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox2%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunch,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0"[/codebox]
Does it work?

#907 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 15 December 2008 - 08:27 PM

Does it work?

Yes, yes yes :) :) :( :(

#908 fxscrpt

fxscrpt

    Frequent Member

  • .script developer
  • 328 posts
  •  
    Germany

Posted 15 December 2008 - 11:20 PM

[quote name='dera' post='51957' date='Dec 15 2008, 07:15 PM']On x64 host OS plus the checkbox "Do not refresh shortcuts on ISO boot" checked on
e.g. in ImgBurn.script using these lines:
[codebox]If,%pCheckBox1%,Equal,True,Add_Shortcut,Desktop,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox2%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunch,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0"[/codebox] Does it work?[/quote] @dera and Lancelot :) many thanks. now i know its possible! using [codebox] If,%pCheckBox1%,Equal,True,Add_Shortcut,Desktop,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox2%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" If,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunch,,,,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0" [/codebox] the result is: [url="http://img523.imageshack.us/my.php?image=okky3.png"]image1[/url] but using[codebox]If,%pCheckBox1%,Equal,True,Add_Shortcut,DesktopIf,%pCheckBox2%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%If,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunch [/codebox] the result is: [url="http://img114.imageshack.us/my.php?image=nokqt5.png"]image2[/url] nothing else changed!! should i PM link to Project and/or ISO?

(sorry cannot attach logs because upload fails)
(cannot insert images: "Sorry, dynamic pages in the [IMG] tags are not allowed")




thanks again
Peter

#909 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 15 December 2008 - 11:29 PM

should i PM link to Project and/or ISO?

No,

nothing else changed!!

This is what it should be.

I guess further will be made by api or psc !?!?

Also i remember galapo had shortcut issues time to time (i guess with bootsdi), so it may be related to this too (i tested with bootsdi too, and i see ImgBurn shortcut icons with dera's adding loaded too :(

Lets wait what will peter say.

Thank you dera

ps: i just see you are writing to vistax64 topic and happy to see that :)

#910 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 18 December 2008 - 08:59 PM

Continuing from dera's finding, "Do not refresh shortcuts on ISO boot" checked on with changing ImgBurn.script

Add_Shortcut,Desktop,,,ImgBurn0

Add_Shortcut,Desktop,,,ImgBurn1Dera,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0"

Add_Shortcut,Desktop,,,ImgBurn2,,,"%PE_Programs%\%ProgramFolder%\%ProgramEXE%"

Add_Shortcut,Desktop,,,ImgBurn3,,,"%SystemDrive%\Program Files\%ProgramFolder%\%ProgramEXE%"

Add_Shortcut,Desktop,,,ImgBurn4,,,"#$pSystemDrive#$p\Program Files\%ProgramFolder%\%ProgramEXE%"

(source xpenglish ;) )

except ImgBurn0 , all others icon works

ps: I am not sure and i dont remember which post but i remember Galapo had this issue when "Do not refresh shortcuts on ISO boot" checked on with bootsdi method, and galapo's hostos is xp32. I guess dera may verify or unverify that :cheers:

#911 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 18 December 2008 - 09:37 PM

@Dera!

After some weeks of wasted time with a lot of tests,
Maybe you spend 10 more minutes and try Explorer.Script version 050 (inside nativeEx_barebone_075, my signature)
Delete the complete %Basedir%\Temp\<project> directory before!

Peter

#912 dera

dera

    Gold Member

  • .script developer
  • 1,335 posts
  •  
    Hungary

Posted 19 December 2008 - 09:24 AM

Hi Peter

Do you mean to try Explorer.Script version 050 in the LiveXP project?
Yes, it works!
(using this shortcut command : Add_Shortcut,Desktop
without defining the icon file and icon index )

#913 dera

dera

    Gold Member

  • .script developer
  • 1,335 posts
  •  
    Hungary

Posted 19 December 2008 - 11:37 AM

Also this works:
Run,%BuildModelScript%,Add-Shortcut,"DE","#$pSystemDrive#$p\%WorkDir%\WinRAR\WinRAR.exe","WinRAR","-SW:#$pSystemDrive#$p\%WorkDir%\WinRAR"[/codebox]





But this one what is used in CD-Opera.script Version=4 available on the LiveXP server

[b]DOES NOT WORK![/b]

[codebox]//

Echo,"Creating Shortcuts..."

If,%ShortcutDesktop_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,"DE","#$pprogramfiles#$p\CD-Opera\Opera.exe","%Shortcutname_TextBox%"If,%StartMenuFolder_CheckBox%,Equal,False,Set,"%SMFolderName_TextBox%","."If,%ShortcutStartMenu_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,"SM\%SMFolderName_TextBox%","#$pprogramfiles#$p\CD-Opera\Opera.exe","%Shortcutname_TextBox%","-SW:#$pprogramfiles#$p\CD-Opera"If,%ShortcutQuickLaunch_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,"QL","#$pprogramfiles#$p\CD-Opera\Opera.exe","%Shortcutname_TextBox%","-SW:#$pprogramfiles#$p\CD-Opera"

If,%ShortcutSendTo_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,"ST","#$pprogramfiles#$p\CD-Opera\Opera.exe","%Shortcutname_TextBox%","-SW:#$pprogramfiles#$p\CD-Opera"//


#914 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 11:48 AM

Dera, please excuse me!

I'm sure you wrote it anywhere, but I'm too sad to look into all the posts :cheers:

What's your host's OS?

Peter

#915 dera

dera

    Gold Member

  • .script developer
  • 1,335 posts
  •  
    Hungary

Posted 19 December 2008 - 12:00 PM

So maybe my test not fully correct
this test made only on a guest OS in a virtual machine: Vista x64 SP1
checkbox "Do not refresh shortcuts on ISO boot" is checked on

#916 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 12:06 PM

So maybe my test not fully correct
this test made only on a guest OS in a virtual machine: Vista x64 SP1
checkbox "Do not refresh shortcuts on ISO boot" is checked on

For 99% I'm sure that the virtual machine does not make a difference!

Thanks

I'll check with the opera script in my 'physical' Vista 64 bit.

Peter

#917 fxscrpt

fxscrpt

    Frequent Member

  • .script developer
  • 328 posts
  •  
    Germany

Posted 19 December 2008 - 12:19 PM

So maybe my test not fully correct
this test made only on a guest OS in a virtual machine: Vista x64 SP1
checkbox "Do not refresh shortcuts on ISO boot" is checked on


Same on real XP x64 SP2. Icon does not load.

Peter

EDIT:

If,%ShortcutDesktop_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pprogramfiles#$p\CD-Opera\Opera.exe&#34;,&#34;%Shortcutname_TextBox%&#34;,&#34;-SF&#58;#$pprogramfiles#$p\CD-Opera\Opera.exe&#34;

works.

Peter,
my suggestion:
If there is no -SF parameter passed , create the parameter internally.

#918 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7,687 posts

Posted 19 December 2008 - 12:51 PM

As far as i remember there have been problems with shortcut cretion for a long time.
When one want's to set one of the more seldom used parameters, some will not work unless all parameters are used.

If you don't get an icon before first click, but after, don't use %programfiles%, as stated somewhere in early 2007. Use "%systemdrive%\Program files".

:cheers:

#919 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 01:00 PM

Same on real XP x64 SP2. Icon does not load.

Peter

EDIT:

If,%ShortcutDesktop_CheckBox%,Equal,True,Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pprogramfiles#$p\CD-Opera\Opera.exe&#34;,&#34;%Shortcutname_TextBox%&#34;,&#34;-SF&#58;#$pprogramfiles#$p\CD-Opera\Opera.exe&#34;

works.

Peter,
my suggestion:
If there is no -SF parameter passed , create the parameter internally.

I already thought on that, but I'm still collecting. The facts currently for me are not yet fully sorted.

As you know, on other host OSs it is done automagically. Vista 64 seems to be different.

Peter

#920 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 01:05 PM

As far as i remember there have been problems with shortcut cretion for a long time.
When one want's to set one of the more seldom used parameters, some will not work unless all parameters are used.

If you don't get an icon before first click, but after, don't use %programfiles%, as stated somewhere in early 2007. Use "%systemdrive%\Program files".

:cheers:

Our posts crossed, but part #1 I meant with 'still collecting facts'

To part #2: Can you test whether with Explorer.Script version 50 this is 'history' for you, too?

Peter

#921 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7,687 posts

Posted 19 December 2008 - 02:04 PM

Sorry, can't test, since i havn't seen the problem in a very long time.

I only know, if the icon shows up eventually, the shortcut is coded correct.
And if it doesn't show up right from the start, then the shortcut is read before the variable is set.
Using a variable which is set earlier solves the problem, just like delaying the shortcut reading.

:cheers:

#922 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 19 December 2008 - 09:09 PM

Medevil

You can test with enableing BootSDI + "Do not refresh shortcuts on ISO boot" checked on
On this condition sometimes quicklaunch menu dont give right icon when build made with hostosx86 (Galapo reported that before)

Posted Image

+ it is easier to get error with hostos x64 ;) (not same error, but we all know all ways to Rome)



@All

Gathering all info by "Do not refresh shortcuts on ISO boot" checked on with changing ImgBurn.script (hostos x64)

Add_Shortcut,Desktop,,,ImgBurn0_DONTWORK

Add_Shortcut,Desktop,,,ImgBurn1_WORK,,,&#34;%PE_Programs%\%ProgramFolder%\%ProgramEXE%#$c0&#34;

Add_Shortcut,Desktop,,,ImgBurn2_WORK,,,&#34;%PE_Programs%\%ProgramFolder%\%ProgramEXE%&#34;

Add_Shortcut,Desktop,,,ImgBurn3_WORK,,,&#34;%SystemDrive%\Program Files\%ProgramFolder%\%ProgramEXE%&#34;

Add_Shortcut,Desktop,,,ImgBurn4_WORK,,,&#34;#$pSystemDrive#$p\Program Files\%ProgramFolder%\%ProgramEXE%&#34;

Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pprogramfiles#$p\%ProgramFolder%\%ProgramEXE%&#34;,&#34;ImgBurn5_WORK&#34;,&#34;-SF&#58;#$pprogramfiles#$p\%ProgramFolder%\%ProgramEXE%&#34;

Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pprogramfiles#$p\%ProgramFolder%\%ProgramEXE%&#34;,&#34;ImgBurn6_DONTWORK&#34;

require_file,regedit.exe

require_file,aclui.dll

require_file,clb.dll

require_file,ulib.dll

Add_Shortcut,Desktop,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit0_WORK&#34;

Add_Shortcut,Desktop,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit1_WORK&#34;,,,&#34;#$pSystemRoot#$p\system32\regedit.exe#$c0&#34;

Add_Shortcut,Desktop,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit2_WORK&#34;,,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;

Add_Shortcut,Desktop,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit3_DONTWORK&#34;,,,&#34;%SystemDrive%\system32\regedit.exe&#34;

Add_Shortcut,Desktop,,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit4_DONTWORK&#34;,,,&#34;#$pSystemDrive#$p\system32\regedit.exe&#34;

Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit5_WORK&#34;,&#34;-SF&#58;#$pSystemRoot#$p\system32\regedit.exe&#34;

Run,%BuildModelScript%,Add-Shortcut,&#34;DE&#34;,&#34;#$pSystemRoot#$p\system32\regedit.exe&#34;,&#34;RegEdit6_WORK&#34;


it is interesting as ImgBurn3-4 .. link work but RegEdit3-4 .. lnk dont work, which is pointed out by fxscrpt a while ago (also i am sure you wont miss other differences :cheers: )

#923 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 10:41 PM

MMAANNYY TTHHAANNKKSS Lancelot!
(Unfortunatelly the 'Thanks' button is no longer present in the new design!)

I got it!

Compare the *.lnk files!:
shortcut_compare.gif

I have to research whether Billy the Door is responsible for the difference or me.

Unfortunatelly it looks like 'ME'!

Peter

BTW: As known in the forum: When I can reproduce a bug, it is only a question of some Latin minutes to fix (I beg your pardon, German time now is 11:37 PM. So be patient until tomorrow!)

Peter

#924 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5,013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 19 December 2008 - 10:49 PM

Good to read i can help. :cheers:

"power of dummy experts" + "power of expert dummies" --> Solution ;)

ps1: out of topic, i decide to send you weekly (monday to monday) bug report for winbuilder.exe through pm, which i guess/hope you will like. (and message for native ex :cheers: reports too)

#925 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12,028 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 December 2008 - 10:55 PM

ps1: out of topic, i decide to send you weekly (monday to monday) bug report for winbuilder.exe through pm, which i guess/hope you will like. (and message for native ex :cheers: reports too)

;)
And here reports about nightly bugs are very welcome!

But please, do not beat me too much! I do not like nice chairs destroyed on my head!

Peter :cheers:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users