MSFN Forum: powerDVD 5 silent 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
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

powerDVD 5 silent install Rate Topic: -----

#1 User is offline   voltaic 

  • KILL THE SPAMMERS!!
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 09-October 03

Posted 18 November 2003 - 03:49 PM

this was a real pain...
after hours of trying every permutation of command line args and instantiation techniques i decided to do this the quick and dirty way.

install <your install dir with all apps to install>
+--powerdvd <where all powerdvd stuff is>
___|--cyberlink <actual program files for powerdvd>
___|--cyberlink powerdvd <start menu stuff>
___+--pdvd.reg <AAALL of the reg setting that apply ot powerdvd>


just install powerdvd 5 on your system, copy the program files and start menu files to the appropriate place. here is what i have in my batch file to copy everything:

ECHO.
ECHO Installing AdsGone Popup Killer 4.0.6
ECHO Please wait...
xcopy "%systemdrive%\install\adsgone\adsgone\*.*" "%systemdrive%\Program Files\AdsGone\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Copying system files
xcopy "%systemdrive%\install\adsgone\system32\*.*" "%windir%\system32\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Copying Start Menu files
xcopy "%systemdrive%\install\adsgone\programs\*.*" "%systemdrive%\documents and settings\All Users\Start Menu\Programs\*.*" /h /c /k /r /q /e /y
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)
ECHO Updating Registry
regedit /s "%systemdrive%\install\adsgone\ag.reg"
IF NOT %errorlevel% == 0 (ECHO FAILURE! Error Code: %errorlevel%) ELSE (ECHO SUCCESS!)


i know that's kind of lot of stuff to wade through, but deal with it.

i have also uploaded the reg file with some fairly standard default settings such as autoplay dvds on insertion, 4 channel audio, and file associations. you will have to search through the file for 2 instances of cdkey and insert yours.

enjoy
-Voltaic

Attached File(s)

  • Attached File  PDVD.reg (9.16K)
    Number of downloads: 1305



#2 User is offline   atomic7431 

  • Junior
  • Pip
  • Group: Members
  • Posts: 74
  • Joined: 09-September 03

  Posted 18 November 2003 - 05:42 PM

ok i can get powerdvd to install during setup without problem -

setup.iss file
[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=na
szCompany=none
szSerial=AK97220123699186
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



then using the win update method my command line in there is -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz100]
"1"="\\Applications\\PowerDVD5\\Setup.exe -s %systemdrive%\\install\\Applications\\PowerDVD5\\setup.iss"
@="Installing Power DVD 5"


put the setup.iss file where the install files are and try it :)

#3 User is offline   voltaic 

  • KILL THE SPAMMERS!!
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 09-October 03

Posted 19 November 2003 - 06:35 PM

like i said; tried to get the setup.iss method to work every which way i could think of; none of them worked. ive used the setup.iss method before with good results too.

just thought id post this in cose it might save someone the throuble i went through.

-Voltaic

#4 User is offline   elduderino 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 19-November 03

Posted 27 December 2003 - 10:41 AM

atomic7431, on Nov 18 2003, 11:42 PM, said:

then using the win update method my command line in there is -

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz100]
"1"="\\Applications\\PowerDVD5\\Setup.exe -s %systemdrive%\\install\\Applications\\PowerDVD5\\setup.iss"
@="Installing Power DVD 5"


put the setup.iss file where the install files are and try it :)

Hi atomic7431

I am trying to follow your post for powerDVD5. i am happy with the .iss file but its the other bit i don't follow

I am a newbie, could you explain in a bit more detail please.

Thanks

#5 User is offline   elduderino 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 19-November 03

Posted 27 December 2003 - 01:54 PM

elduderino, on Dec 27 2003, 04:41 PM, said:

Hi atomic7431

I am trying to follow your post for powerDVD5. i am happy with the .iss file but its the other bit i don't follow

I am a newbie, could you explain in a bit more detail please.

Thanks

Hi atomic7431

I have sorted this out now

#6 User is offline   Timmie 

  • Group: Members
  • Posts: 1
  • Joined: 15-May 04

Posted 19 May 2004 - 02:27 PM

What is the win update method? :)

#7 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 19 May 2004 - 02:37 PM

the what method? i don't see that in this thread?

are you talking about RunOnceEX as Widnows Update Method?

#8 User is offline   edmoncu 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 331
  • Joined: 28-April 04

Posted 19 May 2004 - 04:32 PM

here's the method i learned somewhere else here. my apologies to the original author of this concept if i forgot the link. :)

anyway, based on his example, what i done is this...

i cut the setup.iss into two parts...
1st part, i named as part1.iss which contained lines from:
[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=Username
szCompany=Companyname
szSerial=xxxxxxxxxxxxxxxx
Result=1
[{6811CAA0-BF12-11D4-9EA1-0050BAE317E1}-SdAskDestPath-0]


then the second part containing the following code. i named this one as part3.iss
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


i created a batch file (combine.cmd)that will determine the %systemdrive% or the drive where windows is installed and use that to place the proper parameters when combining the two *.ISS files into one setup.iss
@echo off

echo szDIR=%systemdrive%\Program Files\Cyberlink\PowerDVD>%systemdrive%\Others\powerdvd\part2.iss
copy %systemdrive%\Others\powerdvd\part1.iss + %systemdrive%\Others\powerdvd\part2.iss + %systemdrive%\Others\powerdvd\part3.iss %systemdrive%\Others\powerdvd\setup.iss
del %systemdrive%\Others\powerdvd\part2.iss /q /f


this batch file will automatically produce the proper setup.iss file that can install to the same drive as to where windows is also installed.

you can use the setup.iss file as you would normally call it from setup.exe of powerdvd.

the purpose of this method is that it will work when installing powerdvd aside from the usual C drive...

#9 User is offline   cyberdiamond 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 28-July 03

Posted 19 May 2004 - 10:17 PM

Why are you all going through this pain.
Its easy to install from cd/dvd :)

REG ADD %KEY%\001 /V 1 /D "%CD%\Install\PowerDVD\Setup.exe -s -f1\"%CD%\Install\PowerDVD\setup.iss\" -f2\"%systemdrive%\PowerDVD.log\"" /f

all on one line of course!

Everything can go in one .iss file then.

#10 User is offline   d0nut 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 12-April 04

Posted 24 June 2004 - 02:18 AM

cyberdiamond, on May 19 2004, 10:17 PM, said:

Why are you all going through this pain.
Its easy to install from cd/dvd  :)

REG ADD %KEY%\001 /V 1 /D "%CD%\Install\PowerDVD\Setup.exe -s -f1\"%CD%\Install\PowerDVD\setup.iss\" -f2\"%systemdrive%\PowerDVD.log\"" /f

all on one line of course!

Everything can go in one .iss file then.

But when I use spaces in the line, it doesn't work.

I should use "\"

But I don't know exactly where to put them :s

#11 User is offline   kC_ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 01-July 04

Posted 02 July 2004 - 12:56 PM

okay so whats the switches for doing this the start.cmd way?

ECHO.
ECHO Installing Power DVD 5.0
ECHO Please wait...
start /wait %systemdrive%\install\PDVD\Setup.exe

i have the .iss in same directory, but i dont know what the switches are


Thanks :)

#12 User is offline   kC_ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 01-July 04

Posted 02 July 2004 - 01:27 PM

ah its just -s
:)

#13 User is offline   snakefood 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 05-July 04

Posted 06 July 2004 - 05:07 PM

Lo peeps..take it eze on me ere..i'm somewhat an extreme noob to this creating windows disks.

Ave been avin a lookie over the site for a couple of days now, avin a read of some posts.

I've got a pre-designed unattended windows disk that i wanna tweak up, add a few of me own appz to create a more custom XP.

I've made a silent install of powerdvd.exe using installrite...how do i get the batch file to call the exe during install, is it a simple case of adding a line to the RunOnceEx.cmd, or is there more to it?

plz....


snakefood

#14 User is offline   terra 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 14-June 04

Posted 10 July 2004 - 02:52 AM

Is it just me or don't any of these setup.iss files actually work, I've been trying with fireworks and now this...

The hard drive light flashes a couple of times, then stops and nothing happens

I'm at the point right now where I'm about to go to the shed , grab an axe and beat the sh!t out of this piece of cr4p, someone please help

[edit] Nevermind I got it don't know what it was though

#15 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 10 July 2004 - 05:47 AM

snakefood

installrite kit needs no switch.

for a batch:

start /wait %systemdrive%\install\pdvd\your.exe

for RunOnceEx:

"%systemdrive%\install\pdvd\your.exe" /f

#16 User is offline   Professor Frink 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 302
  • Joined: 17-March 04

Posted 04 August 2004 - 12:32 PM

Can someone tell me how to stop PowerDVD from taking over file associations, namely mpegs? I didn't see such an option during my ISS creation.

#17 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 04 August 2004 - 12:53 PM

u can just revert the file associations back with a .reg tweak

regards

#18 User is offline   Professor Frink 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 302
  • Joined: 17-March 04

Posted 04 August 2004 - 01:11 PM

True, but I have no idea where that is....

#19 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 04 August 2004 - 01:42 PM

HKEY_CLASSES_ROOT i believe :)

regards

#20 User is offline   Professor Frink 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 302
  • Joined: 17-March 04

Posted 04 August 2004 - 01:55 PM

Oh yeah, duh. I forgot about that place. :) Thanks!

Share this topic:


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

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



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