RogueSpear Posted May 10, 2006 Author Posted May 10, 2006 I did have an installer up for both Microsoft AntiSpyware and for Windows Defender, but I made a decision that I'm not going to distribute any installers that require a WGA check in order to download from Microsoft. I just don't need the grief. Besides that I think Microsoft would have frowned upon how I managed to make Windows Defender installable from svcpack.inf (you can't normally).The installers that I have on here now will get updated when I'm able to do so. Any spare time that I have outside of work and clients has been spent lately programming. The other thing is that repacking apps is very mouse and keyboard intense and I've been having a great deal of problems lately with my right arm.Crap Cleaner is definately at the top of my list however.
MGadAllah Posted May 11, 2006 Posted May 11, 2006 RogueSpear=========Does THANKS = to your workI do not think soBut english does not have another word to express what I would like to saySo you can imagine what I want to sayI spent more then three months trying to use runonce or wpi but always failed and finally you make the add on that I will use with nLiteI used to be a staff admin for one of torrent site, and it was eating my time very fast and I find nothing left for family,...etcso I clearly understand your decision to give up, but you already left a great work behindThanks again===Mohamed
ScOOt3r Posted May 31, 2006 Posted May 31, 2006 Can anyone tell why when i intergrate OpenOffice2.cab it wont install when i install windows? I use RVM Intergrator to add, is this maybe the problem.Would really like this to workScOOt3r!
Vampik Posted June 4, 2006 Posted June 4, 2006 Is it possible to install Daemontools to his normal direction?And it doesnt autostart anymore Can i change this myself with your installer?You can always decompress the installer and edit the script yourself if you want it to install to the default. And I specifically stated that I turned off autostart. Just enable it, or again, edit the script to not disable it.I also want Daemon Tools to install to its default directory. But I cannot decompress the installer - it asks for a passphrase.
cancerface Posted June 5, 2006 Posted June 5, 2006 @VampikYou could try to create your own installer according to this post CF
MGadAllah Posted June 23, 2006 Posted June 23, 2006 Desktop Sidebar V1.05.111 .msi installer .cab AddonHome Page:http://www.desktopsidebar.comFile size: 9.62MBMD5: D71D59054E2564F171331DC3F6399A38MD5: 9A97350FC0E41A676187F2C1B8079920MD5: 2D789C1B44B569E9E2EFA6BDAF98C6E8Install from: svcpack.infInstalls to: %PROGRAMFILES%\Utilities\Desktop SidebarShortcut: Programs\UtilitiesLast updated: 20060228Notes: I simply love this program and have been a faithful user for about two years now. I've added quite a bit to this installer. Extra skins: Aero Style (Glass Mistic), BMF, Concrete, Glass Black, Glass Blue, Homestead, IM contest, InspiratSE, LonghornNature, LonghornNature Blue, MetallicShades (Blue, Green, Purple, Red, All Blue, All Green, All Purple, All Red), OpusOS (Blue, Deep, Green, Olive), Royale_Black_Knight_Compact, Royale_Luna_Compact, XPMC, and XPMC Induztry. Extra plugins: AlarmPanel, BatteryMonitor Performance Ticket, DSCalculator, DSiTunes Controller, DSMixer, DSMPC (Media Player Classic) Controller, DSShutdown, FlashPlayer, FTPUploader, HowLongUntil, IPPanel, KeyboardState, Magnifier, MailNotifier, PrinterQueue, RecycleBin, ScreenSaverController, SpeedFan Performance Ticket, SportsCaster, Sudoku, Thumbnail, UserTitle, and Wireless Performance Ticket. Requires .NET V1.1 or greater to run. Also, if you do not have SpeedFan installed, don't try to run the SpeedFan performance ticket.I've realize that many members failed to let that lovely tool workThanks for Kelsenellenelvian, because he is the one who did it,so thanks for you Kelsenellenelvian and all credit back to him, where credit is duehere is what I did:Downloaded sidebarb115.exe from the website:http://www.desktopsidebar.com/files/sidebarb115.exeUsing 7zip to extract the source then use only the file DesktopSidebar.msi with the switch DesktopSidebar.msi /qnand DONEThanks
RogueSpear Posted July 1, 2006 Author Posted July 1, 2006 (edited) Update - 20060630Added Paint.NET V2.63Removed MSN Messenger 7.5 due to obsolescenceUpdated Adobe Reader to V7.0.8Updated Crap Cleaner to V1.30.310Updated OpenOffice.org to V2.0.3I'll be attempting to update as many of the installers as I can this weekend. No promises though. Somewhere in this thread someone was looking for the source to the AutoIT scripts for the DAEMON Tools V4 installers. I erroneously told them to decompile the installers, forgetting I had protected them (for what reason I do not know). I came across the script files so here is the code:#NoTrayIconOpt("TrayIconHide", 1)FileInstall("C:\DAEMONTools.exe", "C:\DAEMONTools.exe")Run(@ScriptDir & "\DAEMONTools.exe")WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard")ControlClick("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard", "Button2", 1, 1)WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "License Agreement")ControlClick("DAEMON Tools 4.03HE (32 bit)", "License Agreement", "Button2", 1, 1)WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Components")ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, 1, 1)ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, "{TAB}")ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", "Button2", 1, 1)WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location")ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", 1019, "C:\Program Files\CD-R\DAEMON Tools")ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", "Button2", 1, 1)WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard")ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button4", 1, 1)ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button2", 1, 1)RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "DAEMON Tools")If FileExists (@ProgramsCommonDir & "\CD-R") Then DirCreate (@ProgramsCommonDir & "\CD-R")EndIfFileCopy (@ProgramsCommonDir & "\DAEMON Tools\DAEMON Tools.lnk", @ProgramsCommonDir & "\CD-R\DAEMON Tools.lnk", 1)DirRemove(@ProgramsCommonDir & "\DAEMON Tools", 1)I can't be certain anymore that this was the final code because some of it looks idiotic (like if a directory exists then create it ?), but this is what I found. Edited July 1, 2006 by RogueSpear
RogueSpear Posted July 1, 2006 Author Posted July 1, 2006 Update - 20060630Updated KeePass Password Safe to V1.05
muiz Posted July 1, 2006 Posted July 1, 2006 I'll be attempting to update as many of the installers as I can this weekend. No promises though. Somewhere in this thread someone was looking for the source to the AutoIT scripts for the DAEMON Tools V4 installers. I erroneously told them to decompile the installers, forgetting I had protected them (for what reason I do not know). I came across the script files so here is the code:nice , now i can finaly add the default location instead of C:\Program Files\CD-R
RogueSpear Posted July 1, 2006 Author Posted July 1, 2006 nice , now i can finaly add the default location instead of C:\Program Files\CD-R I bet myself a million bucks you'd post that.
RogueSpear Posted July 1, 2006 Author Posted July 1, 2006 Update - 20060701Updated 7-Zip to V4.42Updated FileZilla to V2.2.25
JuMz Posted July 2, 2006 Posted July 2, 2006 Just wanted to say Thanks and letting you know that your work does not go unappreciated!
muiz Posted July 2, 2006 Posted July 2, 2006 nice , now i can finaly add the default location instead of C:\Program Files\CD-R I bet myself a million bucks you'd post that.
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