Thanks Joshua,
Having those dependencies in the system32 folder fixed the problem (I didn't have the asycfilt.dll file).
Also, as a heads-up, ewido anti-malware reports a "Backdoor.Bifrose.d" infection in ShutdownGUI.exe. Neither Norton AV nor Kaspersky AV report any issues. Makes me wonder about ewido's scan technique.
Having those dependencies in the system32 folder fixed the problem (I didn't have the asycfilt.dll file).
Also, as a heads-up, ewido anti-malware reports a "Backdoor.Bifrose.d" infection in ShutdownGUI.exe. Neither Norton AV nor Kaspersky AV report any issues. Makes me wonder about ewido's scan technique.
Hi everyone I no this thread is a few years old so I am hoping that there maybe a solution to my
problem.I am using Joshua's ShutdownGUI Version 2.0 Plugin in my Bart's PE ISO.
Has anyone managed to modify it so that it replaces XPE Shutdown Duologue box that comes with
XPE 1.0.7.At the moment the Plugin is working great on the Nu2Menu but I would like to remove
it from the Nu2Menu and simply use it to replace XPE shutdown menu much in the same fashion
as normal XP Shutdown Restart etc etc.
I get the impression after reading a vast number of post in the Forum that this is more difficult to achieve than mite be first thought.If anyone has a solution to this problem I would be most
great full if someone could put me write.
This is Joshua's code for the Nu2Menu which is working fine I have also added two additional dll's
to the plugin without these it will not work.
msvbvm60.dll
asycfilt.dll
CODE
[/code]<!-- Nu2Menu entry for ShutdownGUI -->
<NU2MENU>
<MENU ID="Startmenu">
<MITEM TYPE="SEPARATOR"></MITEM>
<MITEM TYPE="POPUP" MENUID="Shut_Down">Turn Off Computer</MITEM>
</MENU>
<MENU ID="Shut_Down">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\ShutdownGUI.exe))" CMD="RUN" FUNC="@GetWinDir()\system32\ShutdownGUI.exe">Shutdown-GUI</MITEM>
</MENU>
</NU2MENU>[code]
<NU2MENU>
<MENU ID="Startmenu">
<MITEM TYPE="SEPARATOR"></MITEM>
<MITEM TYPE="POPUP" MENUID="Shut_Down">Turn Off Computer</MITEM>
</MENU>
<MENU ID="Shut_Down">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\ShutdownGUI.exe))" CMD="RUN" FUNC="@GetWinDir()\system32\ShutdownGUI.exe">Shutdown-GUI</MITEM>
</MENU>
</NU2MENU>[code]
My setup is as follows
XP Pro SP3 ------- as the source files
Bart's PE 3.1.10a
XPE 1.0.7
Windows Blinds 5.0
Post precessing 2.2
ShutdownGUI
and many other additional plugins
