twizt3d Posted January 14, 2005 Posted January 14, 2005 Hello all, after searching for an unattended switch for anydvd i have failed to find any, I do not fully understand the switches in detail about rebooting and i think that anydvd requires a no reboot switch. Also, can someone please explain the difference between /s /S /silent /verysilent /VERYSILENT /q /quit, they all seem to do the same thing in my mind. Also back to the anydvd topic, I have already figured out how to register it, it was a very complicated process that required 3 .bat files, but when you run 2 in the correct order it registers, So i made a 3rd file tht ran the 2 in order using /w and it works fine, i will post my methods if need be.
totoymola Posted January 14, 2005 Posted January 14, 2005 Really? In the previous versions I only use /S. Then I just register with a regfile.
MAVERICKS CHOICE Posted January 14, 2005 Posted January 14, 2005 Try using an Autoit script pretty sure Nologic has produced one for it.
Sedoy Posted January 17, 2005 Posted January 17, 2005 Its very simple install with reg:@echo offstart /wait setupanydvd4541.exe /SREG ADD HKLM\Software\SlySoft\AnyDVD\Key /v Key /t REG_SZ /d "Serial from Regfile" /fREG ADD HKCU\Software\SlySoft\AnyDVD\Settings /v CheckUpdate /t REG_DWORD /d 0 /fREG ADD HKCU\Software\SlySoft\AnyDVD\Settings /v Code /t REG_DWORD /d 2 /fREG ADD HKCU\Software\SlySoft\AnyDVD\Settings /v Navigation /t REG_DWORD /d 2 /fREG ADD HKCU\Software\SlySoft\AnyDVD\Settings /v Patch /t REG_DWORD /d 0x79f /f"Serial from Regfile" without ""
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