mickmack Posted July 1, 2005 Posted July 1, 2005 1. download WinDVD 7 from Here2. extract WinDVD7.exe with WinRar to C:\WinDVD73. delete file setup.iss from the folder C:\WinDVD74. press START } RUN & in the RUN box copy/pastC:\windvd7\setup.exe /r /sms /f1"c:\WinDVD7\setup.iss"5. now you can install it silently from RunOnceEx with"%CDROM%\Software\WinDVD7\Setup.exe /s /sms /f2"C:\WinDVD.log"" /f"note: you can replace C:\WinDVD.log with your own log file directory"6. to get registration info, register, activate the program & export this reg key[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI]now you can use it in your silent installations.7. to remove registration dialog import this into registry[HKEY_CURRENT_USER\Software\InterVideo\Common\Registered]"55r"=dword:ffffffff8. to prevent Win Cinema Manager from startup open the file Default.ini located in folder, find WinCinemaMgr key & replaceDisableWinCinemaMgr=0withDisableWinCinemaMgr=19. if you do not want to install InterActual Components replaceNoIA=0 with NoIA=110. if you want to skip the windows that allows you to download RealPlayer, QuickTime & Windows Media 10 replace NoRealPlayer=0NoQuickTime=0NoWMP=0 withNoRealPlayer=1NoQuickTime=1NoWMP=111. if you do not want to use online check about new updates & patches at startup replaceInstallOnlineUpdateAgent=1 withInstallOnlineUpdateAgent=012. additionally you can free up about 7mb by removing components from "3rdPartyApp" folder. so you can easily remove "GoogleDesktopSearch" "GoogleToolBar" and if you have "NoIA=1" in your Default.ini you can remove "InterActual" folder.
Lobster Posted July 19, 2005 Posted July 19, 2005 Thanks for the info mickmack, was looking for WinDVD 7 silent install for awhile. Just one question can you explain step 7 more. I am unsure how to create the import file.
oneless Posted July 19, 2005 Posted July 19, 2005 create with Notepad a file NameOfFile.reg or other name you want and copy/paste that Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\InterVideo\Common\Registered]"55r"=dword:ffffffffsave itand run itattn : as silent install all works ok for me , but i use a borrowed key and after i activate winDVD i loose completely the sound ! tested in three different computers .
mickmack Posted July 20, 2005 Author Posted July 20, 2005 oneless: first of all get version 2 of the installer, replace these bytes in setup.inx at address 219B1 replace "5A" by "5B" ( if you use WinHex, adress is 219B0) and the problem should be gone
oneless Posted July 20, 2005 Posted July 20, 2005 version2(7.0 B27.071)219B0 changed before installation , bad luck . maybe bad order ?
mickmack Posted July 20, 2005 Author Posted July 20, 2005 first of all delete the everything at [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI]and try registering again. if this does not help try this file instead of yours, or try it together with deleting GPI branchhttp://rapidshare.de/files/3218948/setup.inx.html
chyronn Posted August 15, 2005 Posted August 15, 2005 is it alright to actually add "%systemdrive%\Software\WinDVD7\Setup.exe /s" /f to the runonce, since i read that using that switch won't work unless it's running off the HDD. i've running it just as described from my computer and it installs silently to my requirements. anyone have any problems with it not installing from the CD/DVD?
mickmack Posted August 16, 2005 Author Posted August 16, 2005 no, i don't. installing always from the dvd with method described above. this is my RunOnceEx fileREG ADD %KEY%\030 /VE /D "Intervideo WinDVD Platinum 7" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\Audio\WinDVD\Setup.exe /s /sms /f2"C:\Windows\WinDVD.log"" /fREG ADD %KEY%\030 /V 2 /D "REGEDIT /S %CDROM%\Software\Audio\WinDVD\WinDVD.reg" /f
chyronn Posted August 16, 2005 Posted August 16, 2005 what benefits do you get from running the log file silently?
mickmack Posted August 16, 2005 Author Posted August 16, 2005 for installshield installer, without the log file you can't install from the cd.
chyronn Posted August 16, 2005 Posted August 16, 2005 ok. but if you use ....."%systemdrive%\Software\WinDVD7\Setup.exe /s" /f doesn't that mean runonce will put the files on the hard drive first before installing them to the desired location?
mickmack Posted August 17, 2005 Author Posted August 17, 2005 if you run silent installshield installation it creates .log file on the disk you run from. so if you run installation from the CD/DVD it wants to create the file somewhere there, cannot do it, and gives a error. if you run from HD you probably don't need to point where to create .log file. i did not try because i always run installs from the CD/DVD. sorry for my bad english
chyronn Posted August 17, 2005 Posted August 17, 2005 i understand you perfectly. what you're saying is that if you use the %CDROM% command then everything will be installed from the disc, this is what you do and i agree it's one method. however i read elsewhere on here that if you use the %systemdrive% command it dumps the entire install folder into a temp folder/area on the HDD and installs from there then you use the cleanup.cmd to get rid of the install folder....anyone else agree/disagree?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now