Jump to content

CloneCD 5.0.2.2


Rodent

Recommended Posts

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:

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

Link to comment
Share on other sites


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:

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

Windows Registry Editor Version 5.00

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

then execute this from your runonce:

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)

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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