bastion5 Posted July 17, 2004 Posted July 17, 2004 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?
spachtler Posted July 17, 2004 Posted July 17, 2004 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")EndIfSpachtler
bastion5 Posted July 17, 2004 Author Posted July 17, 2004 Thx, for the help. It took me two tries to get it working (typo), but all is good now. Thanks again.
testChihuahua Posted July 20, 2004 Posted July 20, 2004 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.greetingstestchihuahua
ZoSTeR Posted July 20, 2004 Posted July 20, 2004 Put this in your batch:CloneDVDSilent.exe SetupCloneDVD2.exeFirst 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now