Jump to content

Recommended Posts


Posted

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.

Posted

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.

Posted

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

Posted

anybody got any clue why it is not silently installing? also the pskill doesn't work. I've also try REG ADD %KEY%\015 /V 2 /D "pskill.exe WinCinemaMgr.exe" /F but still it give me errors.

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

Posted

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.

  • 4 weeks later...
Posted

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 ???

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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