Jump to content

Recommended Posts

Posted

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*


Posted

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")

  • 4 weeks later...
Posted (edited)

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

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