Jump to content

ganesh

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by ganesh

  1. copy already installed folder to tp OEM/progs folder then you can also install the filters you require through batch command

    echo Installing Zoom Player Filters
    echo Please wait......
    start /wait %systemdrive%\install\applications\Zoom\ac3xform.exe /S
    echo.
    echo ac3 Installed OK
    echo Please wait......
    start /wait %systemdrive%\install\applications\Zoom\cdxa.exe /S
    echo.
    echo cdxa Installed OK
    echo Please wait......
    start /wait %systemdrive%\install\applications\Zoom\matroska_nt.exe /S
    echo.
    echo matroska Installed OK
    echo Please wait......
    start /wait %systemdrive%\install\applications\Zoom\osoggsplitter03302004.exe /S
    echo.
    echo oggsplitter Installed OK
    echo Please wait......
    start /wait %systemdrive%\install\applications\Zoom\vsfilter_nt.exe /S
    echo.

    there ya go already to play :yes:

  2. just use this

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\pm\setup\setup.exe -s

    eCHO.

    make sure u have setup.iss file in the same directory

    then import

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\PowerQuest\PartitionMagic\8.0\UserInfo]

    "Install Path"="C:\\Program Files\\PowerQuest\\PartitionMagic 8.0\\"

    @=""

    "VersionNumber"="80"

    "Name"="MYComp"

    "Company"="comp"

    "SerialNumber"="xxxxxxxxxxxxxxxxxxx"

    "License"="LICENSE.TXT"

    and finally

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Protexis\Licenses\540606465]"Version"="1.2"

    "Verification"=hex:43,5f,7c,5f,c6,27,d5,46,93,2d,13,40,28,bd,a5,b8,62,a2,e1,dd,\

      27,62,84,18,7e,2f,c1,fa,84,67,41,c7,68,e4,f7,99,44,5b,8b,6a,81,b5,2a,d7,74,\

      4d,37,85,e6,6c,5a,a2

    "ReleaseCode"="xxxxxxxxxxxxxxxx"

    it works for me

    peace

    ganesh

  3. can anyone help with switches for this

    i have tried a few with no luck so far

    am using" /Silent" , but, app still launches at end of install

    have also searched the registry but cant find any keys to do a reg file???

    appreciate help if anyone knows

    peace

    ganesh

  4. ECHO

    ECHO Installing Alcohol 120 v1.9.2. b1705 retail

    start /wait %systemdrive%\install\Applications\Alcohol120\setup.exe /qn

    EcHO

    ##############################################

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    ##############################################

    ECHO Installing Daemon Tools

    start /wait %systemdrive%\install\Applications\dtools\dt346.exe /qn /Reboot=Suppress

    ECHO

    these two software are interrupting my batch install by trying to restart comp

    anyone know the correct swithches :)

    any ideas/help appreciated

    peace

    ganesh

×
×
  • Create New...