Jump to content

WinDVD 6


AznStyl

Recommended Posts


REM           NOTES: Extracted and need's DirectX9 installed prior.
REG ADD %KEY%\iAdd /VE /D "WinDVD Platinum 6.0.6.42" /f
REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\WinDVD6\Setup.exe -s -f1"%systemdrive%\Install\WinDVD6\setup.iss" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %systemdrive%\Install\WinDVD6\WinDVD_6.reg" /f

WinDVD_6.reg from here

[HKEY_CLASSES_ROOT\GPI\Settings]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI\Settings]

I just discovered this so not sure registry part will work in RunoncEX, however I think it will since it didn't create any file's or modify any.

Link to comment
Share on other sites

REG ADD %KEY%\015 /VE /D "WinDVD Platinum 6.0.6.42" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\WinDVD\Setup.exe -s -f1"%systemdrive%\install\Applications\WinDVD\Setup.iss" /f
REG ADD %KEY%\015 /V 2 /D "pskill WinCinemaMgr.exe" /F

can anybody tell me why windvd 6 isn't installing? it didn't give any error.

Link to comment
Share on other sites

I've try this code below but it still not install. Again no error or anything.

REG ADD %KEY%\015 /VE /D "WinDVD Platinum 6.0.6.42" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\WinDVD\Setup.exe -s" /f
REG ADD %KEY%\015 /V 2 /D "pskill WinCinemaMgr.exe" /F

Link to comment
Share on other sites

REM           NOTES: Extracted and need's DirectX9 installed prior.
REG ADD %KEY%\iAdd /VE /D "WinDVD Platinum 6.0.6.42" /f
REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\WinDVD6\Setup.exe -s -f1"%systemdrive%\Install\WinDVD6\setup.iss" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %systemdrive%\Install\WinDVD6\WinDVD_6.reg" /f

WinDVD_6.reg from here

[HKEY_CLASSES_ROOT\GPI\Settings]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI\Settings]

I just discovered this so not sure registry part will work in RunoncEX, however I think it will since it didn't create any file's or modify any.

Unfortunately, the registry key did not work. WinDVD 6 isn't registered still. :( Would you happen to know how to do it? I tried Googling and searching the forums, but I've come up empty. Anyhelp would be appreciated.

Link to comment
Share on other sites

Installshield wise, it seems to matter if it's installing from a CD/DVD or HD. -s alone works for me - only if it's from the HD. Since I run them all from a DVD, the *only* way I managed to get them to install is to use -s -f1"%cdrom%\install\app_name\setup.iss" (change the path accordingly...) if I don't have the f1 with full path, it won't install. I also use -f2"%SystemRoot%\log_file.log" with it as well and that doesn't seem to conflict.

If your installers aren't working, make sure to include the -f2(...) part and after install check the error code, it will tell you why it didn't install.

Link to comment
Share on other sites

  • 4 weeks later...

So has anyone figured out how to silently activate WinDVD6 ???

I use this to get rid of the registration dialog ...

REG ADD "HKCU\Software\InterVideo\Common\Registered" /v 40r /t reg_dword /d "4294967295"

But I dont know how to silently activate the product ???

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...