Gen.Alexander Posted April 18, 2005 Posted April 18, 2005 ok i've got the tokens to install the user accountbut all the programs install under the admin accountwhere 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>
Wraith Posted April 18, 2005 Posted April 18, 2005 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.
Gen.Alexander Posted April 19, 2005 Author Posted April 19, 2005 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>
Wraith Posted April 19, 2005 Posted April 19, 2005 Yep Well, with a trailing quote " Keep in mind that this may only be used after first reboot.
Gen.Alexander Posted April 19, 2005 Author Posted April 19, 2005 Wraith you rock Thank You for all your help
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now