Wyverns Posted September 17, 2004 Posted September 17, 2004 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 Thanks for help
prathapml Posted September 17, 2004 Posted September 17, 2004 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.
MCT Posted September 17, 2004 Posted September 17, 2004 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
urie Posted September 18, 2004 Posted September 18, 2004 Try thisREG ADD %KEY%\1005 /VE /D "Installing PowerDVD5" /fREG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\PowerDVD5\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD5\setup.iss\" /f
CoffeeFiend Posted September 18, 2004 Posted September 18, 2004 Try thisREG ADD %KEY%\1005 /VE /D "Installing PowerDVD5" /fREG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\PowerDVD5\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD5\setup.iss\" /fThat 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...
Wyverns Posted September 18, 2004 Author Posted September 18, 2004 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.
MCT Posted September 18, 2004 Posted September 18, 2004 if u have the setup.iss file that contains your reg info.. no need 2 enter anything else
Wyverns Posted September 18, 2004 Author Posted September 18, 2004 I use this line of code :setup.exe -s -f2 "%systemdrive%\powerdvd.log"What's the problem ?
CoffeeFiend Posted September 18, 2004 Posted September 18, 2004 You're missing f1 for your iss file (with full path), and f2 shouldn't have that space either.
big poppa pump Posted September 18, 2004 Posted September 18, 2004 You dont need f1 if you use f2.This is what I use:setup.exe -s -f2%systemdrive%\powerdvd.logI install my powerdvd from the DVD and I have all my files packed in a rar sfx archive called powerdvd.exeSo 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.
CoffeeFiend Posted September 18, 2004 Posted September 18, 2004 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.
big poppa pump Posted September 18, 2004 Posted September 18, 2004 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.
CoffeeFiend Posted September 18, 2004 Posted September 18, 2004 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.
big poppa pump Posted September 18, 2004 Posted September 18, 2004 I just tried 5 different programs, all using the installshield installer, the installation folders burnt to a cd with the following syntax:PowerDVDATI Control PanelATI WDM DriverDriverLINX Port I/O DriverNvidia NVMixerfoldername\setup.exe -f2%systemdrive%\programxx.logAll the programs were installed successfully and the result displayed in the log file was 0.
Wyverns Posted September 19, 2004 Author Posted September 19, 2004 Thanks for your help guys. I'll try this as soon as possible
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now