8

I have just attempted to install Skype v8.12.0.2 on one of my network user's laptops (running Windows 10 Enterprise x64 build 1709) using the standalone/offline installer.

Running as admin, the installer loads then brings up message box stating "Please install skype from the windows store for the best experience" and given no option to continue with the offline install.

Is there a parameter I can use when running the installer to stop it doing this?

(FYI - The laptop is unable to access the Windows Store due to network restrictions)

td512
  • 5,170

3 Answers3

9

Reason:

According to Skype System Requirements:

New Skype on Windows desktop requires:

Windows 10 Version 1507, or version 1511

Windows 8.1

Windows 8

Windows 7 (32-bit and 64 bit versions supported)

Meaning it's not compatible with Windows 10 Anniversary Update (Version 1607) or higher. (Technically, it is! But Microsoft prefers, or in other words, wants to force you to use Windows Store!)

Solution:

Setting compatibility mode to Windows 7/8 does not work for everyone. From an elevated command line window navigate to the folder containing New Skype (v8.x) setup file and then run it with "/Silent" switch (case insensitive):

pushd C:\Users\USERNAME\Downloads\Programs
C:\Users\USERNAME\Downloads\Programs>Skype-8.12.0.2.exe /silent
5

I don't often answer my own questions but have just come across a fix for this:

Run the installer in "Compatibility mode" (Windows 8) and it installs fine.

Quite why the most recent version of Skype wont install directly on the most recent build of Windows is anyone's guess, but that's the work-around.

0

If you run the exe with the /? switch, it will provide the numerous switches available to this installer

enter image description here

Notable for this issue are the following:

C:\~\Skype-8.18.0.6.exe /verysilent /norestart

This suppresses the installation (/silent still has an interface popup), and prevents restart. Unfortunately, I'm not able to figure out how to prevent it from launching still.

Toto
  • 19,304