Jump to content

xavier73

Member
  • Posts

    19
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by xavier73

  1. I'm trying to use this as a sfx script in winrar. With autoit script you can use :

    @DesktopCommonDir and @ProgramsDir which gives the path of the desktop and startmenu. Is there in the sfx script such a command?

    The command %AllUsersProfile%\Start Menu\Programs in sfx script won't work on all windows versions. The dutch version of xp has a different path name. The autoit script does work on all windows versions.

  2. run the setup file first and dont install.

    go to temp dir and copy the NERO13820 dir somewhere.

    put this cmd file inside NERO13820 dir and run it.

    neroinstall.cmd

    @echo off
    title Nero 8.1.2.0
    echo.
    echo Updating DirectX 9c Redistributable...
    start /wait Data\Redist\DirectX\dxsetup.exe /silent
    echo.
    echo VCR...
    start /wait Data\Redist\VCRedistSetup.msi /passive /norestart
    echo.
    echo Nero XML...
    start /wait Data\Redist\neroxml.msi /passive /norestart
    echo.
    echo KB884016 v2...
    start /wait Data\Redist\WindowsInstaller-KB884016-v2-x86.exe /passive /norestart
    echo.
    echo Installing Nero Premium 8.1.2.0...
    start /wait SetupX.exe /qb! /NORESTART RebootYesNo="No" NERO_SCOUT="FALSE" serialnum_userval="---your-serial---no---" AgreeToLicense="Yes" EULA_AGREEMENT=1

    if /passive used instead of /qb!, it asks for restart.

    finally, use 7zip or winrar to create installer and repack to the normal size.

    7zip installer : http://www.ryanvm.net/forum/viewtopic.php?...&highlight=

    I can't find the temp map where nero extracts his files too. Can someone tell me where this is so i can put the extracted files on dvd so the installation will take less time.

  3. I've spend the whole afternoon trying to find the answer but was confused by all the different ways of making a silent installation. One only uses the WPI application, the other uses autoit script and the other uses the rar sfx script. I was hoping that someone could explain the difference to me. For the beginning user of the silent installation this forum isn't always that clear.

    But if it isn't allowed to post so many questions on this forum i will use this site for viewing purpose only in the future. :(

  4. I'm trying to make a silent install for the program powerdvd 7. USSF gives the following solution which i don't understand. Does anyone know how to do this??

    message:

    Unpack the monolith setup file with UniExtract or other extractor.

    The unpack archive should be either .CAB based or .MSI based.

    Next, only for .CAB based:

    Record an installation with this

    command:%wpipath%\install\apps\grafisch\cyberlink.powerdvd.ultra.deluxe.v7.3.2911\setup /r /f1"x:\setup.iss"

    Now you can perform a silent installation with the iss

    file:%wpipath%\install\apps\grafisch\cyberlink.powerdvd.ultra.deluxe.v7.3.2911\setup /s /f1"x:\setup.iss"

    next, only for .msi based:

    msiexec.exe /i setup.mis /qb

    I have extracted the setup file, but i don't know how to record an installation.

    :wacko:

  5. I'm trying to make nero 8 a silent install in windows post installation but USSF gives the next message:

    USSF detected that the file you selected is a valid PE file.

    However, it couldn't identify its type.

    The header returned by PEiD was 'Nothing found'

    Can anyone tell me how to make it a silent install in WPI?

×
×
  • Create New...