Skype
From this site I looked at the package specs for Skype and it says you can run it like this:
SkypeSetupFull.exe /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES /NOICONS
I ran this exact command and once complete it still pops up the "welcome to skype" window where it prompts you for a Skype Name & Password. It also did 'Not' put anything in the RUN or RUNONCE reg keys.
We need to deploy this to about 2,000 machines and since it does prompt you how do you handle this? if you push this installer with SCCM and it runs in the system context how do you set it up for all users? do you have to drop something into the Run Reg key or do you use the Active Setup Reg key?
SkypeSetupFull.exe /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES /NOICONS
I ran this exact command and once complete it still pops up the "welcome to skype" window where it prompts you for a Skype Name & Password. It also did 'Not' put anything in the RUN or RUNONCE reg keys.
We need to deploy this to about 2,000 machines and since it does prompt you how do you handle this? if you push this installer with SCCM and it runs in the system context how do you set it up for all users? do you have to drop something into the Run Reg key or do you use the Active Setup Reg key?
2 Comments
[ + ] Show comments
-
Thanks to all of for I am new to this site and the community of this site. All of the feedback is definitely helping me critique my up and coming scripted images that I will create for the K2000. - dmc32 10 years ago
-
Thanks for the script, mahendraKumar, it works!!!! - dmc32 10 years ago
Answers (5)
Please log in to answer
Posted by:
mahendraKumar
12 years ago
Posted by:
jt_sierra
10 years ago
The .msi of Skype v6.11 was super easy to push out with my K1000:
1. Download the MSI installer from Skype's website: http://www.skype.com/en/business/downloading/
2. For distribution via K1000:
Installation command: Use default
Run Parameters: /qn /i
Delete Downloaded files - checked
That's it! While researching, I also found the following business guide. While a couple of years old, it may have some useful information: http://download.skype.com/share/business/guides/skype-it-administrators-guide.pdf
Posted by:
KevinViolette
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.