Jump to content

Recommended Posts

Posted

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


Posted

no reason to be rude dude,

changelog:

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

Posted
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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