Jump to content

Recommended Posts

Posted

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 /qb

To 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=1

Example:

msiexec /i SkypeSetup.msi INSTALLLEVEL=1 STARTSKYPE=FALSE ALLUSERS=1 TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /qr

  • 4 weeks later...

Posted (edited)
Updated to 3.5.32.202

thx, but there is no start menu shortcut

And it creates a desktop shortcut.

Edited by sp00f
Posted
Updated to 3.5.32.202

thx, but there is no start menu shortcut

And it creates a desktop shortcut.

Using my method above it has start menu shortcut and it doesn't create desktop shortcut :rolleyes:

Posted (edited)
Updated to 3.5.32.202

thx, but there is no start menu shortcut

And 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 by odyn1982
Posted

msiexec /i SkypeSetup.msi INSTALLLEVEL=1 STARTSKYPE=FALSE ALLUSERS=1 TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /qr

Using my method above it has start menu shortcut and it doesn't create desktop shortcut :rolleyes:

Thanks, worked like a charm, managed to make a nice silent installer for the family, no faffing about required :thumbup

Posted

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 ;)

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...