johndoe74
Nov 27 2006, 02:48 PM
DAEMON Tools is an advanced application for multiprotection emulation. It is further development of Generic Safedisc emulator and incorporates all its features. This program allows running Backup Copies of SafeDisc (C-Dilla), Securom, Laserlock, CDCOPS, StarForce and Protect CD (and many others) protected games. Also included is a Virtual DVDROM drive (Generic DVD-ROM) enabling you to use your CD images as if they were already burned to CD! DAEMON Tools works under Windows9x/ME/NT/2000/XP with all types of CD/DVDROM drives (IDE/SCSI) and supports nearly any CD protection.
- DAEMON Tools needs a 1:1 Copy to run!!
- DAEMON Tools is used to RUN GAMES, NOT TO BURN THEM!!! Means emulation must be active while you want to play a game, not while burning the copy (except for you want to use DAEMON Tools' "fastdump" feature on a safedisc protected CD).
- If you want to run a copy protected application from an image mounted to a Generic DVD-ROM enabling the copy protection emulation(s) is NOT necessary!!
- Generic DVD-ROM is able to run nearly every protected or unprotected CD image (Safedisc®, Securom®, Laserlock®, Lockblocks® etc.) like it was the original CD! Just do an image file using one of the supported burning programs and mount it with Daemon Manager!
DAEMON Tools supports the following image files:
- cue/bin
- iso
- ccd (CloneCD)
- bwt (Blindwrite)
- mds (Media Descriptor File)
- cdi (Discjuggler)
- nrg (Nero)
- pdi (Instant CD/DVD)
- b5t (BlindWrite 5)
- (Compressed ISO images)
DAEMON Tools v4.30.1 (x86/64-bit)
This addon does not include SPTD. You must include an addon for SPTD as well when integrating this addon.
Website/Changelog :: Disc-Tools.com
File size :: 4.78 MB (5,013,542 bytes)
MD5 :: D3A481DF5836470DFE7BD988C9F48095
Main :: esnips
Mirror :: MediaFire
Mirror :: Divshare
Mirror :: ifile.it
NOTES::- This addon uses an AutoIT script to install which is a combined effort of radix and myself so thanks go out to the maestro!
- This addon installs via GUIRUNONCE so unattended mode must be enabled!
SPDT v1.56 (x86/32-bits)
Website/Changelog :: DuplexSecure
File size :: 808.07 KB (827,468 Bytes)
MD5 :: A6A6BF22E547365BFA9ADE4C63AD595C
Main :: Esnips
Mirror :: FileFront
Mirror :: FileFactory
Mirror :: MediaFire
Mirror :: Badongo
SPDT v1.56 (x64/64-bit)
Website/Changelog :: DuplexSecure
File size :: 981.54 KB (1,005,096 Bytes)
MD5 :: F24BF57FC5CA8634F68A70AE1983F519
Main :: Esnips
Mirror :: FileFront
Mirror :: FileFactory
Mirror :: MediaFire
Mirror :: Badongo
older version of DAEMON Tools addon
DAEMON Tools v4.10 (x86/32-bit) with SPDT v1.56 (x86/32-bit)
File size :: 2.62 MB (2,751,866 bytes)
MD5 :: 21BBF6603EBBED0CBBA118CD2A228E75
Main :: MediaFire
Mirror :: FileFactory
Mirror :: Uploading
DAEMON Tools v4.10 (x64/64-bit) with SPDT v1.56 (x64/64-bit)
File size :: 2.98 MB (3,124,244 bytes)
MD5 :: E4D24DF5E4C2AC53A355DB0D925BAC27
Main :: MediaFire
Mirror :: FileFactory
Mirror :: Uploading
theSLug
Nov 28 2006, 02:42 AM
WOWWWWWWWWWWWWWWWWWWWW
you ROCK!
tnx again man!!!!
theSLug
Nov 28 2006, 05:35 AM
WORKS GREAT!
you are a master johndoe
TheSickman
Nov 28 2006, 06:47 AM
tanks for all ur wurk
makin iso now and test um
i shall give ya feedback m8
GDragoN
Nov 28 2006, 09:11 AM
And all we need to do is to add this in nLite, and nothing more? Everything is fully automated or what?
johndoe74
Nov 28 2006, 09:24 AM
QUOTE (theSLug @ Nov 28 2006, 05:35 AM)

WORKS GREAT!
you are a master johndoe

well not a master actually, more like a humble pupil. like i said, roguespear pointed me in the right direction otherwise i had just about given up. anyways, you're welcome. its always a pleasure to be of some use
TheSickman
Nov 28 2006, 02:43 PM
WORKS GREAT!
indeed

tanks again
jumpman
Nov 28 2006, 10:18 PM
Am i missing something? It doesnt appears on my brand new win installation...but it doesnt give errors or anything.
What would be the install process? Add it to the hotfixes part in nlite and thats it?
johndoe74
Nov 29 2006, 08:37 AM
QUOTE (jumpman @ Nov 28 2006, 10:18 PM)

What would be the install process? Add it to the hotfixes part in nlite and thats it?
yup
trefrog
Dec 17 2006, 04:35 AM
this is what i get after first logon:
Current SPTD installation cannot be validated by setup.
It is recommended to disable SPTD service and retun setup after reboot.
Do you want to disable SPTD service now?
theSLug
Dec 18 2006, 05:14 AM
is a hotfix order problem, the hotfix works great.
trefrog
Dec 18 2006, 02:20 PM
Yeah. I was wondering a little if the order the hotfixes are applied matters... I sorted them in Nlite by release date as I've seen recommended by someone, had to manually move a couple of them. I have IE7, WMP11 and Live Msgr. This sounds like a VERY IMPORTANT issue, so that i'm not using outdated, unstable and insecure DLLs! Could you point me to a list that illustrates the order to list them in Nlite? thx
Maverick38344
Dec 28 2006, 12:08 PM
how about a 64bit version?
johndoe74
Dec 29 2006, 08:57 AM
alright, i'll give it a shot over the weekend. let's see how it goes...
johndoe74
Dec 29 2006, 12:32 PM
uploaded the 64-bit addon. try it out. it's linked in the first post
hoosierpeschke
Jan 8 2007, 02:10 PM
johndoe74,
If you are versed with NSIS scripts, I have this script which works great for me (Verified with an nLite'd Win2K install).
The coding is wrapped on the display though and it doesn't handle uninstalling the old versions (as it's meant for slipstreaming). You don't need to add the /S switch because the installer is set to install silently.
CODE
SetCompressor /SOLID /FINAL lzma
;*Application Name*;
!define szName "Daemon Tools"
;*Version Information*;
!define nVersion "4.08"
;*Directory to install to*;
InstallDir "$PROGRAMFILES\${szName}"
;*Installer Icon*;
!define szIcon "${NSISDIR}\Contrib\Graphics\Icons\modern-install-blue-full.ico"
;* Place the Daemon Tools installer and the SPTD installer in the same folder as this script *;
;* Make sure that the variables szDT and szSPTD match those installers *;
;* Daemon Tools Installer Name *;
!define szDT "daemon408-139-x86.exe"
;* DT Spyware Name *;
!define szSpy "SetupDTSB.exe"
;* SPTD Installer Name *;
;* You can extract this by right-clicking on the daemon tools setup file and clicking "Open Archive" (via 7-zip)*;
;* Navigate to the $TEMP *;
!define szSPTD "SPTDinst-x86.exe"
;#---DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING!!!---#;
;*App Name*;
Name "${szName}"
;*Setup Title*;
Caption "${szName} ${nVersion} Setup"
;*Output File*;
!define szOutExe "${szName}-${nVersion}.exe"
OutFile ${szOutExe}
;*Shows details while installing*;
ShowInstDetails show
;*Installation Type*;
InstType "Full"
;*Header Files*;
!include "Sections.nsh"
;*Branding Text, duh!*;
BrandingText "${szName} Setup"
;**Interface Settings**;
Icon "${szIcon}"
;***Sections***;
Section "Full Install" SecFull
SectionIn 1 RO
SetOverwrite on
SetOutPath "$INSTDIR"
IfFileExists "$INSTDIR\${szOutExe}" 0 first
File "${szDT}"
File "daemon_tools.nsi"
;* Add files to be installed at first start here *;
ExecWait '"$INSTDIR\${szDT}" /S'
Delete '$INSTDIR\${szSpy}'
;* End start files *;
Goto done
first:
File "${szSPTD}"
ExecWait '"$INSTDIR\${szSPTD}" add /q'
Delete '$INSTDIR\${szSPTD}'
CopyFiles /SILENT "$EXEDIR\${szOutExe}" "$INSTDIR"
WriteRegStr "HKLM" "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" "${szName}" '"$INSTDIR\${szOutExe}"'
done:
SectionEnd
Function .onInit
SetSilent silent
FunctionEnd
johndoe74
Jan 13 2007, 07:47 AM
DAEMON Tools v4.12.4 (x86/64-bit)
This addon does not include SPTD. You must include an addon for SPTD as well when integrating this addon.
Website/Changelog :: Disc-Tools.com
File size :: 5.00 MB (5,246,662 bytes)
MD5 :: 82138A344F1A4FC744C8E068393FDC1D
Main :: MediaFire
Mirror :: box.net
Mirror :: badongo
Mirror :: FileFront
Mirror :: FileFactory
Mirror :: Esnips
Mirror :: Uploading
Mirror :: DivShare
NOTES::- This addon uses an AutoIT script to install which is a combined effort of radix and myself so thanks go out to the maestro!
- This addon installs via GUIRUNONCE so unattended mode must be enabled!
DAEMON Tools v4.12.2 (x86/32-bit) with SPDT v1.56 (x86/32-bit)
File size :: 4.52 MB (4,741,112 bytes)
MD5 :: 4B345B9AF872501B78CCA6E76449265B
Main :: MediaFire
Mirror :: Badongo
Mirror :: FileFactory
DAEMON Tools v4.12.2 (x64/64-bit) with SPDT v1.56 (x64/64-bit)
File size :: 4.69 MB (4,919,048 bytes)
MD5 :: A871712D2EB9C2317F6E0F5A79140D2A
Main :: MediaFire
Mirror :: Badongo
Mirror :: FileFactory
NOTE :: Both these addons use radix's autoit script available here (with a few minor modification) so thanks go to him. hope he doesn't mind its use
johndoe74
Jan 13 2007, 07:48 AM
updated SPTD to v1.39
taz742
Feb 27 2007, 03:21 AM
Thanks a lot
!!! Amazing !!!
johndoe74
Mar 1 2007, 01:48 PM
hi, anyone wanna give these two addons a shot ?
these two include stock SPTD v1.42 installer, not Shark007's as he's discontinued making it, otherwise they install the same way. Unfortunately, I haven't had a chance to try them out personally. One minor change is as follows. It seems daemon tools by itself doesn't appear in add/remove programs. the code to add it to add/remove programs has been added and supplied in its entirety by
weed so thanks goes to him.
Could somebody please test these out and let me know so I can update the first post. Thanks.
DAEMON Tools v4.08 (x86/32-bit) with SPDT v1.42 (x86/32-bit)File size :: 2.11 MB (2,208,228 Bytes)
MD5 :: B41EDD71A52F69DA9E3A271BB9AD9FE5
Main ::
FileFrontDAEMON Tools v4.08 (64-bit) with SPDT v1.42 (64-bit)File size :: 2.44 MB (2,560,226 Bytes)
MD5 :: 18CDAE89C6264A45873CF78E88490F0E
Main ::
FileFront
johndoe74
Mar 7 2007, 09:49 AM
quite a few people have downloaded the experimental / test version (cuz I still haven't had a chance to test myself yet) with SPTD v1.42 but no feedback yet. would somebody be so kind as to provide feedback so i can update the first post and add more mirrors ? thanks
BigRandalo
Mar 7 2007, 11:40 AM
hi there
i downloaded it indeed but im still waiting for my broken hdd to get back from dealer. i'll post here immediately after installing xp on it
thx for the release
greetz big
Relic27777
Mar 7 2007, 11:47 AM
I tested it and used it on a new installation, everything worked out fine! You're the man Johndoe!
johndoe74
Mar 7 2007, 12:12 PM
QUOTE (Relic27777 @ Mar 7 2007, 11:47 AM)

I tested it and used it on a new installation, everything worked out fine! You're the man Johndoe!
awesome! which build ? 32 bit or 64 bit ?
Relic27777
Mar 7 2007, 03:13 PM
32-bit sorry forgot to mention that

Have not tested 64-bit...
Hanschke
Mar 15 2007, 10:33 AM
SPTDinst-v142-x64.exe is final and maybe u can tell me how to change it from the setup and delete the ad-bar. i have tried to unpack with universal extractor and the nullsoft installer cannot make a setup again but the name is the same. i have changed the files.
can u tell me how to install it with the german dll too? i have delete the english one and edit the .nis file from 1033 to 1031.
johndoe74
Mar 16 2007, 02:16 PM
would you care to try this addon ?

DAEMON Tools v4.08 (32-bit) with SPDT v1.42 (32-bit)
Language :: GERMANFile size :: 2.11 MB (2,211,040 Bytes)
MD5 :: 1F3EF45FF8FE5566A6812CF2F76E2B76
Main ::
FileFront Mirror ::
Rogeposttested and working perfectly!
Hanschke
Mar 17 2007, 10:19 AM
nice but i use x64 vista
johndoe74
Mar 17 2007, 12:42 PM
dunno how that works. never made any vista addons...
johndoe74
Mar 17 2007, 12:43 PM
updated first post. Updated SPTD to v1.42 (same as test version
here)
pengo
Mar 18 2007, 02:56 AM
32bit works fine.
chiclete
Apr 4 2007, 09:02 AM
Thanks for sharing!
johndoe74
Apr 15 2007, 01:57 PM
updated to DAEMON Tools v4.09 with SPTD v1.43.
Feedback requested. Thanks
0d14r3
Apr 16 2007, 11:21 AM
x86/32 bits works fine.
0d
johndoe74
Apr 16 2007, 09:35 PM
thanks for the update
theSLug
Apr 18 2007, 07:29 AM
32bit work perfectly!
johndoe74
Apr 18 2007, 10:05 AM
thanks for the update. does it show up in add/remove programs ? i tried but it didn't show up on mine. seems to be a daemon tools "feature"
tap52384
Apr 18 2007, 10:10 AM
Daemon Tools was just updated to 4.09.1. Thanks for your good work!
johndoe74
Apr 18 2007, 11:16 AM
yup i know. already working on it
johndoe74
Apr 18 2007, 12:53 PM
updated to v4.09.1
theSLug
Apr 18 2007, 03:13 PM
only a comment... WOW!
0d14r3
Apr 20 2007, 02:31 PM
The addon woks fine.
I am curious and have one question: Why you changed the way of add reg entries?
Thanks.
0d
johndoe74
Apr 21 2007, 02:50 AM
earlier, with the the registry entries in the .inf file it wasn't showing up in add/remove programs for me (though it could have been an nlite issue as i'm still using an old version of nlite - v1.0.1). dunno if that was the case with everybody else though. that's why i decided to go this way. now it works fine for me
johndoe74
Jun 9 2007, 04:48 AM
updated SPTD (SCSI pass-through driver) to v1.47
theSLug
Aug 20 2007, 04:07 PM
please update

:D:D
johndoe74
Aug 21 2007, 11:44 AM
updated to v4.10 with SPTD v1.50
Wesmosis
Aug 21 2007, 01:53 PM
wow you **** fast!

you da man
btw, no adware from DT or some other crappy extra stuff right?
johndoe74
Aug 21 2007, 03:21 PM
no adware
theSLug
Aug 21 2007, 03:27 PM
you are fantastic JD!!!
tnx again
Wesmosis
Aug 21 2007, 04:12 PM
why Nlite asked me to activate the Unattended options, I'm already having a mofified winnt.sif and don't use the Unattended Section of Nlite (otherwise it will mess up with my predefined winnt.sif)
so I said no and contine to integrate your addon, is that ok
and thanx for removing the adware
but if you don't mind, make the DT Silent Switchelss Installer to be run from WPI, while the SPDT via Nlite
you sure asking what's the deal? the deal sometimes I want to install Dt on another PC via WPI only, so Addon can't be useful
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.