Jump to content

How do you use config with gfxinstall


Recommended Posts

Posted

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>


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