
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 04:50 AM
Aim: deploy Skype 4.0 to a group of users with NO admin rights.
Wish to deploy Skype 4.0 to these group of users without admin rights using MSI package
Installation should start slient at the background
These users should not need to key in or prompt to key in any admin passwords
Please help..
thanks
Wish to deploy Skype 4.0 to these group of users without admin rights using MSI package
Installation should start slient at the background
These users should not need to key in or prompt to key in any admin passwords
Please help..
thanks
Labels:
- Labels:
-
Custom Actions
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2019 07:28 PM
Onde trabalho conseguimos automatizar com esse script para instalação remota e silenciosa
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>Diego - Skype</Name>
<Description>Instalação do skype (somente instalação ainda trabalhando na parte de atualização automatica do arquivo no servidor)</Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>900</MaxDuration>
<Rescan>True</Rescan>
<RunMode>1</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Fechar skype</Name>
<Type>3</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>-1</Failure>
<Path>skype.exe</Path>
<Parameters>/f /t</Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>taskkill /im skype.exe /f /t</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>2</Nr>
<Name>Desinstalação Skype 7</Name>
<Type>6</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName>Skypeâ„¢%</MSIName>
<MSIVersion></MSIVersion>
<Command></Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>3</Nr>
<Name>Instalação (Lansweeper)</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>5</Success>
<Failure>-1</Failure>
<Path>{PackageShare}\Installers\Skype\SkypeSetupFull.exe</Path>
<Parameters>/VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Installers\Skype\SkypeSetupFull.exe" /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>4</Nr>
<Name>Instalação (Simp20001)</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-1</Success>
<Failure>5</Failure>
<Path>\\SIMP20001\Office\Instalacao\Skype\SkypeSetupFull.exe</Path>
<Parameters>/VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"\\SIMP20001\Office\Instalacao\Skype\SkypeSetupFull.exe" /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>5</Nr>
<Name>Mensagem de conclusão</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>Msg.exe * Prezado usuário seu aplicativo Skype foi atualizado em segundo plano para evitar futuros travamentos, caso encontre alguma dificuldade e/ou dúvida por favor nos contate // Diego Saraiva (TI)</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>6.0.230.45</SoftwareVersion>
</Package>
