-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes on changing Skype package for newer releases #278
Comments
@jberezanski am I right in saying that this can be closed? |
Yes, I believe so. I'd like the |
On second thought, perhaps not, because 8.x would replace 7.x, so from packaging standpoint it should be the same package. However, I would not publish 8.x at all until choco.exe learns how to pin a package to a version range (so that all interested users would be able to pin skype to 7.x). |
This package is now being maintained here: https://github.com/chocolatey/chocolatey-coreteampackages So going to close this out. |
I'm not versed in Ketarin to make PRs for the Skype package, but I've poked at the newer version. I thought I would jot my notes here for whomever eventually updates/takes over the package...
Skype-([0-9][0-9.]+)\.exe
with the version as\1
. It is v8.18.0.6 at this moment.REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V <local path to SkypeInstaller.exe> /T REG_SZ /D WIN7RTM /F
or the PowerShell equivalent. I am pretty sure the Win8 compatibility (WIN8RTM
) works here too./sp- /verysilent /norestart
but I have not been able to disable:I have (blindly) tried:
/nodesktopicon
,/noicons
,/MERGETASKS="removedesktopicon"
,/MERGETASKS="!desktopicon"
,/MERGETASKS="!startskype"
all to no effect. Someone smarter than I probably knows how to discover the tasks to include in the/MERGETASKS=
command. (I'm sure that is where the magic is.)Hope this helps.
The text was updated successfully, but these errors were encountered: