MSFN Forum: Power DVD on unattended CD ? - 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

Power DVD on unattended CD ? Rate Topic: -----

#1 User is offline   Wyverns 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 17 September 2004 - 08:10 AM

Hello, I'd like to insert Power DVD 5 on my unattended CD.
How can I do it ? What are the commands for doing it ?

Sorry for my english, i'm from belgium :P

Thanks for help


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 September 2004 - 09:11 AM

Hi wyverns, and welcome to MSFN.

PowerDVD 5 seems to use InstallShield, as the installer. The official guide here has the details (alongside many more things) on how to manage an unattended InstallShield setup.

#3 User is offline   MCT 

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

Posted 17 September 2004 - 12:59 PM

yep, just run it from the cd as u usually would.. but u have 2 add the switch for placing a log file on c:\ cuz it wants 2 write 2 the current dir its in.. & thats not possible with cdr

#4 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 507
  • Joined: 30-July 03

Posted 17 September 2004 - 07:38 PM

Try this

REG ADD %KEY%\1005 /VE /D "Installing PowerDVD5" /f
REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\PowerDVD5\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD5\setup.iss\" /f


#5 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 September 2004 - 08:44 PM

urie, on Sep 17 2004, 07:38 PM, said:

Try this

REG ADD %KEY%\1005 /VE /D "Installing PowerDVD5" /f
REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\PowerDVD5\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD5\setup.iss\" /f

That will NOT work. He has to record it first, and he needs the logfile as well (he's not doing it from the HD - just like I am). And not everybody installs that way either...

#6 User is offline   Wyverns 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 18 September 2004 - 02:15 AM

OK, I understand for logfile and I've found the setup.iss and puting it in my PowerDVD folder.
But now how can I register it ? I tried silent install but doesn't work. :no:

#7 User is offline   MCT 

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

Posted 18 September 2004 - 02:24 AM

if u have the setup.iss file that contains your reg info.. no need 2 enter anything else

#8 User is offline   Wyverns 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 18 September 2004 - 02:36 AM

I use this line of code :

setup.exe -s -f2 "%systemdrive%\powerdvd.log"


What's the problem ?

#9 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 September 2004 - 12:27 PM

You're missing f1 for your iss file (with full path), and f2 shouldn't have that space either.

#10 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 18 September 2004 - 12:42 PM

You dont need f1 if you use f2.

This is what I use:

setup.exe -s -f2%systemdrive%\powerdvd.log

I install my powerdvd from the DVD and I have all my files packed in a rar sfx archive called powerdvd.exe
So when the program runs all the files are first extracted into a temporary directory and then the setup begins. So technically I dont even need to specify the path for the log since the log will be created anyway in the temp directory. But, what the heck? I delete the log files later anyway.

#11 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 September 2004 - 02:25 PM

It only works because your SFX extracts files to the HD first then you run it from there, if you actually ran the setup from DVD like I do, it would NOT work, you DO require BOTH f1 and f2 from CD/DVD, else it will NOT install.

#12 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 18 September 2004 - 03:23 PM

crahak, on Sep 18 2004, 02:25 PM, said:

It only works because your SFX extracts files to the HD first then you run it from there, if you actually ran the setup from DVD like I do, it would NOT work, you DO require BOTH f1 and f2 from CD/DVD, else it will NOT install.

No! You dont. If the iss file is in the same directory as the setup file, all you need to do is specify the target for the log file using the "f2" option.

#13 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 September 2004 - 03:27 PM

If I omit f1 (the setup.iss IS in the same spot as setup.exe) then it does not work. Weird... I've had issues in the past getting apps to install like that from a DVD, and this is the only way it works for me. From the HD, it works fine regardless. If I remember right, without f1 I get error -3 in the log file (Required data not found in the Setup.iss file) and if I mention f1, it installs perfectly.

#14 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 18 September 2004 - 05:58 PM

I just tried 5 different programs, all using the installshield installer, the installation folders burnt to a cd with the following syntax:

PowerDVD
ATI Control Panel
ATI WDM Driver
DriverLINX Port I/O Driver
Nvidia NVMixer

foldername\setup.exe -f2%systemdrive%\programxx.log

All the programs were installed successfully and the result displayed in the log file was 0.

#15 User is offline   Wyverns 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 19 September 2004 - 03:32 AM

Thanks for your help guys. I'll try this as soon as possible ;)

#16 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

  Posted 19 September 2004 - 03:37 AM

dont forget to record the iss file using -r -a not just -R cause it doesnt work in the latest version it creates the wrong iss file(incomplete) and then setup doesnt run

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