Jump to content

switch for clonedvd


bastion5

Recommended Posts

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?

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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.

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