mrwrx Posted July 17, 2006 Posted July 17, 2006 @ RogueSpear, mate the link to the "Microsoft .NET Framework All-in-One .zip Addon" coomes up "404 not found" can you fix it please
RogueSpear Posted July 17, 2006 Author Posted July 17, 2006 @ RogueSpear, mate the link to the "Microsoft .NET Framework All-in-One .zip Addon" coomes up "404 not found" can you fix it pleaseThanks for the notification on that. Hopefully that's the last of the bad links.
muiz Posted July 17, 2006 Posted July 17, 2006 I cant edit the new daemontools , it says its not a autoit script.How can i change this?
RogueSpear Posted July 17, 2006 Author Posted July 17, 2006 (edited) I did not put in any password on the new Daemon Tools installers. And I specifically checked the box to allow for decompilation. You should be able to use the AutoIt tool to simply decompile each installer.EDIT: Here are the scripts exactly as I wrote them:#NoTrayIconOpt("TrayIconHide", 1)FileInstall("SPTDinst.exe", @WindowsDir & "\")Run(@WindowsDir & "\SPTDinst.exe add")WinWaitActive("SPTD setup V1.25", "This program will install SCSI Pass Through Direct")ControlClick("SPTD setup V1.25", "This program will install SCSI Pass Through Direct", "Button1", 1, 1)WinWaitActive("SPTD setup V1.25", "You need to reboot for changes to take effect.")ControlClick("SPTD setup V1.25", "You need to reboot for changes to take effect.", "Button1", 1, 1)#NoTrayIconOpt("TrayIconHide", 1)FileInstall("DAEMONTools.exe", @WindowsDir & "\")Run(@WindowsDir & "\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 Not 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)If FileExists (@WindowsDir & "\DAEMONTools.exe") Then FileDelete (@WindowsDir & "\DAEMONTools.exe") Edited July 17, 2006 by RogueSpear
muiz Posted July 19, 2006 Posted July 19, 2006 (edited) It still didnt work for me, but thx anyway I made my own Run('DAEMONTools.exe')WinWait("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")If Not WinActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")WinWaitActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")Send("{TAB}{TAB}{ENTER}")WinWait("DAEMON Tools 4.03HE (32 bit) ","Please review the li")If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Please review the li")WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li")Send("{TAB}{TAB}{ENTER}")WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")Send("{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")Send("{TAB}{TAB}{TAB}{ENTER}")WinWait("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")Send("{TAB}{TAB}{ENTER}")WinWait("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")If Not WinActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har") Then WinActivate("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")WinWaitActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")Send("{TAB}{SPACE}{TAB}{ENTER}")WinWait("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")If Not WinActive("Wizard Nieuwe hardware gevonden","Met deze wizard kunt") Then WinActivate("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")WinWaitActive("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")Send("{TAB}{TAB}{ENTER}")WinWait("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")If Not WinActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har") Then WinActivate("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")WinWaitActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")Send("{ENTER}")edit : dutch !Now it runs fine Edited July 21, 2006 by muiz
RogueSpear Posted July 19, 2006 Author Posted July 19, 2006 @muiz, I'm just curious... do you mean my script didn't work? or decompiling the .exe file didn't work?
muiz Posted July 21, 2006 Posted July 21, 2006 decompiling the .exe file didn't work , and yours doesnt install the driver , and it installs in a directory i dont want.
RogueSpear Posted July 21, 2006 Author Posted July 21, 2006 I don't know what to tell you muiz, it installs perfectly for me. As far as decompiling the whole thing, I did check the box to allow decompiling. Perhaps there's a problem with the version of scite that I'm using.
Solid_Snake Posted July 21, 2006 Posted July 21, 2006 RogueSpear Can you update TaskSwitchXP addon to latest version 2.0.10? Thanks http://www.ntwind.com/software/taskswitchxp/download.html
muiz Posted July 21, 2006 Posted July 21, 2006 I don't know what to tell you muiz, it installs perfectly for me. As far as decompiling the whole thing, I did check the box to allow decompiling. Perhaps there's a problem with the version of scite that I'm using.As far as i know i am using the latest version.Maybe that is the problem
RogueSpear Posted July 23, 2006 Author Posted July 23, 2006 Update - 20060723Updated Crap Cleaner to V1.31.325Updated RogueSpear's Runtimes Installer to V1.2Updated SyncBack to V3.2.11
RogueSpear Posted July 23, 2006 Author Posted July 23, 2006 (edited) Update - 20060723Updated QuickTime Alternative to V1.71Updated Real Alternative to V1.49Note: If you downloaded the updates to Crap Cleaner or SyncBack shortly after they were posted, you should check your MD5's. If they don't match that means you should download them again. I had to fix them because I upgraded to AdminStudio 7.5 which apparently cannot deal with unadvertised shortcuts on it's own. I just knew when Macrovision bought out InstallShield that things would start to go down the crapper. Edited July 24, 2006 by RogueSpear
MGadAllah Posted July 24, 2006 Posted July 24, 2006 DAEMON Tools V4.03HE (w/ SPTD V1.25) .cab AddonHome Page:http://www.daemon-tools.ccFile size: 2.26MBMD5: 20A88E1DB1E0707B90355F10D9540A1EMD5: FD3F5108030E82CDD07D9CF4CBBE9239Install from: svcpack.inf and RunOnceExInstalls to: %PROGRAMFILES%\CD-R\Daemon ToolsShortcut: Programs\CD-RLast updated: 20060715Notes: Without getting the idea to first extract SPTDinst.exe from MHz, I never would have made this. I had essentially given up on the idea. This download contains two installers. The first one, SPTD.exe, should be installed from svcpack.inf. The second file, 050_DAEMONTools.exe, should be installed from RunOnceEx. If you follow these simple instructions, it will work. I have tested it. The SPTDinst.exe file that is used with the first installer is left inside %SystemRoot% in case you later need to uninstall the driver. Also, the registry entry to autorun the tray application has been removed, but you can easily enable it yourself when you first run the application. The .cab Addon Pack can be integrated using the RyanVM Integrator and the RunOnceEx setting will automatically be picked up if you use my ScriptPack. If you do not use the ScriptPack, then you will have to make arrangements for the RunOnceEx registry setting on your own. If I add this to my unattended cd, will I need to do any thing else, because after I integrate it with RyanVM integrator I did not find it installed at all.Thanks
RogueSpear Posted July 24, 2006 Author Posted July 24, 2006 Update - 20060724Added Wireshark V0.99.2 (replaces Ethereal)Updated TaskSwitchXP to V2.0.10Updated TrueCrypt to V4.2a
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