Astalavista Posted June 18, 2005 Posted June 18, 2005 (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 configurationsStep 1: Download Autoit.exe at the bottom of the postAutoit Made by my friend Mhzplace your "SetupCloneDVD.exe" in the same folder as autoit.exeYour "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,$$, 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,$$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 methodprog[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 June 19, 2005 by Astalavista
piXelatedEmpire Posted July 19, 2005 Posted July 19, 2005 (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.exeAutoit.exeand use the following line:REG ADD %KEY%\012 /VE /D "CloneDVD v2.8.5.1" /fREG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\Apps\CloneDVD\Autoit.exe" /fthen CloneDVD should be installed silently? Or does this method only work with WPI? Edited July 19, 2005 by piXelatedEmpire
spachtler Posted July 19, 2005 Posted July 19, 2005 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)exitdoes all pretty good
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now