Jump to content

Java/Quicktime are not installing at all!


Recommended Posts

Posted

Here is the code I use to install it via RunOnce:

REG ADD %KEY%\070 /VE /D "Java 1.4.2_05" /f
REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\Java\Java1.4.2_05.msi /qb REBOOT=ReallySuppress" /f

Quicktime

REG ADD %KEY%\110 /VE  /D "Quicktime 6.5.1" /f
REG ADD %KEY%\110 /V 1 /D "%CDROM%\Software\Quicktime\Quicktime6.5.1.exe /qn" /f

And I use this ini for QT

[QTSETUP]
license_option=0
no_dialogs=true
registration_dialog=false
supress_speed_dialog=true
install_qtjava=false
install_qd3d=true
show_sample=false
show_readme=false
show_programfolder=false
install_qtinfo=true

I triple checked the folder locations, and its all correct. It just skips over it when going through RunOnce. I have the QT ini sitting in the same directory as the installer, but it still won't install. Whats wrong?


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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