Jump to content

Silent installation of Skype.


Raoul

Recommended Posts

Hey,

What is the easiest way to install Skype silently?

Found this:

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

But that wont work.

I dont want any plugins for webbrowers.

I dont want a desktop shorcut.

I dont want it to autostart with Windows.

I want start menu shortcuts.

Thanks in advance.

Link to comment
Share on other sites

Still bissy.

At Skype.msi you need to edit Property with Orca.

There i changed:

INSTALLLEVEL=10 to INSTALLLEVEL=1.

ALLUSERS=2 to ALLUSERS=1.

And put STARTSKYPE=FALSE.

I have this in the config.txt:

RunProgram="Skype.msi /qn TRANSFORMS=Settings.mst TRANSFORMS=:RemoveStartup.mst TRANSFORMS=:RemoveDesktopShortcut.mst /norestart"

But i didnt make TRANSFORMS=:RemoveStartup.mst and TRANSFORMS=:RemoveDesktopShortcut.mst, i only made the Settings.mst (with installlevel1, allusers1 and startskype=false). Those RemoveStartup and RemoveDesktopShorcut i took from this link:

http://www.msfn.org/board/Release-Skype-36...231#entry673231

Hopefully it worsk.. I the Skype.exe now with Skype icon.

edit:

The RemoveStartup doesnt work, it autostarts after the installation. But there is no Shorcut on my desktop. Will search an alternative way of removing the startup, maybee i can find it with orca in skype.msi.

Edited by Raoul
Link to comment
Share on other sites

If you have two transforms you can add them to the same section, just seperate them with a comma like this (BTW remove the colon and quote them)

TRANSFORMS=\"RemoveStartup.mst,RemoveDesktopShortcut.mst\"

Or you can make one transforms file with both the shortcut and startup removed

I will dl the installer and see if i can find the startup thing to delete

Link to comment
Share on other sites

Found it:

http://odyn1982.elodz.net/installers/Skype_Tutorial.7z

Just did it like he did in his video with InstallShield, deleted toolbars and the run on startup then repacked it. :)

Thanks for telling me about:

TRANSFORMS=\"RemoveStartup.mst,RemoveDesktopShortcut.mst\"

And your video about making it.

:)

Edited by Raoul
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...