I'm rebuilding my xplode install using xplode 4.3 and the select install.
What I'm wondering is that if it is possible to 'silently' execute some <execute> entries. Example: for nero I have two seperate executions and I only want to have one check box associated with the install part, therefore the registration part would be done silently.
CODE
<item display="Nero Burning ROM 6.6.0.8">
<execute display="Registering">
<program>REGEDIT</program>
<arguments>/S #systemdrive#\Install\Nero6608a\nero.reg</arguments>
<wait>true</wait>
</execute>
<execute display="Installing">
<program>#systemdrive#\Install\Nero6608a\Setup.exe</program>
<arguments>/SILENT /NO_UI /NOREBOOT</arguments>
<wait>true</wait>
</execute>
</item>
<execute display="Registering">
<program>REGEDIT</program>
<arguments>/S #systemdrive#\Install\Nero6608a\nero.reg</arguments>
<wait>true</wait>
</execute>
<execute display="Installing">
<program>#systemdrive#\Install\Nero6608a\Setup.exe</program>
<arguments>/SILENT /NO_UI /NOREBOOT</arguments>
<wait>true</wait>
</execute>
</item>
I have read the manual and discovered in this new version of xplode there is a <pre-execute> feature. However, from what I understand this may only be used once per .xml and I've already used it to silenty add my user accounts.
Edit: Just discovered from some other posts that this feature I'm looking for (command grouping) may be added to future versions of xplode.