Jump to content

Recommended Posts

Posted

I was just wondering if there was any way to get XPlode to silently execute stuff during a program installation. For instance, I would like to install Nero and then import a registry file with Nero's settings, but without actually noting it. Instead of saying "Installing Nero" and then "Applying settings", I want to just have it say "Installing Nero" and doing both tasks. The only way I can think of is to make a batch and hide it, but that would require a whole bunch of batch files, considering how many programs I want to do this for.


Posted

Just name all of the "display=" the same :)

like:

<item display='DirectX 9.0b'>
   <execute display='Extraction' program='%SOURCEDRIVE%\Programmes\7zip\7z.exe' arguments='x -y -o%WINDIR%\Temp\Install\directx %SOURCEDRIVE%\Programmes\directx9c.7z' hide='true' />
   <execute display='Installation' program='%WINDIR%\Temp\Install\directx\dxsetup.exe' arguments='/silent' />
</item>

would become:

<item display='DirectX 9.0b'>
   <execute display='Multimedia acceleration' program='%SOURCEDRIVE%\Programmes\7zip\7z.exe' arguments='x -y -o%WINDIR%\Temp\Install\directx %SOURCEDRIVE%\Programmes\directx9c.7z' hide='true' />
   <execute display='Multimedia acceleration' program='%WINDIR%\Temp\Install\directx\dxsetup.exe' arguments='/silent' />
</item>

Posted

Thats the first thing I tough when looking for another word :)

Microsoft DirectX® 9.0c End-User Runtime will update your current version of DirectX ? the core Windows® technology that drives high-speed multimedia and games on the PC.

They don't say its a security fix release :rolleyes:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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