gugutz Posted January 21, 2007 Posted January 21, 2007 I am making a xml to be used with XPlode 4I noticed that in each <execute> tag, XPlode offers diferent configs for it.like in:<execute display="7-zip 4.44 Alpha 2" desc="Instala a última versão do 7zip" configs="HAILSTORM,AFTERSHOCK,MYSTIQUE,FAILSAFE">What is the difference between each one? Anyone know? For now i´m using all 4 in each <execute> line.
cluberti Posted January 22, 2007 Posted January 22, 2007 I'm not sure - but I've been using xplode 4.x with the following config file with no problems:<XPlode4> <config> <display plugin='#XPLODE#\XPlodeOriginalInstall.x4d'> <show total='21' after='19' subcount='false' /> <!-- make antialiasing false if you're running GUIinstall mode --> <font face='Tahoma' antialias='true' small='8' large='13' /> <!-- note the position attribute - it is listed in 'x,y' positions. --> <!-- 0..8 still may be used. --> <window position='4' /> <!-- can be standalone, or guiredraw --> <!-- for the latter two, you don't need to specify background colours, or images. --> <windowmode mode='standalone' border='false' /> <colours> <header back='#003399' fore='#FFFFFF' image='#XPLODE#\images\head.png' /> <footer back='#003399' fore='#FFFFFF' image='#XPLODE#\images\foot.png' /> <progress border='#000000' back='#FFFFFF' fore='#008800' fore2='#00AA00' /> <main back='#6699FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF' image='#XPLODE#\images\install.png' overlay='#FFFFFF22' /> </colours> </display> <environment> <!-- strings for the header/footer text --> <display.title> Installing Applications </display.title> <display.complete> Complete </display.complete> </environment> </config> <items> <item display='.NET Framework 2.0'> <execute display='.NET Framework 2.0'> <program>D:\Unattend\dotnetfx\dotnet20.exe</program> <arguments>/q:a /c:"install /l /q"</arguments> <hide>true</hide> </execute> </item> <item display='Virtual Machine Additions'> <execute display='Virtual Machine Additions'> <program>C:\DRIVERS\VM\virtualmachineadditions.msi</program> <arguments>REBOOT=ReallySuppress</arguments> <hide>false</hide> </execute> </item> <item display='Windows Critical Updates'> <execute display='Windows Journal Viewer'> <program>D:\Unattend\jrnlvwr\jrnlvwr.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='HighMat CD Wizard'> <program>D:\Unattend\hotfix\HMTCDWizard_enu.exe</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Multi Desktop Manager'> <program>D:\Unattend\xppower\deskman.exe</program> <arguments>/v/qn</arguments> <hide>true</hide> </execute> <execute display='Task Switcher'> <program>D:\Unattend\xppower\taskstch.exe</program> <arguments>/v/qn</arguments> <hide>true</hide> </execute> <execute display='Fast User Switcher'> <program>D:\Unattend\xppower\fastuser.msi</program> <arguments>TRANSFORMS=D:\UNATTEND\xppower\fastuser.mst /qn</arguments> <hide>true</hide> </execute> </item> <item display='Windows Server Support Tools'> <execute display='Support Tools'> <program>D:\Unattend\suptools\suptools.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Resource Kit'> <program>D:\Unattend\rktools\rktools.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='AdminPak'> <program>D:\Unattend\adminpak\adminpak.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Group Policy Management Console'> <program>D:\Unattend\gpmc\gpmc.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='BootVis'> <program>D:\Unattend\bootvis\bootvis.msi</program> <arguments>TRANSFORMS=D:\Unattend\bootvis\bootvis.mst /qn</arguments> <hide>true</hide> </execute> <execute display='PSTools'> <program>D:\Unattend\pstools\pstools.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> <execute display='RegClean'> <program>D:\Unattend\regclean\regclean.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> <execute display='UPHClean'> <program>D:\Unattend\UPHClean\UPHClean.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Microsoft Office Components'> <execute display='Office 2003 Professional'> <program>D:\Unattend\Office\PRO11.msi</program> <arguments>TRANSFORMS=D:\UNATTEND\Office\PRO11.mst /qn</arguments> <hide>true</hide> </execute> <execute display='SpamBayes'> <program>D:\Unattend\Spambayes\spambayes.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Multimedia Applications'> <execute display='Irfanview'> <program>D:\Unattend\irfanview\irfanview.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Flash'> <program>D:\Unattend\Flash\flashplayer_7.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Shockwave'> <program>D:\Unattend\Shockwave\shockwave_8.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='File Transfer Applications'> <execute display='WinSCP'> <program>D:\Unattend\WinSCP\winscp.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='SmartFTP'> <program>D:\Unattend\smartftp\smartftp.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='PuTTY'> <program>D:\Unattend\putty\putty.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> </item> <item display='File Manipulation Components'> <execute display='WinZIP'> <program>C:\progra~1\winzip\winzip32.exe</program> <arguments>/noqp /autoinstall</arguments> <hide>true</hide> </execute> <execute display='WinRAR'> <program>D:\Unattend\winrar\winrar.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='WinImage'> <program>D:\Unattend\WinImage\winimage.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='CutePDF Writer'> <program>D:\Unattend\CutePDF\CutePDF Writer.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='GhostScript Converter'> <program>D:\Unattend\CutePDF\GhostScript Converter.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='CD/DVD Applications'> <execute display='PowerDVD'> <program>D:\Unattend\PowerDVD\powerdvd.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Diskeeper'> <execute display='Diskeeper'> <program>D:\Unattend\dskeeper\dskeeper.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Adobe Acrobat'> <execute display='Adobe Acrobat'> <program>D:\Unattend\adobe\Adobe Reader 7.0.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='RealPlayer'> <execute display='RealPlayer'> <program>D:\Unattend\Real\real.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='System Virus and Spyware Protection'> <execute display='Create Reg Key'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks</arguments> <hide>true</hide> </execute> <execute display='Prevent Start Scan'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CreatedUserQuickScan /t REG_DWORD /d 00000001 /f</arguments> <hide>true</hide> </execute> <execute display='Set Default Scan Options'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CopiedDefaultScanOptions /t REG_DWORD /d 00000001 /f</arguments> <hide>true</hide> </execute> <execute display='Symantec Antivirus'> <program>D:\Unattend\SAV\Symantec Antivirus.msi</program> <arguments>REBOOT=ReallySuppress RUNLIVEUPDATE=0 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=2 ENABLEAUTOPROTECT=1 /qn</arguments> <hide>true</hide> </execute> <execute display='Windows Defender'> <program>D:\Unattend\defender\windowsdefender.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='System Cleanup'> <execute display='Cleanup Script'> <program>D:\Unattend\cleanup.cmd</program> <hide>true</hide> </execute> </item> <item display='Shutdown'> <execute display='Initiating Shutdown'> <program>shutdown</program> <arguments>-r -t 5 -c "Finishing Windows Installation and Rebooting"</arguments> <hide>true</hide> </execute> </item> </items></XPlode4>
benners Posted January 22, 2007 Posted January 22, 2007 These were just configs Wraith made up or uses himself and they are there as examples of the Selected Install plugin. You could add the name of your computer or your own configs like Testing or minimal so that when the XPlode dialog appears you can select a certain configuration.For example you have X number of computers called ComputerX, by default when XPlode loads if<config>#COMPUTERNAME#</config> was specified first in the configs list it would run the programs associated with the corresponding tagsconfigs='ComputerX'> which would be the current computer.You could also have a config called "Testing", this may be a default setup with no applications or tweaks installed so that you can test installations or scripts to see if they work before trying them in the real world. When XPlode runs you could select "Testing" from the drop down list and load the associated tweaks, programs or settings to install (if any) that are for that particular install.Hope this helps.
Kingskawn Posted April 3, 2008 Posted April 3, 2008 I'm not sure - but I've been using xplode 4.x with the following config file with no problems:<XPlode4> <config> <display plugin='#XPLODE#\XPlodeOriginalInstall.x4d'> <show total='21' after='19' subcount='false' /> <!-- make antialiasing false if you're running GUIinstall mode --> <font face='Tahoma' antialias='true' small='8' large='13' /> <!-- note the position attribute - it is listed in 'x,y' positions. --> <!-- 0..8 still may be used. --> <window position='4' /> <!-- can be standalone, or guiredraw --> <!-- for the latter two, you don't need to specify background colours, or images. --> <windowmode mode='standalone' border='false' /> <colours> <header back='#003399' fore='#FFFFFF' image='#XPLODE#\images\head.png' /> <footer back='#003399' fore='#FFFFFF' image='#XPLODE#\images\foot.png' /> <progress border='#000000' back='#FFFFFF' fore='#008800' fore2='#00AA00' /> <main back='#6699FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF' image='#XPLODE#\images\install.png' overlay='#FFFFFF22' /> </colours> </display> <environment> <!-- strings for the header/footer text --> <display.title> Installing Applications </display.title> <display.complete> Complete </display.complete> </environment> </config> <items> <item display='.NET Framework 2.0'> <execute display='.NET Framework 2.0'> <program>D:\Unattend\dotnetfx\dotnet20.exe</program> <arguments>/q:a /c:"install /l /q"</arguments> <hide>true</hide> </execute> </item> <item display='Virtual Machine Additions'> <execute display='Virtual Machine Additions'> <program>C:\DRIVERS\VM\virtualmachineadditions.msi</program> <arguments>REBOOT=ReallySuppress</arguments> <hide>false</hide> </execute> </item> <item display='Windows Critical Updates'> <execute display='Windows Journal Viewer'> <program>D:\Unattend\jrnlvwr\jrnlvwr.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='HighMat CD Wizard'> <program>D:\Unattend\hotfix\HMTCDWizard_enu.exe</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Multi Desktop Manager'> <program>D:\Unattend\xppower\deskman.exe</program> <arguments>/v/qn</arguments> <hide>true</hide> </execute> <execute display='Task Switcher'> <program>D:\Unattend\xppower\taskstch.exe</program> <arguments>/v/qn</arguments> <hide>true</hide> </execute> <execute display='Fast User Switcher'> <program>D:\Unattend\xppower\fastuser.msi</program> <arguments>TRANSFORMS=D:\UNATTEND\xppower\fastuser.mst /qn</arguments> <hide>true</hide> </execute> </item> <item display='Windows Server Support Tools'> <execute display='Support Tools'> <program>D:\Unattend\suptools\suptools.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Resource Kit'> <program>D:\Unattend\rktools\rktools.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='AdminPak'> <program>D:\Unattend\adminpak\adminpak.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Group Policy Management Console'> <program>D:\Unattend\gpmc\gpmc.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='BootVis'> <program>D:\Unattend\bootvis\bootvis.msi</program> <arguments>TRANSFORMS=D:\Unattend\bootvis\bootvis.mst /qn</arguments> <hide>true</hide> </execute> <execute display='PSTools'> <program>D:\Unattend\pstools\pstools.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> <execute display='RegClean'> <program>D:\Unattend\regclean\regclean.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> <execute display='UPHClean'> <program>D:\Unattend\UPHClean\UPHClean.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Microsoft Office Components'> <execute display='Office 2003 Professional'> <program>D:\Unattend\Office\PRO11.msi</program> <arguments>TRANSFORMS=D:\UNATTEND\Office\PRO11.mst /qn</arguments> <hide>true</hide> </execute> <execute display='SpamBayes'> <program>D:\Unattend\Spambayes\spambayes.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Multimedia Applications'> <execute display='Irfanview'> <program>D:\Unattend\irfanview\irfanview.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Flash'> <program>D:\Unattend\Flash\flashplayer_7.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='Shockwave'> <program>D:\Unattend\Shockwave\shockwave_8.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='File Transfer Applications'> <execute display='WinSCP'> <program>D:\Unattend\WinSCP\winscp.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='SmartFTP'> <program>D:\Unattend\smartftp\smartftp.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='PuTTY'> <program>D:\Unattend\putty\putty.exe</program> <arguments>/verysilent /SP-</arguments> <hide>true</hide> </execute> </item> <item display='File Manipulation Components'> <execute display='WinZIP'> <program>C:\progra~1\winzip\winzip32.exe</program> <arguments>/noqp /autoinstall</arguments> <hide>true</hide> </execute> <execute display='WinRAR'> <program>D:\Unattend\winrar\winrar.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='WinImage'> <program>D:\Unattend\WinImage\winimage.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='CutePDF Writer'> <program>D:\Unattend\CutePDF\CutePDF Writer.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> <execute display='GhostScript Converter'> <program>D:\Unattend\CutePDF\GhostScript Converter.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='CD/DVD Applications'> <execute display='PowerDVD'> <program>D:\Unattend\PowerDVD\powerdvd.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Diskeeper'> <execute display='Diskeeper'> <program>D:\Unattend\dskeeper\dskeeper.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='Adobe Acrobat'> <execute display='Adobe Acrobat'> <program>D:\Unattend\adobe\Adobe Reader 7.0.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='RealPlayer'> <execute display='RealPlayer'> <program>D:\Unattend\Real\real.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='System Virus and Spyware Protection'> <execute display='Create Reg Key'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks</arguments> <hide>true</hide> </execute> <execute display='Prevent Start Scan'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CreatedUserQuickScan /t REG_DWORD /d 00000001 /f</arguments> <hide>true</hide> </execute> <execute display='Set Default Scan Options'> <program>REG</program> <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CopiedDefaultScanOptions /t REG_DWORD /d 00000001 /f</arguments> <hide>true</hide> </execute> <execute display='Symantec Antivirus'> <program>D:\Unattend\SAV\Symantec Antivirus.msi</program> <arguments>REBOOT=ReallySuppress RUNLIVEUPDATE=0 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=2 ENABLEAUTOPROTECT=1 /qn</arguments> <hide>true</hide> </execute> <execute display='Windows Defender'> <program>D:\Unattend\defender\windowsdefender.msi</program> <arguments>/qn</arguments> <hide>true</hide> </execute> </item> <item display='System Cleanup'> <execute display='Cleanup Script'> <program>D:\Unattend\cleanup.cmd</program> <hide>true</hide> </execute> </item> <item display='Shutdown'> <execute display='Initiating Shutdown'> <program>shutdown</program> <arguments>-r -t 5 -c "Finishing Windows Installation and Rebooting"</arguments> <hide>true</hide> </execute> </item> </items></XPlode4>How is your cd looking? Where did you put xplode files? "$OEM$\$1\Install\Xplode" ???
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