Jump to content

Silent installers for AnyDVD, CloneDVD and CloneCD


ZoSTeR

Recommended Posts


i used this with CloneDVD2435 and it worked perfect, n1 :D

jsut a note though, i tried using it with slysoft ANYDVD3936 and although it worked, that installer doesn't ask to reboot at end when the /S switch is used, and thus the script never ended, which would result in your "runonceex" freezing, probably forever.

nice work tho :)

heres the reg info btw:

AnyDVD:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key]
"Key"="cdkeyhere"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"AnyDVD"=-

Link to comment
Share on other sites

  • 3 weeks later...

The serial for these softwares are encrypted.

Here is a sample of the reg file of anydvd.

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\SlySoft\AnyDVD\Key]"Key"="encrypted serial and name="

If you have a full version installed in your system, why not try exporting this key and include the regfile merge to the installation?

By the way, i use the /S switch only, and it works for me. But Im just using the trial version. :D

Link to comment
Share on other sites

  • 1 month later...

I can't get the silent file to work

I do this:

@echo off

echo

start /wait %systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe

start /wait %systemdrive%\Install\CloneDVD\SetupCloneDVD2Slysoft.exe /f

echo

pause

and get error. Ok to error gives me reg. box.

What do i do wrong??

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

The scripts work fine for me, but I also want to choose my install dir for CloneDVD, whitout the script it works with the switch: /D=C:\Applications\CloneDVD. But when I put it in the script is doesn't work anymore (I don't anything about scripting), but I tried the following:

Run ($CmdLine[1] & " /S /D=C:\Applications\CloneDVD")

Run ($CmdLine[1] & " /S")
Run ($CmdLine[1] & " /D=C:\Applications\CloneDVD")

Run ($CmdLine[1] & " /S")
Run ($CmdLine[2] & " /D=C:\Applications\CloneDVD")

None of them worked... :}

Does anybody know the solution? Thx

Link to comment
Share on other sites

  • 11 months later...
  • 4 years later...

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