Jump to content

How do you use config with gfxinstall


Gen.Alexander

Recommended Posts

can you use the config tag with the gfxinstall and if so how

from selectinstall example:

<!-- the different config types available -->
 <config>Testing</config>
 <config>---</config>
 <config>#COMPUTERNAME#</config><!-- With #COMPUTERNAME# listed first, it makes sure the current computer's config is automatically loaded -->
 <config>---</config>
 <config>HAILSTORM</config>
 <config>AFTERSHOCK</config>
 <config>MYSTIQUE</config>
 <config>FAILSAFE</config>
 <config>---</config>

And how do you get it to work with gfxinstall

<items>
 <item display="DVD Tools" image="#XPLODE#\images\nvidia.gif">
 <execute display="Divx v5.1" desc="Installs Divx" configs="computer0,computer1,computer2">
   <program>%cdrom%\Setup\preinstall\DIVX51BUNDLE.EXE</program>
   <arguments>-s</arguments>
 </execute>

Link to comment
Share on other sites


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...