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?
Page 1 of 1
switch for clonedvd
#2
Posted 17 July 2004 - 11:08 AM
here is an autoit-script:
Spachtler
Quote
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
msgbox(0,"Error","Usage: CloneDVD2Silent.exe SetupCloneDVD2.exe")
Else
Run ($CmdLine[1] & " /S")
WinWait ( "CloneDVD2 Setup")
ControlClick ( "CloneDVD2 Setup", "", "Button2")
EndIf
Spachtler
#4
Posted 17 July 2004 - 04:09 PM
Thx, for the help. It took me two tries to get it working (typo), but all is good now. Thanks again.
#5
Posted 20 July 2004 - 08:17 AM
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
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
#6
Posted 20 July 2004 - 10:10 AM
Put this in your batch:
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.
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.
Share this topic:
Page 1 of 1



Help
Back to top









