Jump to content

clonedvd 2.8.5.1


DTSFreak

Recommended Posts

sorry for this..

but now I tride evring things.. but it stille will not vorke here ..

I get the Reboot now or the Error: Usage VD2Silent.exe SetupCloneDVD2.exe

and my serach on then site Is not giving me my solitions..

plzz help :thumbup

and sorry for my bad Enghlis *GG*

Link to comment
Share on other sites


i got 2.8.3.1 silently with an autoIT script... i suppose they didn't change the installer? maybe u can give it a try:

Run ("SetupCloneDVD.exe /S")
WinWait ( "CloneDVD2 Setup")
ControlClick ( "CloneDVD2 Setup", "", "Button2")

Link to comment
Share on other sites

  • 4 weeks later...

SplashTextOn("Slysoft CloneDVD","Installing SlySoft CloneDVD","-1","40","-1","-1",18,"Trebuchet MS","20","700")
AdlibEnable("restart")
RunWait("setup.exe /S")
FileDelete(@DesktopDir & "\CloneDVD2.*")
FileDelete(@DesktopCommonDir & "\CloneDVD2.*")
RegWrite("HKEY_CURRENT_USER\Software\Elaborate Bytes\CloneDVD2", "PrefsAutoUpdateCheck", "REG_DWORD", "0")


Func restart();==>restart
If WinExists("CloneDVD2 Setup", "") Then
ControlClick("CloneDVD2 Setup", "", "Button2")
EndIf
EndFunc

RegWrite("HKEY_CURRENT_USER\Software\Elaborate Bytes\CloneDVD2", "PrefsAutoUpdateCheck", "REG_DWORD", "0")

Just stops it from looking for updates. You can remove this line safely.

FileDelete(@DesktopDir & "\CloneDVD2.*")
FileDelete(@DesktopCommonDir & "\CloneDVD2.*")

This deletes desktop shortcuts. Again you can take this out if you want desktop shortcuts.

hope this helps!!! works 100% for me.

-redfive

Edited by redfive19
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...