Rico.JohnnY Posted October 22, 2006 Posted October 22, 2006 I don't know if this method has been posted before..I just find it out, that isFirst import the following reg code,Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Skype\Phone\UI]"InstallInfo"="google-toolbar:offered-notinstalled""Installed"=dword:00000001[HKEY_CURRENT_USER\Software\Skype\Phone\UI\General]"Language"="en"[HKEY_CURRENT_USER\Software\Skype\Toolbars\Installer]"GTDefault"=dword:00000000"IEDefault"=dword:00000000"FFDefault"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Skype_is1]"Inno Setup: Selected Tasks"="desktopicon""Inno Setup: Deselected Tasks"="launchSkype,startSkype,IsIEChecked,IsFFChecked"then just use "/verysilent" to silently install skype, works perfectly for me. hope this tips useful for you guys.
Sanjay Posted November 15, 2006 Posted November 15, 2006 Thank you, this works just as promised. Finally a way silently install the new Skype without the 'Google bar' crap.
ajua Posted November 15, 2006 Posted November 15, 2006 thanks, i was just about to add it to my uadvd.
leonardopenha Posted November 22, 2006 Posted November 22, 2006 I'm wondering if there anyway to make skype not start with windowsany1 can help me??thk's
Rico.JohnnY Posted November 22, 2006 Author Posted November 22, 2006 (edited) Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"Skype"=-Use this reg file after install skype.. Edited November 22, 2006 by Rico.JohnnY
rado354 Posted December 1, 2006 Posted December 1, 2006 (edited) Nice tip! I hate this toolbar s***s Edited December 1, 2006 by rado354
BenjaminKalytta Posted February 1, 2007 Posted February 1, 2007 I think, it is easier to use the /nogoogle command line switch.
MarkCoolio Posted February 2, 2007 Posted February 2, 2007 I think, it is easier to use the /nogoogle command line switch.I can confirm that it is working thanks a lot for this find!BUT:Just a small question: do you also know how to disable the IE Skype Addon to be installed? its annoying a lot.. ieti.exe gets somehow installed during skypesetup /verysilent /nogoogleAnd: how can I prevent skype being startet after installation? I can do it with taskkill of course but maybe there is a parameter?
beeker Posted February 3, 2007 Posted February 3, 2007 (edited) I played around with the installer and came up with a way to repackage it using Inno Setup. It isn't pretty but it seems to work ok.Steps to create custom Inno Setup installer for Skype: 1. Download the latest version of Skype from www.skype.com (I used 3.0.0.214) 2. Use ResHacker or some other tool to extract the icon from SetupSkype.exe and save it as Skype.ico 3. Open your %TEMP% folder (C:\Documents and Settings\username\Local Settings\Temp) to watch for installation files to appear 4. Run the SetupSkype.exe installer 5. Read the License Agreement and copy its text to a notepad file, save it as license.txt 6. Read the Privacy Statement and copy its text to a word document and save it in rtf format as privacy.rtf 7. Click the "Options" button (NOT Install) 8. Uncheck everything except "Install Skype Extras Manager" 9. Click "Install" and watch your %TEMP% folder for a folder called is-_____.tmp Open that folder and watch for PluginManager.msi10. Uncheck any toolbar or add-on boxes along the way11. As soon as you see PluginManager.msi copy it to your desktop quickly before the installer is finished.12. After the installation is done, copy 3 folders into a new folder of your choice. - "Phone" from C:\ProgramFiles\Skype\ - "My Skype Pictures" from C:\Documents and Settings\username\My Documents\ - "My Skype Wallpapers" from C:\Documents and Settings\username\My Documents\ Remove unins000.dat and unins000.exe from the "Phone" folder.13. Move files into the new folder: - Skype.ico - license.txt - privacy.rtf - PluginManager.msi 14. Copy the attached file "install_script.iss" to your new folder.15. Install Inno Setup from http://www.jrsoftware.org/isinfo.php (I installed the QuickStart Pack: ispack-5.1.9.exe)16. Double-click the "install_script.iss" file and compile it in ISTool. This will create a folder called "Output" and inside it will be the new Skype installer called SetupSkype.exeSilent install switch is /VERYSILENTIf you want the desktop icon, edit the install_script.iss under [Tasks] to remove Flags: "unchecked dontinheritcheck"I haven't used Skype yet to verify that everything works properly, so you be the judge if it works for you, then enjoy.The attached zip file contains install_script.iss, license.txt, privacy.rtf, Skype.icoEDIT: 4 Feb 2007, updated the install_script.iss to check if Skype is running during uninstall and to uninstall Plugin Manager at the same time. Added another unchecked box for the option to run Skype on system startup. This installer is 5Meg smaller than original. I think I'm done playing now, twas a good experience.install_script.zip Edited February 4, 2007 by beeker
cyberloner Posted February 3, 2007 Posted February 3, 2007 I don't know if this method has been posted before..I just find it out, that isFirst import the following reg code,Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Skype\Phone\UI]"InstallInfo"="google-toolbar:offered-notinstalled""Installed"=dword:00000001[HKEY_CURRENT_USER\Software\Skype\Phone\UI\General]"Language"="en"[HKEY_CURRENT_USER\Software\Skype\Toolbars\Installer]"GTDefault"=dword:00000000"IEDefault"=dword:00000000"FFDefault"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Skype_is1]"Inno Setup: Selected Tasks"="desktopicon""Inno Setup: Deselected Tasks"="launchSkype,startSkype,IsIEChecked,IsFFChecked"then just use "/verysilent" to silently install skype, works perfectly for me. hope this tips useful for you guys.awesome tips =.=
beeker Posted February 4, 2007 Posted February 4, 2007 Hi cyberloner,I tried using that registry fix, and I tried using this switch:/TASKS="desktopicon,installPluginManager,!launchSkype,!startSkype,!IsIEChecked,!IsFFChecked"But it still runs Skype after using /verysilentI updated my Inno Setup script in my previous post so I think I'll keep using that installer for now.
rado354 Posted February 4, 2007 Posted February 4, 2007 We should all dump skype for a month, after that they will release a nice 5MB installer with al this crap out
beeker Posted February 11, 2007 Posted February 11, 2007 Hey rado352,I saw your post over at RyanVM.net Discussion Board with your switchless installer for the business version of Skype. Nice work! Just what I was looking for.This version uses an msi installer so we now have the option to edit it using Orca (available at Shark's repository). Possible tweaks are:To stop Skype from starting up after installation, search for "StartSkype" (without quotes)- delete this entry in the InstallExecuteSequence table- delete this entry in the Property tableTo stop Skype from running on System Startup, search for "CurrentVersion\Run" (without quotes)- delete this entry in the Registry tableThanks,beeker
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now