Help - Search - Members - Calendar
Full Version: Pe Builder V3.0.15
The CD Forum > General > Announcements
Bart Lagerweij
http://www.nu2.nu/pebuilder/

Bart.
iss
Tried out the new version. first thing that happened after PE builder started I went to click next to start the process and got a BSOD caused it said by InCD. after rebooting I disabled InCD and didnt have another problem in the building process. but after burning the ISO and trying it I find that my plugins for WinImage, WinRAR, PCITree, and systernals no longer work. they are on the menu but greyed out.
bazz
@iss
QUOTE
I find that my plugins for WinImage, WinRAR, PCITree, and systernals no longer work. they are on the menu but greyed out.

Bart's moved nu2menu back into it's own folder within the plugin folder now so you have to change any: @GetProgramDir to @GetProgramDrive\programs in each plugin's nu2menu.xml file. It could be that causing the problem.
iss
@ bazz,

Thanks for the reply. right after posting I remebered the thing about the change in the menu so I felt like a real moron.. and while I probably am blink.gif even after I made the changes in the menu those plugins still dont work so it must be something else I am missing.
Photographer
CODE
<!-- Nu2Menu entry for WinImage -->
<NU2MENU>
    <MENU ID="Programs">
 <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\WinImage\winimage.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\WinImage\winimage.exe">WinImage</MITEM>
    </MENU>
</NU2MENU>

CODE
<!-- Nu2Menu entry for PCItree -->
<NU2MENU>
    <MENU ID="Programs">
 <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\PCItree\PciTree.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\PCItree\PciTree.exe">PCItree</MITEM>
    </MENU>
</NU2MENU>

CODE
<!-- Nu2Menu entry for Sysinternal Reg & File Monitor -->
<NU2MENU>
    <MENU ID="Programs">
 <MITEM TYPE="POPUP" MENUID="Sysinternals">Sysinternals</MITEM>
    </MENU>
    <MENU ID="Sysinternals">
 <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\Sysinternals\Filemon.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Sysinternals\Filemon.exe">File Monitor</MITEM>
       <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\Sysinternals\Regmon.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Sysinternals\Regmon.exe">Reg Monitor</MITEM>
    </MENU>
</NU2MENU>
bazz
@iss
Depending on what version you used previously, another thing to look at might be in the inf within the plugin. for instance does it say:

CODE
[WinntDirectories]
a=programs\winimage,2


or is it still showing:

[
CODE
WinntDirectories]
a=winimage,2


That's about all I can think of.
iss
@bazz,

the INF files are correct so that isnt it. thanks for helping.

@photographer,

thanks for posting the Nu2 menu entries I think that is where I messed up. I am going to try them out. thanks

#Update.

ok got it sorted out and working. I had the inf files and the menu's had the right wording but I had used PROGRAMS instead of Programs once I changed that everything is working fine. thanks for your help guys.
ssrobzoom
Bart.
I have tried adding the storage drivers to you plugin folder.
It keeps asking for setuptxt.oem I can't locate a folder with this name.

Do you mean TXTSETUP.OEM ??
I'm using version v3.0.15 of your builder
allens
Tried V3.0.15 and found anything added by my plug-ins to "startmenu" has disapperared. Any added to sub menus are still ok.

Here is an example:
<!-- Nu2Menu entry for Burn-in Test -->
<NU2MENU>
<MENU ID="startmenu">
<MITEM TYPE="POPUP" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\BurninTest\*.*))" MENUID="Diags">Diagnostics</MITEM>
</MENU>
</NU2MENU>
It has still been added to the NU2Menu.xls but does not appear when executed. It's not that they are greyed out they are just not there.
I'm sure it's me doing something obviously wrong.
Bart Lagerweij
@allens

CODE
<MENU ID="startmenu">

should be

CODE
<MENU ID="Startmenu">

Bart.
allens
Bart,
Thanks very much
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.