DTSFreak Posted January 25, 2006 Posted January 25, 2006 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.exeand my serach on then site Is not giving me my solitions..plzz help and sorry for my bad Enghlis *GG*
WotC Posted January 27, 2006 Posted January 27, 2006 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")
redfive19 Posted February 24, 2006 Posted February 24, 2006 (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") EndIfEndFuncRegWrite("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 February 24, 2006 by redfive19
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now