September 25, 200520 yr I have no idea that how to make it for slient install. I saw some posts said have the use the .zip version. but there is no detail for it. I want to know in detail. Could someone help me?
September 26, 200520 yr I have no idea that how to make it for slient install. I saw some posts said have the use the .zip version. but there is no detail for it. I want to know in detail. Could someone help me?<{POST_SNAPBACK}>The type of original setup file from BitComet Website is NSIS.So you can use this with it:BitComet_0.60.exe /S /D=<your destination directory>I have test it , no problem
September 28, 200520 yr Get the ZIP version of bitcomet from here - http://download.bitcomet.com/achive/Then, you just need to unzip it, then make a self-extracting RAR of it to extract into %programfiles%. Then put a shortcut into all-users startmenu.
October 5, 200520 yr Here's instructions for a slim silent installer, but uninstall is a manual process of deleting the folder and shortcuts.1. Download the zip version of BitComet2. Extract the contents into a folder called "BitComet" (without quotes)3. Optionally reduce size by removing extra language files keeping only English:- remove ChangeLog_Chinese.txt, License_Chinese.txt, ReadMe_Chinese.txt, XCrashReport_zh_cn.exe- remove \fav\ad\previewdlg_zh_cn.htm, and \fav\ad\previewwnd_zh_cn.htm- remove everything else in \fav except keep my_fav.xml, fav_en_us.xml, search_en_us.mht, HowTo-AddYourSite.txt- remove everything in \lang except lang_en_us.xml- remove BitComet_Win9x.exe because I use XP3. Use WinRar to create an SFX archive: (Edited Oct 5, 2005)Select All items in the BitComet folder, right click on them and run Add to Archive...- Compression Method = Best- Create SFX archive- Create solid archive- Copy/Paste the following text into the Comment box (remove any shortcuts you don't want)Path=%ProgramFiles%\BitCometSilent=1Overwrite=1; Add Shortcut to DesktopShortcut=D, "%ProgramFiles%\BitComet\BitComet.exe", "", "BitTorrent Application", "BitComet"; Add Shortcut to Start Menu - ProgramsShortcut=P, "%ProgramFiles%\BitComet\BitComet.exe", "", "BitTorrent Application", "BitComet"; Add Shortcut to Start MenuShortcut=S, "%ProgramFiles%\BitComet\BitComet.exe", "", "BitTorrent Application", "BitComet"; Add Shortcut to StartupShortcut=T, "%ProgramFiles%\BitComet\BitComet.exe", "", "BitTorrent Application", "BitComet" NOTE: Silent=2 will display an extraction window, but no user interaction is required. Edited October 5, 200520 yr by beeker
October 5, 200520 yr small correctionPath=%ProgramFiles%\BitComet<{POST_SNAPBACK}>I performed a right click on the BitComet folder to Add to Archive..., so the whole folder was placed in %ProgramFiles%.I like your idea better to archive just the files and use the Path= to create the folder name. That eliminates errors in the shortcuts if someone names their working folder something other than "BitComet".I'll edit my original post. Thanks.
January 14, 200620 yr Now that version 0.61 is out I have an Inno Setup installer creation to share:1. Download the zip version of BitComet: http://download.bitcomet.com/achive/2. Extract the contents into a folder called "{app}" (without quotes)3. Reduce size by removing extra language files keeping only English:- remove ChangeLog_Chinese.txt, License_Chinese.txt, ReadMe_Chinese.txt, XCrashReport_zh_cn.exe- remove \fav\ad\previewdlg_zh_cn.htm, \fav\ad\previewwnd_zh_cn.htm- remove everything else in \fav except my_fav.xml, fav_en_us.xml, search_en_us.mht, HowTo-AddYourSite.txt- remove everything in \lang except lang_en_us.xml- remove BitComet_Win9x.exe because I use XP4. Copy the personal settings file found in %ProgramFiles%\BitComet\BitComet.xml and edit to include only the non standard settings similar to this:<?xml version="1.0"?><BitComet Author="RnySmile" Version="0.1"> <Settings> <ClientVersion>0.61</ClientVersion> <StartupAutoRunTask>1</StartupAutoRunTask> <EnableWebsiteWelcome>0</EnableWebsiteWelcome> <MinimizeToTray>0</MinimizeToTray> <UrlOpenInBC>0</UrlOpenInBC> <AutoUpdateCheck>0</AutoUpdateCheck> </Settings></BitComet>5. I didn't want to overwrite the BitComet.xml file when installing over a previous version, so I made an Inno Setup Installer using the attached install_script.iss file (plus it uninstalls nicely).6. Find a program to extract the icon out of the BitComet.exe program to create the BitComet.ico file.7. Install Inno Setup QuickStart Pack from www.jrsoftware.org and compile the install_script.iss file.install_script.iss Edited January 14, 200620 yr by beeker
Create an account or sign in to comment