
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2010 11:30 PM
I know Lansweeper comes with Remote Software Uninstaller, but is there a remote software installer as well? I didn't notice in any documentation on the site that it is included nor did I see it anywhere in my trial installation.
Thanks!
Thanks!
Labels:
- Labels:
-
Archive
2 REPLIES 2

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2010 06:06 PM
When you use something like nircmd or psexec, it's possible to do installations. But your install scripts should be keept really unattended, or it will fail. To check the success of an installation it's possible to redirect the output errorlevel to a file and then check the file.
Nircmd uses a different concept for executing commands, it uses the task scheduler, I like it although there can be a delay (no more than 1 minute) until it starts.
Nircmd uses a different concept for executing commands, it uses the task scheduler, I like it although there can be a delay (no more than 1 minute) until it starts.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2010 02:01 AM
Good question but the answer is no.
This is because of security features in Windows. When you try to run programs in another users GUI, nothing will show up even though they will see it in the task manager.
PSexec.exe can get around some of the security for this but it is limited and I have not been able to get any worth while applications installed.
Another thing you can look into is useing WMI to access the Windows Task Scheduler. I have seen scripts able to do this useing VBS scripts, but I only know Powershell and have not gotten it to work and haven't had the time to troubleshoot more.
I would like to point out that Ghost Solution Suits 2.5 has the ability to install applications on remote PC's, the way this works is thay have a client installed.
Last option I can think of is to look into Application Virtualization, such as Installfree Bridge (www.installfree.com) (also my personal recomendation). Others are Microsoft App-V, Symantec SVS (I think) and last and least VMware ThinApp (This is the first technology for this, but greatly outdated and limited compared to other solutions).
This is because of security features in Windows. When you try to run programs in another users GUI, nothing will show up even though they will see it in the task manager.
PSexec.exe can get around some of the security for this but it is limited and I have not been able to get any worth while applications installed.
Another thing you can look into is useing WMI to access the Windows Task Scheduler. I have seen scripts able to do this useing VBS scripts, but I only know Powershell and have not gotten it to work and haven't had the time to troubleshoot more.
I would like to point out that Ghost Solution Suits 2.5 has the ability to install applications on remote PC's, the way this works is thay have a client installed.
Last option I can think of is to look into Application Virtualization, such as Installfree Bridge (www.installfree.com) (also my personal recomendation). Others are Microsoft App-V, Symantec SVS (I think) and last and least VMware ThinApp (This is the first technology for this, but greatly outdated and limited compared to other solutions).
