Version 2.8.3.3: 2005 06 07
- New: Added MIME type for easier download and installation
of keyfiles
- Fix: Stability problems in certain configurations
Step 1: Download Autoit.exe at the bottom of the post
Autoit Made by my friend Mhz
place your "SetupCloneDVD.exe" in the same folder as autoit.exe

Your "key" is stored in this registry key.
QUOTE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Elaborate Bytes\CloneDVD2\CDKey]"Serial"=hex:f4,5e,$$,ed,5d,1b,aa,7d,17,$$,38,35,$$,
38,31,37,$$,b0,f3,50,00,2f,\
bd,73,90,$$,1f
"Name"=hex:54,65,61,
6d,$$,44,$$,61,62,6c,6f,00
"Company"=hex:
57,61,72,65,7a,20,49,6e,63,2e,$$
[HKEY_LOCAL_MACHINE\SOFTWARE\Elaborate Bytes\CloneDVD2\CDKey]"Serial"=hex:f4,5e,$$,ed,5d,1b,aa,7d,17,$$,38,35,$$,
bd,73,90,$$,1f
"Name"=hex:54,65,61,
"Company"=hex:
Handy Batch Command to move the folder out of Elaborate Bytes to its own folder.
CODE
move "%allusersprofile%\Start Menu\Programs\Elaborate Bytes\CloneDVD2" "%allusersprofile%\Start Menu\Programs\CloneDVD2"
rmdir /S /Q "%allusersprofile%\Start Menu\Elaborate Bytes\CloneDVD2"
rmdir /S /Q "%allusersprofile%\Start Menu\Elaborate Bytes\CloneDVD2"
wpi method
CODE
prog[pn]=['CloneDVD 2.8']
uid[pn]=['CLONEDVD28']
deps[pn]=['AnyDVD5231']
cmd1[pn]=['%cdrom%\\Software\\CloneDVD\\AutoIt.exe']
cmd2[pn]=['%cdrom%\\Software\\CloneDVD\\move.exe']
rega[pn]=['%cdrom%\\Software\\CloneDVD\\cdkey.reg']
dflt[pn]=['yes']
cat[pn]=['CD / DVD Authoring']
pn++
uid[pn]=['CLONEDVD28']
deps[pn]=['AnyDVD5231']
cmd1[pn]=['%cdrom%\\Software\\CloneDVD\\AutoIt.exe']
cmd2[pn]=['%cdrom%\\Software\\CloneDVD\\move.exe']
rega[pn]=['%cdrom%\\Software\\CloneDVD\\cdkey.reg']
dflt[pn]=['yes']
cat[pn]=['CD / DVD Authoring']
pn++