Help - Search - Members - Calendar
Full Version: AnyDVD 6.x
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Joc
I have tried to install the new AnyDVD 6.0.1.1 with the normal way (/S /NORESTART, if I remember good), but after installing it is starting itself automaticly. Of course I will get a window during the install: you do not have DVD-rom or you didnt restart your computer...

Any opinion to solve this problem?

Joc
Joc
nobody?
Dynaletik
What about taskkilling the process?
Joc
QUOTE (Dynaletik @ Jun 13 2006, 10:01 AM) *
What about taskkilling the process?


Yes, I use pskill, but looking for an elegant solution... smile.gif

Joc
urie
You should export your registry settings first here's what i have.

CODE
REG ADD %KEY%\1001 /VE /D "AnyDVD 6.0.1.1" /f
REG ADD %KEY%\1001 /V 101 /D "%systemdrive%\Install\AnyDVD\SetupAnyDVD6011.exe /S" /f
REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\AnyDVD.lnk\"" /f
REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD1.reg" /f
REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD2.reg" /f



QUOTE
AnyDVD1.reg = HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key
AnyDVD2.reg = HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings
Joc
QUOTE (urie @ Jun 14 2006, 11:26 AM) *
You should export your registry settings first here's what i have.

CODE
REG ADD %KEY%\1001 /VE /D "AnyDVD 6.0.1.1" /f
REG ADD %KEY%\1001 /V 101 /D "%systemdrive%\Install\AnyDVD\SetupAnyDVD6011.exe /S" /f
REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\AnyDVD.lnk\"" /f
REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD1.reg" /f
REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD2.reg" /f



QUOTE
AnyDVD1.reg = HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key
AnyDVD2.reg = HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings



Thank you, but I use same registry, but dont work... sad.gif((

Joc
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.