Jump to content

Recommended Posts

Posted

ok i've got the tokens to install the user account

but all the programs install under the admin account

where do i but the tokens in so that they will install under my account?

   so you need to specify each time you want to use a token.
 -->
 <tokens>
 <token username="******" password="*****" />
 </tokens>
 <!--

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


Posted

Add the attribute token="username" to the <execute> tag.

It'll work in anything under an <item> tag, so

<fileio-rmdir token="blah" ... >
<execute token="blah" ... >
<registry token="blah" ... >
<netstart token="blah" ... >

Will all run under the user "blah"s context.

Posted

so it should look like this?

<item display="DVD Tools" image="#XPLODE#\images\nvidia.gif">
 <execute display="Divx v5.1" desc="Installs Divx" token="*****>
  <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...