Help - Search - Members - Calendar
Full Version: CloneDVD 2.8.3.3
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

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



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,$$, welcome.gif 38,31,37,$$,b0,f3,50,00,2f,\
  bd,73,90,$$,1f
"Name"=hex:54,65,61, ohmy.gif 6d,$$,44,$$,61,62,6c,6f,00
"Company"=hex: yes.gif 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.

CODE
move "%allusersprofile%\Start Menu\Programs\Elaborate Bytes\CloneDVD2" "%allusersprofile%\Start Menu\Programs\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++
piXelatedEmpire
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:
CODE
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?
spachtler
i use this simple script:

CODE
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.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.