kSaMi Posted January 15, 2007 Posted January 15, 2007 Hi Shark007 I sent you the silent switch I think 7zipSFX it's better than autoit ? Thanks
edgarf28 Posted February 7, 2007 Posted February 7, 2007 (edited) SPTD 1.40 is out! Edited February 7, 2007 by edgarf28
Shark007 Posted February 7, 2007 Author Posted February 7, 2007 SPTD 1.40 is out! The files on my repository have been updated. Thanks for the information.shark
SRJ Posted February 8, 2007 Posted February 8, 2007 (edited) Here's an unattended installation version of SPTD 1.40. It will install quietly and prior to RunOnceEx and GUIRunOnce so you can then install the remainder of Daemon Tools without any further hassle! [url=http://home.people.net.au/~srjohnson/SRJs_SPTD140_Addon.7z]SPTD v1.40 Unattended Integration FileEnjoy! Edited February 17, 2007 by SRJ
biatche Posted February 13, 2007 Posted February 13, 2007 ok, I can understand how to silently install SPTD, but how about daemontools after that? anyone got any suggestions? silent switches for daemontools? (minus spyware)
Weed Posted February 13, 2007 Posted February 13, 2007 if u lookin for an dt 4.08 addon i have added the newest version in nliteos.comsilent switch is daemon408-140-x64.exe /Sbut u need to remove the "spyware" after that manually (SetupDTSB.exe)PS. sptd 1.42 is out, but beta
biatche Posted February 13, 2007 Posted February 13, 2007 ok how should i do it?i /s it then any suggestions on how to del setupdtsb.exe?
SRJ Posted February 14, 2007 Posted February 14, 2007 (edited) @biatche - this is what I do (the script is a smaller version of the one done here);$cdrom = DriveGetDrive("CDROM")RunWait($cdrom[1] & "\Applications\Daemon Tools v4.08.0.0\daemon408-x86.exe /S"); Delete spyware installer.RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DaemonTools_WhenUSave_Installer")If FileExists(@ProgramFilesDir & "\DAEMON Tools\SetupDTSB.exe") Then FileDelete(@ProgramFilesDir & "\DAEMON Tools\SetupDTSB.exe")EndIf; Kill the spyware process and its applicationIf ProcessExists("DaemonTools_WhenUSave_Installer.exe") Then ProcessClose("DaemonTools_WhenUSave_Installer.exe")EndIfDirRemove(@ProgramFilesDir & '\' & "DaemonTools_WhenUSave_Installer",1)Things to note:This is an AutoIt scriptI run this script from RunOnceEx (ie. after SPTD is loaded)The script will remove the spyware process if its running, the spyware application itself and related registry keys.The script is designed to install SPTD from the first CDROMFor those interested, here is the unattended integration file for SPTD v1.42 Beta:SPTD v1.42 Beta Unattended Installation FileSRJ. Edited February 17, 2007 by SRJ
Shark007 Posted February 18, 2007 Author Posted February 18, 2007 *discontinued*In lieu of a working silent switch i have discontinued creating this AutoIt installer.Use this command to install in an unattended installation.SPTDinst-v142-x86.exe add /qorSPTDinst-v142-x64.exe add /qshark
Recommended Posts