MSFN Forum: WinDVD7 Silent - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

WinDVD7 Silent + Reg & Other Tweaks Rate Topic: -----

#1 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 01 July 2005 - 08:22 AM

1. download WinDVD 7 from Here

2. extract WinDVD7.exe with WinRar to C:\WinDVD7

3. delete file setup.iss from the folder C:\WinDVD7

4. press START } RUN & in the RUN box copy/past

C:\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:ffffffff


8. to prevent Win Cinema Manager from startup open the file Default.ini located in folder, find WinCinemaMgr key & replace

DisableWinCinemaMgr=0

with

DisableWinCinemaMgr=1


9. if you do not want to install InterActual Components replace

NoIA=0

with

NoIA=1

10. if you want to skip the windows that allows you to download RealPlayer, QuickTime & Windows Media 10 replace

NoRealPlayer=0
NoQuickTime=0
NoWMP=0


with

NoRealPlayer=1
NoQuickTime=1
NoWMP=1


11. if you do not want to use online check about new updates & patches at startup replace

InstallOnlineUpdateAgent=1

with

InstallOnlineUpdateAgent=0

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


#2 User is offline   what3v3r 

  • Member
  • PipPip
  • Group: Banned
  • Posts: 184
  • Joined: 07-August 04

Posted 01 July 2005 - 10:20 AM

thank you very much, thats just what i need!

#3 User is offline   Lobster 

  • Group: Members
  • Posts: 1
  • Joined: 17-July 05

Posted 19 July 2005 - 01:43 PM

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.

#4 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 19 July 2005 - 02:13 PM

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:ffffffff
save it
and run it
attn : 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 .

#5 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 20 July 2005 - 01:40 PM

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 ;)

#6 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 20 July 2005 - 03:37 PM

version2(7.0 B27.071)219B0 changed before installation , bad luck . maybe bad order ?

#7 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 20 July 2005 - 04:24 PM

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 branch

http://rapidshare.de.../setup.inx.html

#8 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 21 July 2005 - 01:33 AM

Thanks , time to make a new edtion to my uADVD

#9 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 15 August 2005 - 05:25 PM

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?

#10 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 16 August 2005 - 04:43 AM

no, i don't. installing always from the dvd with method described above. this is my RunOnceEx file

REG ADD %KEY%\030 /VE /D "Intervideo WinDVD Platinum 7" /f
REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\Audio\WinDVD\Setup.exe /s /sms /f2"C:\Windows\WinDVD.log"" /f
REG ADD %KEY%\030 /V 2 /D "REGEDIT /S %CDROM%\Software\Audio\WinDVD\WinDVD.reg" /f

#11 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 16 August 2005 - 07:08 AM

what benefits do you get from running the log file silently?

#12 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 16 August 2005 - 09:28 AM

for installshield installer, without the log file you can't install from the cd.

#13 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 16 August 2005 - 05:09 PM

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?

#14 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 17 August 2005 - 01:31 AM

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

#15 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 17 August 2005 - 02:57 PM

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?

#16 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 28 August 2005 - 05:40 PM

hi again, i exported the reg file for activating it from my own windows XP - just like you said, but the problem is that when i've run my UaDVD and checked all the programs are working, i get the "WinDVD needs to be registered and has expired" dialogue box, i know the reg file gets put into the new XP but it doesn't seem to do anything. any help?

#17 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 August 2005 - 06:48 PM

look through this guide:
http://www.btsunattended.net/wiki/doku.php...itchesdb:windvd
:)

#18 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 28 August 2005 - 07:02 PM

Yeah that part works fine, i have no problem silently installing WinDVD. it's when i want to silently register and activate that seems to be the stumbling block; maybe i should change the order in my RunOnce so that the reg setting gets imported first into the registry then runonce installs the prog?

#19 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 29 August 2005 - 02:37 AM

at http://www.btsunatte...itchesdb:windvd
the script start with version=6 , or something like that

how work windvd7 here in my separate WPI_CD :
i borrow 2 things from the first post .
1. install windvd7 normally and register with a proper s/n.
export the key (first post)
2. before a fresh install of windvd7 , delete the key and than run the .reg file .
when you will run windvd setup , the words "- trial version" on the title of
installing window will vanish . ill do it with autoit
the second thing from first post is
DisableWinCinemaMgr=1 in default.ini .
i dont use the .iss
work fine here .

Attached File(s)



#20 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 29 August 2005 - 07:44 PM

i did find that after running winDVD7 and the trial dialogue pops up, after i deleted the GPI settings in the registry the trial dialogue disappears and i have the full registered version...i'll keep experimenting

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy