Jump to content

Recommended Posts

Posted

I use the /S switch with CloneDVD with the required registry entries and all comes out well except that CloneDVD asks to restart during the unattended install. Does anyone know a way around this?


Posted

here is an autoit-script:

If $CmdLine[0]<> 1 Then

msgbox(0,"Error","Usage: CloneDVD2Silent.exe SetupCloneDVD2.exe")

Else

Run ($CmdLine[1] & " /S")

WinWait ( "CloneDVD2 Setup")

ControlClick ( "CloneDVD2 Setup", "", "Button2")

EndIf

Spachtler

Posted

Hi,

sorry for this bad question but what means the errormessage:

"Usage: CloneDVDSilent.exe SetupCloneDVD2.exe"

I always get it if i run the script, and installer & script are in the same directory.

greetings

testchihuahua

Posted

Put this in your batch:

CloneDVDSilent.exe SetupCloneDVD2.exe

First the name of the script executable than the name of the CloneDVD setup executable.

The second exe name is a command line parameter for the script.

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