DaveXP Posted September 26, 2003 Posted September 26, 2003 Has anyone yet manged to install PowerDVD and have it in put the serial in to the registry so it dont ask and has anyone have any ideas how to do the serial in for Sygate Personal Firewall 5.01 as well.
Westi Posted September 26, 2003 Posted September 26, 2003 Hi,look at my script at http://board.MSFN.org/index.php?showtopic=8987 for POWERDVD5.It isn't really silent, but you install unattended.Silent with registry patch is too difficult, because of so many entries and modifications to handle CDs.Sygate...i don't know.Greetz Westi
flyakite Posted September 27, 2003 Posted September 27, 2003 If you ran PowerDVD with the -R switch, the setup.iss file that was created should have the serial number in it.ECHO.ECHO Installing Cyberlink PowerDVD 5.0ECHO Please wait...start /wait %systemdrive%\install\Applications\PowerDVD5\Setup.exe -s %systemdrive%\install\Applications\PowerDVD5\setup.issHere is my setup.iss code:[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[Application]Name=PowerDVDVersion=5.0Company=CyberLinkLang=0009[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-DlgOrder]Dlg0={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdWelcome-0Count=9Dlg1={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdLicense-0Dlg2={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdDisplayTopics-0Dlg3={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdRegisterUserEx-0Dlg4={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0Dlg5={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0Dlg6={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0Dlg7={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1Dlg8={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdFinish-0[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdWelcome-0]Result=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdLicense-0]Result=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdDisplayTopics-0]Result=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdRegisterUserEx-0]szName=Your NameszCompany=CompanyszSerial=Your SerialResult=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0]szDir=C:\Program Files\CyberLink\PowerDVDResult=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0]szFolder=CyberLink PowerDVDResult=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0]DefaultSkin=GlowResult=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1]Result=1[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdFinish-0]Result=1bOpt1=0bOpt2=0
DaveXP Posted September 27, 2003 Author Posted September 27, 2003 yep i run the -R switch but in PowerDVD 6 it automatlically reboots so the setup.iss is gone
Yazoo Posted September 27, 2003 Posted September 27, 2003 Try putting BootOption=00 at the end of the setup.iss file
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