|
Hi Discobolis
I'm not sure MSI files are quite as straight forward as it seems when it comes to running with elevated rights. You also need a program to create it with.
What you could do is have the pc write a log file to a central location during logon that contains the IP address of the computer. Then have another script that runs with Admin rights that checks that folder and reads the files. Then copies files to the remote computer and logs it to maybe like a .INI file if it succeeds so that you don't perform the copy multiple times.
Then have the Admin script delete the workstations log file.
Otherwise you will need to get into a much larger security issue with modify rights or other solutions.
If that is the method you think you can work with and you need further assistance with setting up that sort of a routine please let us know.
|