MSFN Forum: [Release] Skype 3.6.32.248 Lite - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] Skype 3.6.32.248 Lite silent, unattended installer Rate Topic: -----

#11 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 14 July 2007 - 01:59 PM

Doesnt work for me.... :wacko:


#12 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 14 July 2007 - 02:27 PM

I forgot to mention that you must delete IE and Mozilla toolbars files in "Files and Folders" tab.
Just use my Skype.exe. :D

#13 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 14 July 2007 - 02:51 PM

View Postodyn1982, on Jul 14 2007, 10:27 PM, said:

I forgot to mention that you must delete IE and Mozilla toolbars files in "Files and Folders" tab.
Just use my Skype.exe. :D

Yours is the old version.

And i tried all day severall ways , but no go, it installs but when i click skype it opens phone folder instead of skype.

i give up

#14 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 14 July 2007 - 03:26 PM

@spoof
I've used the latest stable version (.msi file 3.2.32.175).
Uploaded new installer which I've tested in VMWare and also I've made a new video tutorial. So please test it once again.

#15 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 14 July 2007 - 10:30 PM

View Postodyn1982, on Jul 14 2007, 11:26 PM, said:

@spoof
I've used the latest stable version (.msi file 3.2.32.175).
Uploaded new installer which I've tested in VMWare and also I've made a new video tutorial. So please test it once again.

thx for your time.
i made more installers myself like this.
but this one...doesnt work for me and believe me i tried. :(

#16 User is offline   Mercury_22 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 477
  • Joined: 26-November 04

Posted 14 July 2007 - 11:13 PM

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

#17 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 07 August 2007 - 12:58 PM

Updated to 3.5.32.202

#18 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 07 August 2007 - 06:07 PM

View Postodyn1982, on Aug 7 2007, 08:58 PM, said:

Updated to 3.5.32.202

thx, but there is no start menu shortcut
And it creates a desktop shortcut.

This post has been edited by sp00f: 07 August 2007 - 06:52 PM


#19 User is offline   Mercury_22 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 477
  • Joined: 26-November 04

Posted 08 August 2007 - 02:51 AM

View Postsp00f, on Aug 8 2007, 12:07 AM, said:

View Postodyn1982, on Aug 7 2007, 08:58 PM, said:

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:

#20 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 08 August 2007 - 03:24 PM

View Postsp00f, on Aug 8 2007, 12:07 AM, said:

View Postodyn1982, on Aug 7 2007, 08:58 PM, said:

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

This post has been edited by odyn1982: 08 August 2007 - 03:40 PM


#21 User is offline   nlitened 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 18-July 06

Posted 09 August 2007 - 11:12 AM

View PostMercury_22, on Aug 8 2007, 02:51 AM, said:

View PostMercury_22, on Jul 14 2007, 11:13 PM, said:

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

#22 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 10 August 2007 - 12:18 AM

Quote

Start Menu shortcut is in "Programs\Internet\".


To bad :}

Any way to get this on the normal place again?

#23 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 10 August 2007 - 05:00 AM

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

#24 User is offline   Vancho 

  • Group: Members
  • Posts: 1
  • Joined: 23-August 07

Posted 23 August 2007 - 02:22 AM

New Bussness version -> http://www.skype.com/intl/en/download/skyp...s/business.html -> 3.5.32.214 :whistle:

#25 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 23 August 2007 - 10:23 AM

View PostVancho, on Aug 23 2007, 11:22 AM, said:


That is Skype Business 3.5.32.202 not 3.5.32.214


:thumbup

#26 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 26 August 2007 - 02:12 AM

thx :hello:

#27 User is offline   Vexii 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 02-July 07

Posted 29 August 2007 - 01:05 PM

Skype 3.5.0.229 is out! :thumbup

#28 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 30 August 2007 - 04:27 AM

Updated to 3.5.32.229

#29 User is offline   Vexii 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 02-July 07

Posted 30 August 2007 - 04:32 AM

View Postodyn1982, on Aug 30 2007, 10:27 AM, said:

Updated to 3.5.32.229


Tnx man. ****, you are quick :thumbup

#30 User is offline   odyn1982 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 05-July 05

Posted 05 September 2007 - 08:46 AM

Updated to 3.5.32.234

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy