
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2013 05:13 PM
Is this in the Plan for the Future to Push Software Installs. Also what about any Mapping Tools to create Network Maps
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2013 06:45 PM
- Maps will likely be included in Lansweeper 5.2.
- Remote installation will be included in a 5.X version of Lansweeper.
We have no release date yet for either of these features.
- Remote installation will be included in a 5.X version of Lansweeper.
We have no release date yet for either of these features.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2013 06:12 PM
Are you familiar with PsTools?
http://technet.microsoft.com/en-gb/sysinternals/bb896649.aspx
We use PsExec to remotely execute commands. You can use this to write an action in Lansweeper to install your software.
Don't forget to include any switches (such as silent install) when you are writing it.
What are you trying to install remotely?
Here's an action that we use as a bit of a guide...
You need to have psexec.exe in your actions folder in Lansweeper server.
You also need to have the install files to the software on a share that can be accessed by the PC you want to install it on...
So something like...
cmd.exe /k {actionpath}psexec.exe \\{smartname} -u YOURDOMAIN\ACCOUNT_WITH_ADMIN_PRIVILEGES \\YOUR_SERVER_NAME\SHARED_DIRECTORY_WITH_INSTALL_FILES\INSTALL.exe /ANY_SWITCHES_YOU_WANT
So when you launch this action, it will launch a command prompt and you will have to enter the password of the account that you have specified
http://technet.microsoft.com/en-gb/sysinternals/bb896649.aspx
We use PsExec to remotely execute commands. You can use this to write an action in Lansweeper to install your software.
Don't forget to include any switches (such as silent install) when you are writing it.
What are you trying to install remotely?
Here's an action that we use as a bit of a guide...
You need to have psexec.exe in your actions folder in Lansweeper server.
You also need to have the install files to the software on a share that can be accessed by the PC you want to install it on...
So something like...
cmd.exe /k {actionpath}psexec.exe \\{smartname} -u YOURDOMAIN\ACCOUNT_WITH_ADMIN_PRIVILEGES \\YOUR_SERVER_NAME\SHARED_DIRECTORY_WITH_INSTALL_FILES\INSTALL.exe /ANY_SWITCHES_YOU_WANT
So when you launch this action, it will launch a command prompt and you will have to enter the password of the account that you have specified
