July 15, 200719 yr You can use this (with msi installer):INSTALLLEVEL : Property which controls which feature/s gets installed INSTALLEVEL=10 (set by default, install all features:"Phone & IE PLUGIN & Plugin for Firefox")INSTALLEVEL=1 (Installs the "Phone" feature only)INSTALLEVEL=3 (Installs the "Phone and IE PLUGIN" features does not install the Plugin for Firefox)example: msiexec /i SkypeSetup.msi INSTALLLEVEL=1 /qbTo install without desktop shortcut use TRANSFORMS=:RemoveDesktopShortcut.mst To install without any shortcuts use TRANSFORMS=:RemoveAllShortcuts.mst To disable starting Skype automatically at logon use TRANSFORMS=:RemoveStartup.mst To disable Skype launch after installation ends use STARTSKYPE=FALSE To install for All Users use ALLUSERS=1Example:msiexec /i SkypeSetup.msi INSTALLLEVEL=1 STARTSKYPE=FALSE ALLUSERS=1 TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /qr
August 8, 200719 yr Updated to 3.5.32.202thx, but there is no start menu shortcutAnd it creates a desktop shortcut. Edited August 8, 200719 yr by sp00f
August 8, 200719 yr Updated to 3.5.32.202thx, but there is no start menu shortcutAnd it creates a desktop shortcut.Using my method above it has start menu shortcut and it doesn't create desktop shortcut
August 8, 200719 yr Author Updated to 3.5.32.202thx, but there is no start menu shortcutAnd it creates a desktop shortcut.Ok, there was a problem with desktop shortcut that appears after install (I forgot to remove it). Start Menu shortcut is in "Programs\Internet\". I will upload new installer soon.Edit:Updated installer Edited August 8, 200719 yr by odyn1982
August 9, 200719 yr msiexec /i SkypeSetup.msi INSTALLLEVEL=1 STARTSKYPE=FALSE ALLUSERS=1 TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /qrUsing my method above it has start menu shortcut and it doesn't create desktop shortcut Thanks, worked like a charm, managed to make a nice silent installer for the family, no faffing about required
August 10, 200719 yr Start Menu shortcut is in "Programs\Internet\".To bad Any way to get this on the normal place again?
August 10, 200719 yr Author It's not bad, just I like that place for shortcut. You can change by editing msi file with Orca or InstallShield. Watch my video tutorial if you don't know how
August 23, 200719 yr New Bussness version -> http://www.skype.com/intl/en/download/skyp...s/business.html -> 3.5.32.214
August 23, 200719 yr New Bussness version -> http://www.skype.com/intl/en/download/skyp...s/business.html -> 3.5.32.214 That is Skype Business 3.5.32.202 not 3.5.32.214
Create an account or sign in to comment