On 2/17/2010 10:44 AM, mscdex wrote: > There is a download tag supported in wpkg, so you could give that a try. > > According to the XSD documentation for the download tag: > "Specifies a global download (downloaded regardless of the command to > be executed). NOTE: The download is even executed if your command is > not using it. For example if the remove command is executed usually > you don't need to download the full installer. Therefore it is > recommended to add such downloads as a sub-node of the respective > command." > > Example download tag: > <download url="http://server/foo.exe" target="C:\tmp\foo.exe" > timeout="10" /> > > where timeout is an optional attribute measured in seconds. > > > - Brian > Has anyone dealt with users changing workspaces and needing their kit somewhere else in another fashion? That is the first problem I ran into is my testers had their worstation in a profile, but they use more than one machine. Almost like I need user based profiles more than machine based. |