Topic: Win7 64-bit PE Builds.  (Read 47138 times)

Re: Win7 64-bit PE Builds.
« Reply #20 on: June 21, 2011, 12:54:13 PM »

Brad

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Apr 2011
  • Posts: 24
Hi Chris  :wink:
With X64s builds there are a few little things…   :mellow:

Since using extracted Wim files is faster
I now build X64 builds with a Full File copy.
I use full file copy just for testing…. network sharing and other scripts

Extracted Wim and Full file copy 30min build time.. Not Bad  :thumbsup:

I have found that using full file copy is different
Networking icon on taskbar,
Desktop back round ??
Optimizations - Firewall I have set default to disable
Add firewall enable and disable shortcuts does not work with a X64 build,
This maybe why I have problems with network sharing??   
Did anyone else notice differences?

@ Arvy thank you for scripts, I will try them when I get a chance.
@ ChrisR do not tell anyone but Brad = PePauser..   :wink:
@ JFX you just saved the day again...... Thanks   :smile:

Re: Win7 64-bit PE Builds.
« Reply #21 on: June 21, 2011, 01:24:39 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Happy to see you, Brad :smile:
And for you, as the good old days with JFX and Multi7PE SE  :thumbsup:

a little busy now, I'll watch it later, thanks for feedback on x64s build.
« Last Edit: June 21, 2011, 01:27:34 PM by ChrisR »

Re: Win7 64-bit PE Builds.
« Reply #22 on: June 21, 2011, 05:37:49 PM »

Brad

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Apr 2011
  • Posts: 24
ChrisR and JFX

Network sharing in a X64 build now works,,,,,,,,,,, THANKS  :thumbsup:

Re: Win7 64-bit PE Builds.
« Reply #23 on: June 21, 2011, 09:41:56 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Desktop back round ??
Optimizations - Firewall I have set default to disable
Add firewall enable and disable shortcuts does not work with a X64 build,
This maybe why I have problems with network sharing??   
Thanks for feedback, I did not understand what you meant by "Desktop back round ??", but for others :

I changed "FireWall Disable" by "FireWall Disable (default)"  :cool:.

The shortcuts "firewall enable" and "firewall disable" works now  :thumbsup:, by adding a space.
Quote
sc.exe config MpsSvc start=auto       --> sc.exe config MpsSvc start= auto
sc.exe config MpsSvc start=disabled   --> sc.exe config MpsSvc start= disabled
with WB, we must be added #$s for a space after = , otherwise it deletes the space when saving the script :mad:

I also added a textbox to Specified the Computer Name. thanks RoyM   :thumbsup:

* 1-50_Optimizations.7z (10.8 kB - downloaded 215 times.)

Re: Win7 64-bit PE Builds.
« Reply #24 on: June 22, 2011, 12:37:26 PM »

Brad

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Apr 2011
  • Posts: 24
Hi  :smile:
I compared 4 builds x86 and x64 with Full and Standard file copy

With x86 builds
With Standard and Full File copy, both show same wallpaper or desktop
BUT
The Standard File copy build will not show the networking icon.
A Full file copy will display the networking icon

With a x64 build
Standard file copy, will show same wallpaper or desktop as a x86 build and no network icon

Full file copy will have default or standard win7 wall paper
And
Full file copy will display networking icon.. 

Next time I do all 4 builds I will compare log files… Sometime

Note
I have not found that any apps or scripts are affected. This is just something we should keep in mind.

I think   :doh7: I sent ChrisR a message detailing this post, but my sent box is empty, and since I can not edit, disclaimer goes here..

Re: Win7 64-bit PE Builds.
« Reply #25 on: June 22, 2011, 05:04:18 PM »

Brad

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Apr 2011
  • Posts: 24
Also … CoolMon 1 - script was used in  BB7

BG info is used with all other Win7 builds,

I can not remember why..  :brainfart:  but I did liked CoolMon 1

I will check it out when I have time,,,,,,,,, :cool:

Re: Win7 64-bit PE Builds.
« Reply #26 on: June 22, 2011, 06:18:55 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I saw for the network icon, thanks for the screenshot :smile:
This seems normal that with a full copy we have more things or more options
for the networ center, it certainly lacks some registry keys.

My answer is partly in this Dera's script NetworkCenter, I have slightly modified it, not perfect but not bad  :wink:.

http://www.mediafire.com/?b9fcdgy5q6aeate

Coolmon or BGInfo, the two are good  :thumbsup:, I do not want to put both.

:cheers:

ps: 10 post to edit, I think and you have a chechbox "save a copy in my outbox". I forget the check too, sometimes.
edit2: I just saw, there is an option in profile > personnal messaging > Save a copy
« Last Edit: June 22, 2011, 06:33:03 PM by ChrisR »

Re: Win7 64-bit PE Builds.
« Reply #27 on: June 23, 2011, 01:43:10 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Also … CoolMon 1 - script was used in  BB7

Yep, also used in Gena too. Check under 'Apps\System Tools\HW Info'.

Regards,
Galapo.

Re: Win7 64-bit PE Builds.
« Reply #28 on: June 23, 2011, 04:28:08 AM »

Arvy

  • Code Baker
  • Chef
  • ***
  • Location: Canada
  • Date Registered: Jun 2011
  • Posts: 157
I can't seem to get HWPnP to work in my 64-bit Win7PE SE builds and its failure appears to result in a lot of other issues, such as NIC driver loading in my own case.

In fact, if I attempt to run the HWPnP executable after booting, it says that its required DLL support is completely missing.  Actually the hwpnpdll.dll is present in the build, but is located in %windir%\system32.  Think possibly that one may need to be located in %windir%\SysWOW64 for PE x64 builds???  And the same might also apply more broadly to some of the destination %target...% handling for others as well.

Re: Win7 64-bit PE Builds.
« Reply #29 on: June 23, 2011, 04:34:56 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
As far as I know, HWPnP is only compatible with x86 builds. That is because it makes use of MS detours package -- only the 32 bit version is free, while the 64 bit version has a $10,000 license fee per product, hence Paraglider has not update for 64 bit support due to this pricing.

Regards,
Galapo.

Re: Win7 64-bit PE Builds.
« Reply #30 on: June 23, 2011, 04:57:33 AM »

Arvy

  • Code Baker
  • Chef
  • ***
  • Location: Canada
  • Date Registered: Jun 2011
  • Posts: 157
WOW!  That's some pricing and would certainly explain a 32-bit limitation.

Guess I'll modify that script in my set-up to make it exit automatically with a message if the build source isn't x86.

Re: Win7 64-bit PE Builds.
« Reply #31 on: June 23, 2011, 05:52:42 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
In the HWPnP script supplied with Gena, we have this line at the beginning:

Code: [Select]
If,Not,%SourceArch%,Equal,x86,Exit,"%ScriptTitle% is compatible with only PEx86 builds"

If you add something like that to the start of the [Process] section of your script, it will exit under x64 builds.

Regards,
Galapo.

Re: Win7 64-bit PE Builds.
« Reply #32 on: June 23, 2011, 08:04:33 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Quote
I can't seem to get HWPnP to work in my 64-bit Win7PE SE builds ......

Quote
If,Not,%SourceArch%,Equal,x86,Exit,"%ScriptTitle% is compatible with only PEx86 builds"
If you add something like that to the start of the [Process] section of your script, it will exit under x64 builds.
Done ("x86 only" in title too), thank you guys  :thumbsup:
 

Re: Win7 64-bit PE Builds.
« Reply #33 on: June 23, 2011, 08:20:37 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
With a x64 build
Full file copy will have default or standard win7 wall paper
OK seen, there is indeed a small problem with the program runbgingo.au3, I have a small correction but I prefer to do it with homes32.

What are the benefits of coolMon1 vs BGInfo ? I have to test it.
However, available easily with share script  :cool:

Re: Win7 64-bit PE Builds.
« Reply #34 on: June 23, 2011, 08:21:49 AM »

Arvy

  • Code Baker
  • Chef
  • ***
  • Location: Canada
  • Date Registered: Jun 2011
  • Posts: 157
In fact, it's possible to use the same "If,Not,%SourceArch%" method for "auto-switching" between two scripts, both of which are selected for build inclusion by default.  Ive done that for the Attribute Changer and Properties Plus scripts in my own multi-PE builder setups.  That way the Attribute Changer extension for Explorer gets installed for x64 builds and the Properties Plus extension gets installed for all others.

Incidentally, after having very kindly created that Attribute Changer script at my request, I see that it's not included in your own DL packages.  Don't like it much yourself?

Re: Win7 64-bit PE Builds.
« Reply #35 on: June 23, 2011, 08:40:13 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Incidentally, after having very kindly created that Attribute Changer script at my request, I see that it's not included in your own DL packages.  Don't like it much yourself?
I find him very well and it works well with Win7PE  :smile:, it seems that some dependency is missing to work also with Gena.

To include it in the dowload package, mon concern is to continue to improve Win7PE and to maintain it as a base with just few apps.
But here it is an add-in system tools, then maybe Yes  :wink:  By cons I do not want to put Acronis, even if I like TI and DD.

If one day we want to offer more apps in Win7PE SE, I would like to do it as Gena-sweets with an another package. but I have not enough timeeee 

:cheers:

Re: Win7 64-bit PE Builds.
« Reply #36 on: July 02, 2011, 08:07:13 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Good to see Holger is still alive.

Maybe we have a chance to get a fully working x64 version of PENetwork now :grin:

I made a small change to the x64 version of PENetwork.exe (v.056a), but before bothering Holger can anyone give me some respond?

is it still possible to crash it with the sharing tab, under Win7PE_SE x64? And is there in the  username box Administrator inside?

PENetwork v.12
 :cheers:



« Last Edit: July 03, 2011, 08:49:30 AM by JFX »

Re: Win7 64-bit PE Builds.
« Reply #37 on: July 02, 2011, 08:55:29 PM »

Arvy

  • Code Baker
  • Chef
  • ***
  • Location: Canada
  • Date Registered: Jun 2011
  • Posts: 157
Downloaded.  I'll run a 64-bit Win7PE SE test build with it and get back to you as soon as I can.  I usually use my own "customized" PENetwork.ini for static IP settings on my multiboot test platform.  Does that matter at all?

__

FOLLOW-UP as promised:  Built and ran using my usual 64-bit Win7PE SE script selections (mostly defaults) replacing ONLY that single script.  No crash when the sharing tab is selected nor when the start sharing button is clicked.

I do occasionally, however, seem to see other quicks with PENetwork under x64 Win7PE.  There are times when its start-up process actually seems to mess up my default 64-bit NIC driver installation so that it appears (and is) disabled under the device manager.  I realise that's a whole different issue, but just though I'd mention it if you're going to be contacting the author at some point.
« Last Edit: July 02, 2011, 10:09:21 PM by Arvy »

Re: Win7 64-bit PE Builds.
« Reply #38 on: July 03, 2011, 08:58:46 AM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Thanks, Arvy  :smile:

PENetwork.ini should not have any effect on this issue.
Every time the sharing tab is pushed, PENetwork try to build a list of the users available, thats were the crash (had) happen.

Your problem seems to be with the driver installation on first PENetwork start, maybe there are some information inside:

X:\Windows\Inf\setupapi.dev.log were all driver install/update should be logged.

 :cheers:

PS: uploaded new script in  my previous post.  forgot to add startnet.exe and lang files :embarrassed:

Re: Win7 64-bit PE Builds.
« Reply #39 on: July 03, 2011, 11:52:54 AM »

Arvy

  • Code Baker
  • Chef
  • ***
  • Location: Canada
  • Date Registered: Jun 2011
  • Posts: 157
Congrats.  Looks like you pinned down that issue successfully.  :thumbsup:

Your problem seems to be with the driver installation on first PENetwork start, maybe there are some information inside:
X:\Windows\Inf\setupapi.dev.log were all driver install/update should be logged.

Yes, thank you.  It's not consistent (doesn't do it every time) but basically the PENetwork start-up process seems to be trying and failing to reinstall (or update?) the NIC driver that has already been correctly installed from the 64-bit DriverStore during the PE start-up.  No immediate response is expected on that issue.  I just mention it as info that you might want to pass along if you are in contact with the author at some point.

__
P.S.: Specific NIC driver details are probably irrelevant, but just for the sake of providing complete info in case anyone wants to know, the NICs involved in my case are Marvell Yukon 88E8053 PCI-E Gigabit Ethernet Controllers and their "natively installed" 64-bit drivers are included in the Windows 7 PE build's DriverStore\netmyk00.inf_amd64_neutral_9c0c35afdddc16d2 subfolder.
« Last Edit: July 03, 2011, 02:04:11 PM by Arvy »

 

Powered by EzPortal