Jump to content

Recommended Posts

Posted (edited)

CloneDVD Revision History

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

snap19ox.jpg

Your "key" is stored in this registry key.

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,$$, :hello: 38,31,37,$$,b0,f3,50,00,2f,\

  bd,73,90,$$,1f

"Name"=hex:54,65,61, :o 6d,$$,44,$$,61,62,6c,6f,00

"Company"=hex: :yes: 57,61,72,65,7a,20,49,6e,63,2e,$$

Handy Batch Command to move the folder out of Elaborate Bytes to its own folder.

move "%allusersprofile%\Start Menu\Programs\Elaborate Bytes\CloneDVD2" "%allusersprofile%\Start Menu\Programs\CloneDVD2"
rmdir /S /Q "%allusersprofile%\Start Menu\Elaborate Bytes\CloneDVD2"

wpi method

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++

Autoit.rar

Edited by Astalavista
  • 1 month later...

Posted (edited)

just a question, is it possible to use this method with runonceex.cmd as opposed to WPI?

for example, if I were to use the two files above:

SetupCloneDVD.exe

Autoit.exe

and use the following line:

REG ADD %KEY%\012 /VE /D "CloneDVD v2.8.5.1" /f
REG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\Apps\CloneDVD\Autoit.exe" /f

then CloneDVD should be installed silently? Or does this method only work with WPI?

Edited by piXelatedEmpire
Posted

i use this simple script:

RegDelete("HKEY_LOCAL_MACHINE\Software\Elaborate Bytes\CloneDVD\Key", "Key")
RegDelete("HKEY_LOCAL_MACHINE\Software\Elaborate Bytes\CloneDVD2\CDKey", "Company")
RegDelete("HKEY_LOCAL_MACHINE\Software\Elaborate Bytes\CloneDVD2\CDKey", "Name")
RegDelete("HKEY_LOCAL_MACHINE\Software\Elaborate Bytes\CloneDVD2\CDKey", "Serial")
Run ("setupClonedvd.exe /S")
WinWait ( "CloneDVD2 Setup")
ControlClick ( "CloneDVD2 Setup", "", "Button2")
$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CloneDVD2", "InstallLocation")
sleep(1000)
FileInstall("CloneDVD2.exe", $var & "\CloneDVD2.exe" , 1)
exit

does all pretty good :thumbup

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...