Help - Search - Members - Calendar
Full Version: Silent installers for AnyDVD, CloneDVD and CloneCD
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
ZoSTeR
Here are three AutoIt scripts and compiled exes for closing the reboot dialog.
The starter actually waits for the dialog to appear which is more secure than sending keystrokes (might be faster too).

Usage in batch:

Starter.exe Setup.exe

The /S switch is included.
spachtler
i just tried them on virtualpc,

clonecd and clonedvd works,
at the end of anydvd it still ask for reboot (dialog)...

for any-dvd and clone-dvd, my registration-data
works on my real-pc and virtual-pc,

but it seems that the clone-cd registration-data
doesnt work on different machines,
or is it because of the virtual-pc?

but that another topic.... whistling.gif
ZoSTeR
What version of AnyDVD did you use?

I tested it with 3.5.3.1 and 3.6.1.1

You could modify the script yourself. It's pretty self explaining. Just look at the title of the reboot dialog and replace it in the script.

BTW i still prefer VMWare.
spachtler
ok,

now i tested it on some other "REAL" pc,
and what should i say.... man this works perfectly!!!!!

thx a lot for this solution..... woot.gif thumbup.gif cool.gif
[BM]Crusher
I am using the silent clone cd installer....

this is the syntax im using:

CODE
REG ADD %KEY%\040 /VE /D "Installing Clone CD 4.3.2.2" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\Clone\CCDSilent.exe SetupCloneCD4322.exe" /f


When it gets to that part of the install process, I get an error about a missing file "framedyn.dll" and it says it cannot continue installing... "srclient.dll" is missing and also has an error shortly after this too but i am not sure if its related
[BM]Crusher
it actually still installed clone cd though... even with the error message.... this is better than i have ever been able to manage with clone cd before (normally it doesnt have an error but doesnt install) this is the first time i've used the silent installer of yours it works good!

perhaps my error is because of something else?
ZoSTeR
Those are definitely Windows DLLs. Maybe the T-12 stage is too early for clonecd. Have you tried it in the GUIrunonce stage?
[BM]Crusher
i am installing clone cd through guirunonce (initiated from apps.cmd)

i seem to have a major error somewhere because of those missing files sad.gif

runddl32 does not work... at all... can't even open system control panel sad.gif
crck3rz
Thanx for the scripts, probably a stupid question, but how are the scripts used in a batch file. I always get errors as in screen dump


Any Help much appreciated
MAVERICKS CHOICE
Is there any way of stopping the clone virtual drive from installing & the driver signing checkboxes etc?
MAVERICKS CHOICE
Im starting to think theres no workaround this issue with Clone??
stickfun
QUOTE (crck3rz @ Apr 28 2004, 11:56 AM)
Thanx for the scripts, probably a stupid question, but how are the scripts used in a batch file. I always get errors as in screen dump


Any Help much appreciated

same error here sad.gif


EDIT: never mind. figured it out biggrin.gif
idbirch2
Hmmm, OK I got both Clone CD and CloneDVD to install fine and they run great (thanks for the scripts! thumbup.gif ) but CloneCD is still not registered when opened.

I imported the key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Elaborate Bytes\CloneCD\CDKey]
"Serial"=hex:xx, xxx, ,xx, x,x,xx,, etc
"Name"=hex:xx,xx,xx,xx,etc

They imported fine cos when i check the registry they're there but it still comes up with the "Order it" or "Try it" screen. Have I done something wrong or missed something? huh.gif
stickfun
yea man.
same here sad.gif

i was thinking the keys were wrong or something but since you got the same one too, it should be right. huh.gif
Damoz101
QUOTE (stickfun @ Aug 17 2004, 01:37 PM)
QUOTE (crck3rz @ Apr 28 2004, 11:56 AM)
Thanx for the scripts, probably a stupid question, but how are the scripts used in a batch file. I always get errors as in screen dump


Any Help much appreciated


EDIT: never mind. figured it out biggrin.gif

What did you do to make it work
i have tried a few things just need to know how to run and app with another
Ie running CloneCDSetup.exe through the silent installer i dont know how to edit them either so no go there
How do i do it using the cmd method
beppemito
anydvd 4.0.2.3 is out....does this method work for this version too?
mark_glh
i used this with CloneDVD2435 and it worked perfect, n1 biggrin.gif
jsut a note though, i tried using it with slysoft ANYDVD3936 and although it worked, that installer doesn't ask to reboot at end when the /S switch is used, and thus the script never ended, which would result in your "runonceex" freezing, probably forever.
nice work tho smile.gif

heres the reg info btw:

AnyDVD:
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key]
"Key"="cdkeyhere"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"AnyDVD"=-
luvidoc
clonecd 5.0.2.2 is out. does this method work for this version too? whistling.gif
totoymola
The serial for these softwares are encrypted.

Here is a sample of the reg file of anydvd.

QUOTE
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\SlySoft\AnyDVD\Key]"Key"="encrypted serial and name="


If you have a full version installed in your system, why not try exporting this key and include the regfile merge to the installation?

By the way, i use the /S switch only, and it works for me. But Im just using the trial version. biggrin.gif
Rodent
QUOTE
clonecd 5.0.2.2 is out. does this method work for this version too?


i am sure it does not work with 5.0.2.2

as i mentioned here:

http://www.msfn.org/board/index.php?showtopic=29470

hopefully there will be a solution someday smile.gif

thanks
alex
koden
I can't get the silent file to work
I do this:

@echo off
echo
start /wait %systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe
start /wait %systemdrive%\Install\CloneDVD\SetupCloneDVD2Slysoft.exe /f
echo
pause

and get error. Ok to error gives me reg. box.
What do i do wrong??
urie
Try
start /wait %systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe SetupCloneDVD2Slysoft.exe /f
oXiDe
Hi,
The scripts work fine for me, but I also want to choose my install dir for CloneDVD, whitout the script it works with the switch: /D=C:\Applications\CloneDVD. But when I put it in the script is doesn't work anymore (I don't anything about scripting), but I tried the following:

CODE
Run ($CmdLine[1] & " /S /D=C:\Applications\CloneDVD")


CODE
Run ($CmdLine[1] & " /S")
Run ($CmdLine[1] & " /D=C:\Applications\CloneDVD")


CODE
Run ($CmdLine[1] & " /S")
Run ($CmdLine[2] & " /D=C:\Applications\CloneDVD")


None of them worked... confused.gif

Does anybody know the solution? Thx
totoymola
For clonecd, just try /s or /S. I think clonedvd is the same because they use the same installer.
Astalavista
the lastest version of clonecd uses only a /s switch to quietly install it.

remember to also add your regtweak.reg (which contains your registration info.)

the same is so for the newer releases
warrior1109
I use these switches for clone cd and anydvd;

SetupXXXXX.exe /S /noreboot

they work fine for me
biggrin.gif
oXiDe
I wrote a silent install for CloneDVD to caus I wanna choose my installdirectory... In the RAR you'll find the source and the compiled exe, edit the source for an other directory than the default C:\Applications\CloneDVD.
Corpseslayer
Thanks for thoes scripts smile.gif they saved my hair mate.
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.