Jump to content











Photo
* * * * - 5 votes

[NotActiveProject] Multi 7PEs had been Continued


  • Please log in to reply
211 replies to this topic

#151 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 02 May 2010 - 03:02 PM

There's an ugly glitch in many vistape script like the vistape patch

If,ExistDir,"%target_sys%\wbem\Repository",DirDelete,"%target_sys%\wbem\Repository"


If you want to use these script make sure you remove this lines.

For Side by Side error you can use this script:

VcRunTimes.7z

:mellow:

#152 thewanderer

thewanderer

    Newbie

  • Members
  • 11 posts
  •  
    Canada

Posted 02 May 2010 - 04:05 PM

Have a problem with 0-preconfig.script not being able to detect file version of hal.dll then aborting build.

I'm using original files extracted files from JFX's first post.

Project: Multi 7PEs SE
Arch: x64
OS: Windows 7 Ent
WAIK: v3

Logfile Here

#153 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 10 May 2010 - 05:58 PM

@thewanderer is your problem solve or still mounting problem



I would never add a bloated .Net framework to my WinPE, at least not at build time, but if anyone want it:

Attached File  DotNetFx.7z   8.63KB   432 downloads

#154 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 10 May 2010 - 07:13 PM

I would never add a bloated .Net framework to my WinPE


:cheers:
:lol:

:huh:
Wonko

#155 allhigh

allhigh
  • Members
  • 7 posts
  •  
    China

Posted 12 May 2010 - 01:05 AM

Hi, everybody here.

i use JFX's modification of win7pe_se dated on 2010-3-17.

when i open reg.7z attachment in 0-explorer script, looking the winlogon.reg and explorer.reg,

i found the entry: " U s e r i n i t " = " X : \ \ W i n d o w s \ \ s y s t e m 3 2 \ \ u s e r i n i t . e x e , "

the question is:
why use "\\" not "\" in this entry?

#156 allhigh

allhigh
  • Members
  • 7 posts
  •  
    China

Posted 12 May 2010 - 07:33 AM

one more question:

in 1-files.script, i saw the following:

[process]
...
If,%pCheckBox1%,equal,false,run,%ScriptFile%,StandardFonts
...

but, there was no section [StandardFonts] in this script.
what happened?

#157 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 12 May 2010 - 10:42 AM

the question is:
why use "\\" not "\" in this entry?

In a *reg file you have to use a double \ . regedit would accept it a single one

but, there was no section [StandardFonts] in this script.
what happened?

Good question no idea why it was missing or if it was from the very beginning :cheers:
However i took this section from another project in later releases.
Is there some thing to add for Chinese language?

#158 pscEx

pscEx

    Platinum Member

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

Posted 12 May 2010 - 10:54 AM

one more question:

in 1-files.script, i saw the following:

[process]
...
If,%pCheckBox1%,equal,false,run,%ScriptFile%,StandardFonts
...

but, there was no section [StandardFonts] in this script.
what happened?

There is also no %pCheckBox1% in the file. :cheers:
Somebody simply forgot to comment or delete this senceless line.

Peter

#159 allhigh

allhigh
  • Members
  • 7 posts
  •  
    China

Posted 12 May 2010 - 12:22 PM

thanks to PETER and JFX.

I review all of these scripts line by line recently.
get some difficulty.
need time.

#160 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 12 May 2010 - 02:30 PM

I slightly modify the very good debug Hive script with a export function in addition.
Put it in the finalize folder

Posted Image

Download Debug Hive

Thanks to NightMan, Max_Real_Qnx for the initial script.

#161 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 12 May 2010 - 09:00 PM

Which has the solution to avoid opening in Explorer each folder in a different windows.

#162 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 12 May 2010 - 11:18 PM

check here: http://www.boot-land...?...722&st=117#

#163 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 12 May 2010 - 11:19 PM

New Tips for "Open Command Prompt Here" available in any language, just delete 2 keys "extented"


2-Config.script
////add command prompt to right click context menu
// ChrisR
//RegWrite,"HKLM",0x1,"Tmp_software\Classes\Drive\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""
//RegWrite,"HKLM",0x1,"Tmp_software\Classes\Folder\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""

1-explorer.script

////_______/ Command Prompt Here \________________________________
// Change by ChrisR 13.05.2010 to "open Command Prompt Here" in any language, just delete 2 keys "extented"
//If,%pCheckBox10%,Equal,true,RegWrite,"HKLM",0x1,"WB-software\Classes\Drive\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""
//If,%pCheckBox10%,Equal,true,RegWrite,"HKLM",0x1,"WB-software\Classes\Directory\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""
If,%pCheckBox10%,Equal,true,RegDelete,"HKLM","WB-software\Classes\Drive\shell\cmd","Extended"
If,%pCheckBox10%,Equal,true,RegDelete,"HKLM","WB-software\Classes\Directory\shell\cmd","Extended"

Or delete the key "Extended" in the 2-Config.script :
the key is added by 1-files.Script with FileCopy,"%b32%\config\software","%t32%\config\"

file Software.7z
Win7x86_Classes.reg
Win7x64_Classes.reg
WinVistax86_Classes.reg
WinVistax64_Classes.reg

2-Config.script
////add command prompt to right click context menu
// ChrisR
//RegWrite,"HKLM",0x1,"Tmp_software\Classes\Drive\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""
//RegWrite,"HKLM",0x1,"Tmp_software\Classes\Folder\shell\Command Prompt Here\command","","cmd.exe /s /k pushd ""%V"""

[HKEY_LOCAL_MACHINE\Tmp_software\Classes\Directory\shell\cmd]
@="@shell32.dll,-8506"
"Extended"="" --> "Extended"=-
"NoWorkingDirectory"=""

[HKEY_LOCAL_MACHINE\Tmp_software\Classes\Drive\shell\cmd]
@="@shell32.dll,-8506"
"Extended"="" --> "Extended"=-
"NoWorkingDirectory"=""



#164 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 12 May 2010 - 11:37 PM

Thanks JFX for the folder issues where it single clicks and opens in a new window.

check here: http://www.boot-land...?...722&st=117#

but i have the same issues where double clicks opens in a new window also, an idea :cheers: .

#165 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 12 May 2010 - 11:50 PM

Thanks, I'll add your findings for command prompt to next version :cheers:

but i have the same issues where double clicks opens in a new window also, an idea :cheers: .

With default project?
Any script maybe setting classic shell registry key?

:cheers:

PS: I'll not be online until monday, CU

#166 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 14 May 2010 - 10:06 AM

i have the same issues where double clicks opens in a new window.

I found, the error was from the xCHM 1.9 script, i removed the app. It's OK now from the double click in Explorer.

#167 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 14 May 2010 - 11:01 AM

OT, but not much :cheers:.

What I normally use for "Command prompt here" in 2K/XP is INSTEAD of the Registry settings/shell extensions, a small app BackgroundCMD compiled as .dll, that actually opens the command prompt in the same folder that is opened:
http://www.roggel.co...CMD/index.shtml

Cannot say if it can or will work in a PE 1.x and/or in a Vista/2008/7 or in a PE 2.x/3.x.

:(
Wonko

#168 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 14 May 2010 - 09:06 PM

:cheers: The better way to 'Open Command here" in any language is just to delete the 2 keys.
[HKEY_CLASSES_ROOT\Directory\shell\cmd]

"Extended"=""

[HKEY_CLASSES_ROOT\Drive\shell\cmd]

"Extended"=""
It's just a small tip completely integrates in Vista/win7, nothing more to do.
You can test this by removing the 2 keys manually, it works

#169 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 18 May 2010 - 02:34 PM

Win7PE_SE_05_18_2010.7z

WoW64 - patching smss.exe now also for Win7/Vista builds, to avoid some app crashes
new script: paint,wordpad and the very best save log file :cheers:

also thanks to ChrisR for 'Open Command here" language fix

:cheers:

#170 paraglider

paraglider

    Gold Member

  • .script developer
  • 1743 posts
  • Location:NC,USA
  •  
    United States

Posted 18 May 2010 - 11:53 PM

Its incompatible with the new winbuilder 81 RC1 because of the use of:

Set,%ISOFile%,...,PERMANENT

which is no longer supported for system variables.

#171 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 19 May 2010 - 09:42 AM

A very practical small addition to Penetwork script for close the windows, minize to tray or keep the windows open after the network has install at first time. Thanks for the changed Autorun to RunOnce.
Thanks to Rocketero post

[Process-Registry]

If,%pScrollBox20%,Equal,"Show main window",RegWrite,"HKLM",0x1,"WB-Software\PENetwork","CloseAfterStartnet","0"

If,%pScrollBox20%,Equal,"Close program",RegWrite,"HKLM",0x1,"WB-Software\PENetwork","CloseAfterStartnet","1"

If,%pScrollBox20%,Equal,"Minimize to tray",RegWrite,"HKLM",0x1,"WB-Software\PENetwork","MinimizeToTray","1"

If,%pScrollBox20%,NotEqual,"Minimize to tray",RegWrite,"HKLM",0x1,"WB-Software\PENetwork","MinimizeToTray","0"



[Interface]

pTextLabel20=--------------------------------------------------------------------------------------------------------------------,1,1,10,600,500,18,8,Normal

pTextLabel21="After starting network do the following:",1,1,10,620,520,20,8,Bold

pScrollBox20="Close program",1,4,330,620,120,18,"Show main window","Minimize to tray","Close program"


#172 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 19 May 2010 - 10:06 AM

additional option in 1-explorer.script for those who prefer to use Peshutdown rather than reboot.lnk and shutdown.lnk.

pCheckBox12="enable Shutdown and Reboot in  Start Menu",1,3,23,305,239,18,False

If,%pCheckBox12%,Equal,true,Unpack,Links,Reboot.7z,True,"%ProfileDir%\Microsoft\Windows","Start Menu"

If,%pCheckBox12%,Equal,true,Unpack,Links,Reboot.7z,True,"%ProfileDir%\Microsoft\Windows","Start Menu"

If,%pCheckBox12%,Equal,true,Unpack,Links,Reboot.7z,True,"%ProfileDir%\Microsoft\Windows","Start Menu"
small correction in this scipt
If,NotExistDir,"%tx%\Manifests",DirMake,%tx%\Manifests"
If,NotExistDir,"%tx%\Manifests",DirMake,"%tx%\Manifests"

#173 pscEx

pscEx

    Platinum Member

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

Posted 19 May 2010 - 02:10 PM

Its incompatible with the new winbuilder 81 RC1 because of the use of:

Set,%ISOFile%,...,PERMANENT

which is no longer supported for system variables.


Unfortunatelly this project seems to use some LiveXP 'features'.

The project can be very easy made WB 081 compliant (Without hurting some back compatibility) by replacing %ISOFile% in some scripts 'intelligent' by %BurnISO%

Projects\win7pe_SE\Finalize\00-5_ISO_Name_Dynamic.script
Projects\win7pe_SE\Finalize\4-iso.script
Projects\win7pe_SE\VirtualTest\qEmu.Script
Projects\win7pe_SE\VirtualTest\VirtualBox.script
Projects\win7pe_SE\VirtualTest\VMWare.script

For those who do not want to edit:
Attached File  Win7pe_081_ready.zip   1.36MB   523 downloads

Peter

#174 pscEx

pscEx

    Platinum Member

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

Posted 19 May 2010 - 02:28 PM

Two BTWs to my previous post:

BTW1: Can somebody explain the necessarity of 00-5_ISO_Name_Dynamic.script?
At least with the 'factory settings' constellation I cannot see any sence in it.

BTW2: @Nuno: You should think about creating a new subforum 'Warez'. In the current Win7PE_SE_05_18_2010.7z download I got the folder:
warez.gif

Peter

#175 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 19 May 2010 - 02:45 PM

Well interesting to came today here and see you turn my nice project into a test of the latests WB trash version.

I see not the slightest sense in this changes of wb behavior, guess you was just bored.

Project comes with the wb version it was heavily tested with, and doesn't work with any other.



BTW: You such an unbelievable dump idiot peter.

Blow me!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users