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

   
Google Internet Forums Unattended CD/DVD Guide
Rodent
Hi there,

I tried to silent install CCD 5.0.2.2,
but unfortunately the "CloneCDSilent.exe" Method is not working for me,
as when executing from RunOnceEx, it is simply on hold when executed
(seems to install, but after 15 minutes it is still running)

any hint for me?

this is my REG ADD line:

CODE
REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f
REG ADD %KEY%\050 /V 1 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSilent.exe CloneCDSetup.exe" /f


Thanks in Advance
Alex
Rodent
if you are curious about the CloneCDSilent.exe i mention above,
read on here:

http://www.msfn.org/board/index.php?showto...7558&hl=clonecd

i hope there is hope for me,

thanks
alex
gon freecs
you should learn to read changelogs

QUOTE
i hope there is hope for me

I don't think so...
Rodent
no reason to be rude dude,

changelog:

QUOTE
CloneCD 5.0.2.1 2004-09-16
- blah
- New: Silent Mode for installer (option /S)
- blah


i'll now try with /S

thanks
alex
Rodent
QUOTE
QUOTE
i hope there is hope for me



I don't think so...


There is!

/S worked flawless,

additional (for whatever reason) you could kill the ccd tray:

CODE
REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f


and also execute this one, if you permanent want to not have ccdtray started, when booting:

add this to tray.reg
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\CloneCD\Settings]
"CloneCDTray"=dword:00000000


then execute this from your runonce:

CODE
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f



Summary:
(howit looks in my .cmd)

CODE
REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\register.reg" /f
REG ADD %KEY%\050 /V 2 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSetup.exe /S" /f
REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f
REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f


rgds
alex
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.