Jump to content

ckislam

Member
  • Posts

    137
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

Everything posted by ckislam

  1. Sorry, I didn't understand how it works. I downloaded the http://7zsfx.solta.ru/en/files/715/7zSD.7z and after extraction, I got the 7zsd.sfx and now what? how can this File help me to create SFX Archives from the command line? Thanks for help in advance!
  2. Do It yourself: iTunes without Quicktime Here is the way I used to Create a Silent Installation Executable for iTunes (almost every Version) without Quicktime [stand Alone Installer] 1. Download iTunes as usual from http://www.apple.com/itunes/download/ 2. Extract iTunesSetup.exe By WinRAR or 7-Zip 3. You need only iTunes.msi from the extracted Files, all others can be deleted. 4a. To Install directly Run iTunes.msi /qb /norestart 4b. If you want to create a switchless executable installer (compatible with XP and VISTA) do the following: - Create a batch File (using Notepad) named setup.cmd with the following content: @echo off color 3F title TGUP - iTunes Unattended Installer by Islam Adel echo. echo Installing iTunes .. echo. start /wait "iTunes SETUP" "iTunes.msi" /qb /norestart ping.exe 127.0.0.1 -n 4 >NUL cd /d "%allusersprofile%\Startmen*\Program*" if not exist "Multimedia" md "Multimedia" if exist "iTunes\iTunes.lnk" Move /y "iTunes\iTunes.lnk" "Multimedia" >NUL if exist "%allusersprofile%\Desktop\iTunes.lnk" Move /y "%allusersprofile%\Desktop\iTunes.lnk" "Multimedia" >NUL if exist "%public%\Desktop\iTunes.lnk" Move /y "%public%\Desktop\iTunes.lnk" "Multimedia" >NUL if exist "iTunes" rd /s /q "iTunes" >NUL if exist "iTunes.lnk" del /q /f "iTunes.lnk" >NUL reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "iTunesHelper" /f 2>NUL >NUL reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "QuickTime Task" /f 2>NUL >NUL reg add "HKLM\SOFTWARE\Apple Computer, Inc.\QuickTime\ActiveX" /v "QTTaskRunFlags" /t REG_DWORD /d "0x2" /f echo. echo. echo .....Done! ping.exe 127.0.0.1 -n 5 >NUL EXIT 5. Place the setup.cmd File in the same Folder of iTunes.msi 6. Run the iexpress command. Click on Start then Choose RUN, type iexpress and hit OK 7. Do as explained in the Screen shots: Weiter = Next 1. 2. 3. 4. 5. 6. Click On Add and Add setup.cmd and iTunes.msi 7. As Install Program Type setup.cmd 8. 9. 10. Choose the Path and File name where you want to save your Final Silent Installer. 11. 12. 13. 14. Wait till the Compression Process is done.. 15. Now you are done. Have Fun Reference
  3. I don't want to download the final switchless package. Can any body tell me the switches or commands to be used in a batch file (NO AutoIT) to get Shockwave installed without Toolbar. It doesn't matter if there is a silent command to uninstall the Toolbar afterwards. I think closing the browser after the installation can be easily done by taskkill.exe or process.exe. It would be nice if someone can post a sample of the batch file. Thanks
  4. So, is there a way to install with FULL options?
  5. When I use the /S switch, the mozilla Plugin doesn't get installed. If anyone know, how i can get it installed, let me know. Thanks
  6. is it possible to pin the topic to get more love?
  7. New Feature released! - TGUP is now able to compare the versions of installed applications on your pc with the current ones. - You can also select the Language of Applications you want to install (if they are available in other languages) Currently these languages are supported: English, German, French and Italian. Have fun with it... Please Feedback!
  8. Hello, I need some help from the experts. I want to add a new feature to TGUP, which compares the Versions of installed Applications with the current ones, so the user can be notified about updates. My problem is, how can i know what is the version of each installed application on the users computer??! As far as i know there isn't any standard path in registry, where all applications, leave their version number. Thanks
  9. This Link may help you. http://www.svrops.com/svrops/articles/jpoints.htm
  10. The Following Applications have been added recently: Internet Explorer 7 silent setup EAGLE silent setup eclipse Classic silent setup Freez 3GP Converter silent setup save2pc Light silent setup FastFontPreview silent setup NetSetMan silent setup Network Stumbler silent setup Unlocker silent setup
  11. The Following Applications have been added recently: Internet Explorer 7 silent setup EAGLE silent setup eclipse Classic silent setup Freez 3GP Converter silent setup save2pc Light silent setup FastFontPreview silent setup NetSetMan silent setup Network Stumbler silent setup Unlocker silent setup
  12. The only Silent Installer for AntiVir till now is provided by TGUP See the following link to see the advanced options for building the silent installer http://www.msfn.org/board/TGUP_addons_t104080.html
  13. If you want to build the latest version of Avira AntiVir PersonalEdition Classic Silent Installer , use the following switch for TGUP: /get:"Avira AntiVir PersonalEdition Classic" /oi:"folder path" example: tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" /oi:"C:\Downloads" This will download the latest version of Avira AntiVir PersonalEdition Classic and save the silent installer to "C:\Downloads\" If you want to install directly without building silent installer run: tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" This will download and install the latest version of Avira AntiVir PersonalEdition Classic silently
  14. If you want to build the latest version of Avira AntiVir PersonalEdition Classic Silent Installer , use the following switch for TGUP: /get:"Avira AntiVir PersonalEdition Classic" /oi:"folder path" example: tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" /oi:"C:\Downloads" This will download the latest version of Avira AntiVir PersonalEdition Classic and save the silent installer to "C:\Downloads\" If you want to install directly without building silent installer run: tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" This will download and install the latest version of Avira AntiVir PersonalEdition Classic silently
  15. I used this switch without extraction and it works well. /S/v/qn /V"/qb" To define custom installation Language, add /L"Lang-ID" For English for example use: /S/v/qn /V"/qb" /L"1033" For German use: /S/v/qn /V"/qb" /L"1031" To see a list of other languages visit this url
  16. a manual Language selection is not possible yet. The language is automatically selected depending on the following registry key: Key path: "HKCU\Control Panel\International\" Keyname: "slanguage" Currently these languages are supported: "ENU" - English "DEU" - German "FRA" - French "ITA" - Italian If you wish a different language change the value of the registry key.
  17. If you use the /oi:"folder path" switch. The Generated Silent Installer into that folder path can be used on any pc without tgup.
  18. If you want to build the latest version of Unlocker Silent Installer , use the following switch for TGUP: /get:"Unlocker" /oi:"folder path" example: tgup0017.exe /get:"Unlocker" /oi:"C:\Downloads" This will download the latest version of Unlocker and save the silent installer to "C:\Downloads\" The Silent Installer also includes Some Registry Tweaks. If you want to install directly without building silent installer, run: tgup0017.exe /get:"Unlocker" This will download and install the latest version of Unlocker silently
  19. If you want to build the latest version of Unlocker Silent Installer , use the following switch for TGUP: /get:"Unlocker" /oi:"folder path" example: tgup0017.exe /get:"Unlocker" /oi:"C:\Downloads" This will download the latest version of Unlocker and save the silent installer to "C:\Downloads\" The Silent Installer also includes Some Registry Tweaks. If you want to install directly without building silent installer, run: tgup0017.exe /get:"Unlocker" This will download and install the latest version of Unlocker silently
  20. If you want to build the latest version of Windows Live Messenger Silent Installer , use the following switch for TGUP: /get:"Windows Live Messenger" /oi:"folder path" example: tgup0017.exe /get:"Windows Live Messenger" /oi:"C:\Downloads" This will download the latest version of Windows Live Messenger and save the silent installer to "C:\Downloads\" The Silent Installer also includes Some Registry Tweaks. If you want to install directly without building silent installer run: tgup0017.exe /get:"Windows Live Messenger" This will download and install the latest version of Windows Live Messenger silently
  21. If you want to build the latest version of Skype Silent Installers , use the following switch for TGUP: /get:"Skype" /oi:"folder path" example: tgup0017.exe /get:"Skype" /oi:"C:\Downloads" This will download the latest version of Skype and save the silent installer to "C:\Downloads\" The Silent Installer also includes Some Registry Tweaks. If you want to install directly without building silent installer run: tgup0017.exe /get:"Skype" This will download and install the latest version of Skype silently
  22. If you want to build the latest version of iTunes Silent Installer , use the following switch for TGUP: /get:"iTunes" /oi:"folder path" example: tgup0017.exe /get:"iTunes" /oi:"C:\Downloads" This will download the latest version of iTunes and save the silent installer to "C:\Downloads\" If you want to install directly without building silent installer run: tgup0017.exe /get:"iTunes" This will download and install the latest version of iTunes silently PS: This is an iTunes Stand Alone Installer without Quicktime
  23. If you want to build the latest versions of Firefox and Thunderbird Silent Installers , use the following switch for TGUP: /get:"Firefox"+"Thunderbird" /oi:"folder path" example: tgup0017.exe /get:"Firefox"+"Thunderbird" /oi:"C:\Downloads" This will download the latest versions of Firefox and Thunderbird and save both silent installers to "C:\Downloads\" If you want to install directly without building silent installers run: tgup0017.exe /get:"Firefox"+"Thunderbird" This will download and install the latest versions of Firefox and Thunderbird silently
  24. If you want to build the latest version of Adobe Reader Silent Installer , use the following switch for TGUP: /get:"Adobe Reader" /oi:"folder path" example: tgup0017.exe /get:"Adobe Reader" /oi:"C:\Downloads" This will download the latest version of Adobe Reader and save the silent installer to "C:\Downloads\" The Silent installer also includes all registry tweaks.
  25. New Beta Function released! Please test (thanks to CMan) Now you can generate silent installers of applications online. The generated silent installers can be installed without need of Internet connection. When you use the switch for generating offline installers, TGUP does the following: 1. Application gets downloaded 2. Installing script gets generated 3. Both Files are then compressed in self-extracting archive. 4. By running the archive, the application begins installing immediatly and silently. To use this function apply this switch when you run TGUP: /oi:"path for destination folder" eg. tgup0017.exe /oi:"C:\Downloads" This is still a beta release of the function. Silent Setup for Plug-Ins and Extensions is not yet Supported. Please give me Feedback!
×
×
  • Create New...