Jump to content

Recommended Posts

Posted

Hello all!

I will install my PowerDVD 6.0 unattended.

I use this entries in my RunOnceEx.cmd

REG ADD %KEY%\045 /VE /D "Power DVD 6.0" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\PowerDVD\Setup.exe -s f2"%systemdrive%\Drivers\powerdvd.log"" /f

But my problem is that noting happens and no PowerDVD is installed!

I cant find the mistake and have searched in the Forum a long time!

Found many but nothing what could solve my problem!

Could anybody help me?

Many ThX!

Shawn26


Posted

I don't know your method, I don't use REg ADD KEY method, but il can see a double quote at the end. Usuallt the program doesn'tlike that, no ?

Maybe I'm completely wrong... don't hurt me...

GG

Posted

My powerdvd silent rar sfx comment;

Path=%windir%\temp

Setup=kur.bat

Silent=1

Overwrite=2

my kur.bat;

@echo off

start /wait %windir%\temp\setup.exe -s -f1"%windir%\temp\setup.iss"

del /q /f /s CLAud.sim

del /q /f /s Custom.ini

del /q /f /s data1.hdr

del /q /f /s data1.cab

del /q /f /s data2.cab

del /q /f /s defaults.reg

del /q /f /s ikernel.ex_

del /q /f /s info.ini

del /q /f /s kur.bat

del /q /f /s layout.bin

del /q /f /s MCE_SYM.reg

del /q /f /s PowerDVD.sim

del /q /f /s Setup.ini

del /q /f /s setup.inx

del /q /f /s setup.iss

del /q /f /s Setup.exe

del /q /f /s ureg.ini

exit

You already know "setup.iss"

Notice=insert defaults.reg this line if you already registered user

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6F7425F3-EB34-46b0-9B63-430203611455}\Version\6.00]

@="1"

Posted
REG ADD %KEY%\045 /VE /D "Power DVD 6.0" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\PowerDVD\Setup.exe -s f2"%systemdrive%\Drivers\powerdvd.log"" /f

But my problem is that noting happens and no PowerDVD is installed!

I cant find the mistake and have searched in the Forum a long time!

Found many but nothing what could solve my problem!

Could anybody help me?

Make sure your setup.iss is in your directory.

add a dash and these two backslashes to your code.

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\PowerDVD\Setup.exe -s -f2\"%systemdrive%\Drivers\powerdvd.log\"" /f

actually you don't need the -f2 switch since you're not installing from a read-only source like a CDROM. It will create the log file automatically in %systemdrive%\install\PowerDVD\ unless you want your log file in your drivers directory.

My powerdvd silent rar sfx comment;

Path=%windir%\temp

Setup=kur.bat

Silent=1

Overwrite=2

my kur.bat;

@echo off

start /wait %windir%\temp\setup.exe -s -f1"%windir%\temp\setup.iss"

del /q /f /s CLAud.sim

del /q /f /s Custom.ini

del /q /f /s data1.hdr

del /q /f /s data1.cab

del /q /f /s data2.cab

del /q /f /s defaults.reg

del /q /f /s ikernel.ex_

del /q /f /s info.ini

del /q /f /s kur.bat

del /q /f /s layout.bin

del /q /f /s MCE_SYM.reg

del /q /f /s PowerDVD.sim

del /q /f /s Setup.ini

del /q /f /s setup.inx

del /q /f /s setup.iss

del /q /f /s Setup.exe

del /q /f /s ureg.ini

exit

your cleanup section would halt half-way thru... deleting yourself? (del /q /f /s kur.bat)

wouldn't it be easier to create a new folder in temp and then remove the directory after setup has completed, instead of all these delete commands.

Another thing, your delete switches are unnecessary.

Especially /s. You really shouldn't use that switch if you don't know what it does.

If you begin in the wrong directory, you could have unintended consequences. :o

Posted
SFX's winrar delete the temp's directory itself

The "del" command it's unnecessary.

Goodbye.

please try and see what happening

iis not working in "c:\Documents and Settings\username\local settings\temp" folder

If you find any better way please share us

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...