Help - Search - Members - Calendar
Full Version: [Release] DAEMON Tools v4.30.1 with SPTD v1.56
MSFN Forums > Member Contributed Projects > nLite > Application Add-Ons
Pages: 1, 2, 3, 4

   
Google Internet Forums Unattended CD/DVD Guide
johndoe74
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
WOWWWWWWWWWWWWWWWWWWWW

you ROCK!

tnx again man!!!!
theSLug
WORKS GREAT!

you are a master johndoe newwink.gif
TheSickman
tanks for all ur wurk

makin iso now and test um

i shall give ya feedback m8 biggrin.gif
GDragoN
And all we need to do is to add this in nLite, and nothing more? Everything is fully automated or what?
johndoe74
QUOTE (theSLug @ Nov 28 2006, 05:35 AM) *
WORKS GREAT!

you are a master johndoe newwink.gif


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 smile.gif
TheSickman
WORKS GREAT!

indeed biggrin.gif

tanks again
jumpman
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
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
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
is a hotfix order problem, the hotfix works great. smile.gif
trefrog
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 blink.gif
Maverick38344
how about a 64bit version?
johndoe74
alright, i'll give it a shot over the weekend. let's see how it goes...
johndoe74
uploaded the 64-bit addon. try it out. it's linked in the first post
hoosierpeschke
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
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
updated SPTD to v1.39
taz742
Thanks a lot wub.gif
!!! Amazing !!!
johndoe74
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 :: FileFront

DAEMON 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
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
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
I tested it and used it on a new installation, everything worked out fine! You're the man Johndoe!
johndoe74
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
32-bit sorry forgot to mention that whistling.gif Have not tested 64-bit...
Hanschke
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
would you care to try this addon ? smile.gif

DAEMON Tools v4.08 (32-bit) with SPDT v1.42 (32-bit)
Language :: GERMAN
File size :: 2.11 MB (2,211,040 Bytes)
MD5 :: 1F3EF45FF8FE5566A6812CF2F76E2B76
Main :: FileFront
Mirror :: Rogepost

tested and working perfectly!
Hanschke
nice but i use x64 vista whistling.gif
johndoe74
dunno how that works. never made any vista addons...
johndoe74
updated first post. Updated SPTD to v1.42 (same as test version here)
pengo
32bit works fine.
chiclete
Thanks for sharing!
johndoe74
updated to DAEMON Tools v4.09 with SPTD v1.43.

Feedback requested. Thanks
0d14r3
x86/32 bits works fine.

0d
johndoe74
thanks for the update smile.gif
theSLug
32bit work perfectly! smile.gif
johndoe74
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
Daemon Tools was just updated to 4.09.1. Thanks for your good work!
johndoe74
yup i know. already working on it newwink.gif
johndoe74
updated to v4.09.1
theSLug
only a comment... WOW! biggrin.gif
0d14r3
The addon woks fine.
I am curious and have one question: Why you changed the way of add reg entries?

Thanks.
0d
johndoe74
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
updated SPTD (SCSI pass-through driver) to v1.47
theSLug
please update tongue.gif biggrin.gif:D:D
johndoe74
updated to v4.10 with SPTD v1.50
Wesmosis
wow you **** fast! newwink.gif smile.gif
you da man

btw, no adware from DT or some other crappy extra stuff right?
johndoe74
no adware
theSLug
you are fantastic JD!!!

tnx again
Wesmosis
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 newwink.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.