Briar Posted February 16, 2006 Share Posted February 16, 2006 Hello All ,I'm having some trouple with xplode's menu. my xplode folder is in Root\$oem$\$1\Install\Xplode\This is my log:>>> Log session start at: 2006/02/16 12:41:46XPlode4 XMLParser::LoadFile(C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlode-SelectInstall2.xml) Active environment variables #ALLUSERSPROFILE# = 'C:\Documents and Settings\All Users' #APPDATA# = 'C:\Documents and Settings\Clint.BRASCH\Application Data' #COMMONPROGRAMFILES# = 'C:\Program Files\Common Files' #COMPUTERNAME# = 'BRASCH' #COMSPEC# = '%SystemRoot%\system32\cmd.exe' #HOMEDRIVE# = 'C:' #HOMEPATH# = '\Documents and Settings\Clint.BRASCH' #LOGONSERVER# = '\\BRASCH' #NUMBER_OF_PROCESSORS# = '1' #OS# = 'Windows_NT' #OS2LIBPATH# = '%SystemRoot%\system32\os2\dll;' #PATH# = 'Xy' #PATHEXT# = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' #PROCESSOR_ARCHITECTURE# = 'x86' #PROCESSOR_IDENTIFIER# = 'x86 Family 15 Model 2 Stepping 9, GenuineIntel' #PROCESSOR_LEVEL# = '15' #PROCESSOR_REVISION# = '0209' #PROGRAMFILES# = 'C:\Program Files' #PROMPT# = '$P$G' #SOURCEDRIVE# = 'D:' #SOURCEPATH# = 'D:\I386' #SYSTEMDRIVE# = 'C:' #SYSTEMROOT# = 'C:\WINNT' #TEMP# = '%USERPROFILE%\Local Settings\Temp' #TMP# = '%USERPROFILE%\Local Settings\Temp' #USERDOMAIN# = 'BRASCH' #USERNAME# = 'Clint' #USERPROFILE# = 'C:\Documents and Settings\Clint.BRASCH' #VERSION# = '4.3.51210.1523' #WINDIR# = '%SystemRoot%' #XML.FILE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\XPlode-SelectInstall2.xml' #XML.PATH# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode\' #XPLODE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode' #XPLODE.BASE# = 'C:\Documents and Settings\Clint.BRASCH\Desktop\2k\$OEM$\$1\Install\Xplode' Loading XPlode plugins Loading display plugin: '' Plugin load unsuccessful: ''>>> Log session end at: 2006/02/16 12:41:46And this is my XPlode-SelectInstall2.xml<XPlode4> <display> <display plugin="#XPLODE#\XPlodeSelectInstall.x4d"> <window position="4" width="100%" height="100%" border="false" /> <html>#XPLODE#\selection\select-frameset.html</html> <window width="800" height="600" titlebar="0" border="0" position="4" /> <html>#XPLODE#\selection\select-frameset.html</html> </display> <items> <item display="Dot Net 2.0" image=""> <execute display="Executing: 001_dotNET20.exe" desc="" configs=""> <program>%systemdrive%\Install\001_dotNET20.exe</program> <arguments /> </execute> </item> <item display="Adobe Acrobat" image=""> <execute display="Executing: AdobeReader.exe" desc="" configs=""> <program>%systemdrive%\Install\AdobeReader.exe</program> <arguments /> </execute> </item> <item display="Java2" image=""> <execute display="Executing: J2RE506.exe" desc="" configs=""> <program>%systemdrive%\Install\J2RE506.exe</program> <arguments /> </execute> </item> <item display="Paint.Net" image=""> <execute display="Executing: PaintNET.exe" desc="" configs=""> <program>%systemdrive%\Install\PaintNET.exe</program> <arguments /> </execute> </item> <item display="Quicktime Alternative" image=""> <execute display="Executing: QuickTimeAlternative.exe" desc="" configs=""> <program>%systemdrive%\Install\QuickTimeAlternative.exe</program> <arguments /> </execute> </item> <item display="Real Player Alternative" image=""> <execute display="Executing: RealAlternative.exe" desc="" configs=""> <program>%systemdrive%\Install\RealAlternative.exe</program> <arguments /> </execute> </item> <item display="Winamp" image=""> <execute display="Executing: Winamp.exe" desc="" configs=""> <program>%systemdrive%\Install\Winamp.exe</program> <arguments /> </execute> </item> <item display="Winrar" image=""> <execute display="Executing: WinRAR.exe" desc="" configs=""> <program>%systemdrive%\Install\WinRAR.exe</program> <arguments /> </execute> </item> </items> </display></XPlode4>any ideas what i'm doing wrong?thanks clint Link to comment Share on other sites More sharing options...
Nanaki Posted February 16, 2006 Share Posted February 16, 2006 (edited) Is XPlodeSelectInstall.x4d in the same folder as XPlode.exe? Edited February 16, 2006 by Nanaki Link to comment Share on other sites More sharing options...
Briar Posted February 16, 2006 Author Share Posted February 16, 2006 yes Link to comment Share on other sites More sharing options...
Nanaki Posted February 16, 2006 Share Posted February 16, 2006 Wild guess, but try changing this:<display> <display plugin="#XPLODE#\XPlodeSelectInstall.x4d"> <window position="4" width="100%" height="100%" border="false" /> <html>#XPLODE#\selection\select-frameset.html</html> <window width="800" height="600" titlebar="0" border="0" position="4" /> <html>#XPLODE#\selection\select-frameset.html</html> </display>by this:<config> <display plugin='#XPLODE#\XPlodeSelectInstall.x4d'> <window width="800" height="600" titlebar="0" border="0" position="4" /> <html>#XPLODE#\selection\select-frameset.html</html> </display> </config>This should fix your initial error, but there might be some others. Recheck your log file for those. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now