MSFN Forum: PowerDVD will not install - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

PowerDVD will not install Rate Topic: -----

#1 User is offline   bubbers214 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 18-February 04

Posted 23 February 2004 - 03:41 PM

I cannot get powerdvd to silently install no matter what I do. Here is my cmd that I call
ECHO Installing PowerDVD V5
ECHO Please Wait...
start /wait %systemdrive%\install\Applications\PowerDVD\Setup.exe -s -f1"%systemdrive%\install\Applications\PowerDVD\setup.iss


And here is my setup.iss
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[Application]
Name=PowerDVD
Version=5.0
Company=CyberLink
Lang=0009
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-DlgOrder]
Dlg0={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdWelcome-0
Count=9
Dlg1={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdLicense-0
Dlg2={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdDisplayTopics-0
Dlg3={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdRegisterUserEx-0
Dlg4={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0
Dlg5={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0
Dlg6={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0
Dlg7={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1
Dlg8={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=Jeff Marshall
szCompany=Company
szSerial=*
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0]
szDir=C:\Program Files\CyberLink\PowerDVD
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0]
szFolder=CyberLink PowerDVD
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0]
DefaultSkin=CRYSTAL
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1]
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0


What if anything is wrong with my code??! This is the last piece of software i am having issues with.

I also have a quick questino about Zoom Player install, it opens up Internet Explorer at the end of installation, it doesn't interupt anything but its annoying. Any ideas how to stop it?


#2 User is offline   bubbers214 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 18-February 04

Posted 23 February 2004 - 03:51 PM

Used taskkill to take care of iexplorer, but still having issues with powerdvd.

#3 User is offline   Frank_Sechrist 

  • Member
  • PipPip
  • Group: Members
  • Posts: 105
  • Joined: 07-December 03

Posted 23 February 2004 - 06:30 PM

start /wait %systemdrive%\Install\pdvd\Setup.exe -s %systemdrive%\Install\pdvd\setup.iss

The above works for me. Note that I'm not using the -f1 before the .iss file parameter.

.iss file is:

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[Application]
Name=PowerDVD
Version=5.0
Company=CyberLink
Lang=0009
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-DlgOrder]
Dlg0={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdWelcome-0
Count=9
Dlg1={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdLicense-0
Dlg2={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdDisplayTopics-0
Dlg3={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdRegisterUserEx-0
Dlg4={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0
Dlg5={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0
Dlg6={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0
Dlg7={6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1
Dlg8={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=Owner of this Computer
szCompany=Owner's Location
szSerial=*********
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0]
szDir=C:\Program Files\CyberLink\PowerDVD
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdSelectFolder-0]
szFolder=CyberLink PowerDVD
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SELECTSKINDIALOG-0]
DefaultSkin=Glow
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SHOW_CLPV_CLEV_DIALOG-1]
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0

#4 User is offline   bubbers214 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 18-February 04

Posted 23 February 2004 - 06:40 PM

You RULE! Thanks man, been racking my brain over that for like 3 days, everything works great now. Thanks again.

#5 User is offline   pachelbeljoe 

  • Crazy XP Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 21-October 03

Posted 24 February 2004 - 03:15 AM

bubbers214, on Feb 23 2004, 06:40 PM, said:

You RULE!  Thanks man, been racking my brain over that for like 3 days, everything works great now.  Thanks again.

Thatīs it one simple string thats false can drive you crazy and it may take you days to find out! :rolleyes:

pachelbeljoe :)

#6 User is offline   OldMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 17-October 03

Posted 24 February 2004 - 04:20 PM

Pachel,,,,,
Although removing the -f1 parameter fixed your problem, if the code for your silent installation is exactly as you have stated in your thread, then you basically have a syntax error. You are missing a set of quotation marks at the end of setup.iss. I have installed PowerDVD using -f1 parameter and it installed fine. Just Gee Wiz info for you. :)

The Old Dude

#7 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 01 March 2004 - 12:00 PM

any possibility to set the install dir to a relative instead of an absolute path?

#8 User is offline   Frank_Sechrist 

  • Member
  • PipPip
  • Group: Members
  • Posts: 105
  • Joined: 07-December 03

Posted 01 March 2004 - 12:52 PM

I use setup.exe -R to record the setup.iss file. That file has a line similar to the following:

szDir=C:\Program Files\CyberLink\PowerDVD

Since I want my unattended install to work correctly when installed to any hard drive, I copy everything in the .iss file BEFORE the 'program files' line to a file named 'part1.iss'. I copy everything AFTER the 'program files' line to a file named 'part3.iss'. During install, I create a part2.iss file as shown below, then copy the three parts into one setup.iss file. If I'm installing to Drive E:, the setup.iss file will contain the following line:

szDir=E:\Program Files\CyberLink\PowerDVD

Here's my code:

echo szDir=%programfiles%\CyberLink\PowerDVD> %systemdrive%\Install\pdvd\part2.iss
copy %systemdrive%\Install\pdvd\part1.iss + %systemdrive%\Install\pdvd\part2.iss + %systemdrive%\Install\pdvd\part3.iss %systemdrive%\Install\pdvd\setup.iss
start /wait %systemdrive%\Install\pdvd\Setup.exe -s %systemdrive%\Install\pdvd\setup.iss

Share this topic:


Page 1 of 1
  • 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