The following rules are used when the Auto check box is checked for a file execution.
General rules:
The executable and the working folder are copied if the following conditions
are true:
-The path is local and is not in the Windows
directory.
For example: C:\folder\File.exe is copied but c:\winnt\notepad.exe is not
copied.
All path in the Windows directory
are assumed to be valid on all remote computers.
-The path is a share and the Administrative
context is selected because in this case the remote process has no rights
on network shares.
File specific rules:
Extension |
Interactive |
Wait exit |
New command line |
REG |
No |
Yes |
regedit /s filename.reg (*) |
INF |
No |
Yes |
use of the Install verb |
WAV |
No |
Yes |
handled internally by RemoteExec |
MP3 |
No |
Yes |
handled internally by RemoteExec |
MSI |
No |
Yes |
msiexec /i filename.msi /qn ALLUSER=1 |
AVI |
Yes |
No |
No change |
TXT |
Yes |
No |
No change |
DOC |
Yes |
No |
No change |
HTM/HTML |
Yes |
No |
No change |
VBS |
No |
Yes |
cscript FileName.vbs |
JS |
No |
Yes |
cscript FileName.js |
(*) When you specify a .reg file that modifies the HKEY_CURRENT_USER hive the reg file is automatically executed using the interactive context in order to update the profile of the logged on user.