Jump to content

Recommended Posts


Posted

You do this:

<execute display="Installing Office 2003...">
<program>
'#systemdrive#\Install\Applications\Office2003.exe'
</program>
<arguments>
'TRANSFORMS=#systemdrive#\Install\Applications\Office2003\Unattended.MST /qb-'
</arguments>
</execute>

Don't do those ':

<execute display="Installing Office 2003...">
<program>#systemdrive#\Install\Applications\Office2003.exe</program>
<arguments>TRANSFORMS=#systemdrive#\Install\Applications\Office2003\Unattended.MST /qb-</arguments>
</execute>

Why do si much ppl make that mistake? :)

Posted

Thanks you for helping me

Sorry. What about the (<item display="Microsoft Office 2003" image="#systemdrive#\Install\images\Office2003.gif">) images

I can't got it with the install like what you or some one showing

I am not good in xml that why I am asking. I know you are clever you should

Gave us a lot of time to learn this language it is not easy

Posted

Well, as far as I know, the plug-in you are using (XPlodeGFXInstall.x4d) isn't capable of showing images. That's for the SelectInstall.x4d plugin I think.

Could be wrong tho.

Posted

<execute display="Installing Office 2003...">

<program>

'#systemdrive#\Install\Applications\Office2003.exe'

</program>

<arguments>

'TRANSFORMS=#systemdrive#\Install\Applications\Office2003\Unattended.MST /qb-'

</arguments>

</execute>

Doesn't work

XPlode.log

Error during execution: File not found..

Posted

File Not Found is an XPlode error. It means XPlode can't find the file it's trying to execute. The problem lies eslewhere with your CD.

Posted

<execute display="Installing Office 2003...">

<program>

'#systemdrive#\Install\Applications\Office2003.exe'

</program>

<arguments>

'TRANSFORMS=#systemdrive#\Install\Applications\Office2003\Unattended.MST /qb-'

</arguments>

</execute>

Doesn't work

XPlode.log

Error during execution: File not found..

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...