Astalavista Posted January 25, 2005 Share Posted January 25, 2005 hi guys here is the new AnyDVDclassic switch needed onlysetup.exe /Sthe registry key can be found at[HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\Key]"Key"=add a pskill anydvd.exeand Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"AnyDVD"="-" Link to comment Share on other sites More sharing options...
totoymola Posted January 25, 2005 Share Posted January 25, 2005 An easier way is just run the AnyDVD.key to register it. It is actually a regfile with the .key extension. Rename it to .reg if you want. Link to comment Share on other sites More sharing options...
Astalavista Posted January 25, 2005 Author Share Posted January 25, 2005 need to use taskill or pskill alsoit also autoruns so need to fix that too Link to comment Share on other sites More sharing options...
Sedoy Posted January 25, 2005 Share Posted January 25, 2005 Its very simple install :@echo offstart /wait setupanydvd4562.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 "" Link to comment Share on other sites More sharing options...
Astalavista Posted January 25, 2005 Author Share Posted January 25, 2005 huh? what is all that????all u hv to do is setup.exe /Skey.regpskill anydvd.exesimple!prog[pn]=['AnyDVD 4.5.6.2']uid[pn]=['ANYDVD4562']ordr[pn]=[80]regb[pn]=['%cdrom%\\Software\\AnyDVD\\anydvdkey.reg']cmd1[pn]=['%cdrom%\\Software\\AnyDVD\\SetupAnyDVD4562.exe /S']cmd2[pn]=['pskill anydvd.exe']rega[pn]=['%cdrom%\\Software\\AnyDVD\\startup.reg']cat[pn]=['CD / DVD Authoring']pn++ Link to comment Share on other sites More sharing options...
eldotti Posted January 27, 2005 Share Posted January 27, 2005 i agree with astalavista i did the same and worked (the only differance is that i used taskkill instead of using pskill) Link to comment Share on other sites More sharing options...
spachtler Posted January 27, 2005 Share Posted January 27, 2005 this is my anydvd autoit-script:RegWrite("HKEY_LOCAL_MACHINE\Software\SlySoft\AnyDVD\Key", "Key", "REG_SZ", "***")RunWait ("SetupAnyDVD.exe /S")RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "AnyDVD")exit Link to comment Share on other sites More sharing options...
Astalavista Posted January 27, 2005 Author Share Posted January 27, 2005 dude!the only time u use autoit if the installer does not have a silent installer method with autoit u see dialog boxes. with our method it is totally silent Link to comment Share on other sites More sharing options...
spachtler Posted January 27, 2005 Share Posted January 27, 2005 its ok to see them, because otherwise you dont know IFthe installation do something or hangs.... i just dontwant to click anything and that works Link to comment Share on other sites More sharing options...
Astalavista Posted January 27, 2005 Author Share Posted January 27, 2005 oh okthe only time anyone is watch my U.A. process is my cat or dog.And they can't really read... Good. so there is no purpose at all to make the dialog box appear. Sinceno one is around to look. Except the petsif something goes wrong. when u come back u will see the error.I dont usually stare at the installation process. I hv better things to do. Link to comment Share on other sites More sharing options...
spachtler Posted January 27, 2005 Share Posted January 27, 2005 point goes to you, normaly there cant anything go wrong becausebefor burn a unattended dvd, i test each installation a few times....but: it dont hurts your machine to display some dialogs.... did it? Link to comment Share on other sites More sharing options...
litlrdrdnhd Posted June 27, 2005 Share Posted June 27, 2005 Talk to me like I am a Two Year old. What do I open? Where do I type all this info. Very New at this. My Anydvd 21 day trial ran out and I want to put all this on my computer. Insrtuct me step by step, please... Link to comment Share on other sites More sharing options...
Astalavista Posted June 27, 2005 Author Share Posted June 27, 2005 (edited) HI i am off to the beach for a few days. When i get back i will make some instructions for you. cool?just before i leave i want to tell everyone this version is outdatedslysoft's latest version is 5.2.x.xhttp://www.msfn.org/board/index.php?showtopic=48711&hl= Edited June 27, 2005 by Astalavista Link to comment Share on other sites More sharing options...
Nologic Posted June 28, 2005 Share Posted June 28, 2005 Hehe there are other reasons to use autoit to install applications....like being anal and not wanting a cluttered up program files folder and start menu. Link to comment Share on other sites More sharing options...
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