Jump to content

Rodent

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Austria

Posts posted by Rodent

  1. hmm

    silly me, no?

    :D

    sorry about that one...

    anyway,

    i ran into a problem...

    the last record pn my long list of apps always i listed two times in the WPI screen.

    Example:

    prog[pn]=['WS_FTP Pro 9.01']
    desc[pn]=['FTP Client']
    cmd1[pn]=['%cdrom%\\Install\\WS_FTPpro9.01\\fo-w901.exe -s']
    dflt[pn]=['yes']
    cat[pn]=['System']
    pn++

    makes WS_FTP be listed in "Systems group besides other Programs in Systen Group,

    and creates a second "System" Group at the end, only containing WS_FTP...

    any idea?

    thanks

    alex

  2. ok:

    what i found out until now:

    starting the downloaded exe and clicking "next" 2 or 3 times

    creates a SPAMfighter.msi and a 1031.MST file in a subfolder of C:\WINDOWS\Downloaded Installations\* \

    /QB REBOOT=Suppress

    does work as far as userdata needs to be entered.

    ill keep trying

    thanks alex

  3. i hope there is hope for me

    I don't think so...

    There is!

    /S worked flawless,

    additional (for whatever reason) you could kill the ccd tray:

    REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f

    and also execute this one, if you permanent want to not have ccdtray started, when booting:

    add this to tray.reg

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\CloneCD\Settings]
    "CloneCDTray"=dword:00000000

    then execute this from your runonce:

    REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f

    Summary:

    (howit looks in my .cmd)

    REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f
    REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\register.reg" /f
    REG ADD %KEY%\050 /V 2 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSetup.exe /S" /f
    REG ADD %Key%\050 /V 3 /D "taskkill.exe /F /IM CloneCDTray.exe" /f
    REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %CDROM%\Install\Applications\CloneCD5.0.2.2\tray.reg" /f

    rgds

    alex

  4. from my runonceex.cmd:

    REG ADD %KEY%\167 /VE /D "VIA Hyperion 4in1 4.53" /f

    REG ADD %KEY%\167 /V 1 /D "%CDROM%\Install\Applications\via4in1_4.53\Setup.exe -s" /f

    -s means you first got to extract the single .exe to get all neccessary install files,

    then use setup.exe -R command to create a setup.iss file in C:\Windows\

    drag this setup.iss in the same folder of extracted via setupfiles,

    then run setup.exe -s

    rgds

    alex

  5. Hi there,

    I tried to silent install CCD 5.0.2.2,

    but unfortunately the "CloneCDSilent.exe" Method is not working for me,

    as when executing from RunOnceEx, it is simply on hold when executed

    (seems to install, but after 15 minutes it is still running)

    any hint for me?

    this is my REG ADD line:

    REG ADD %KEY%\050 /VE /D "CloneCD 5.0.2.2" /f
    REG ADD %KEY%\050 /V 1 /D "%CDROM%\Install\Applications\CloneCD5.0.2.2\CloneCDSilent.exe CloneCDSetup.exe" /f

    Thanks in Advance

    Alex

  6. **** fast reply,

    just like chatting^^

    thanks

    do i have to use this:

    rundll32 setupapi,InstallHinfSection DefaultInstall 128 %SystemDrive%\install\Applications\maxthon.inf

    then between:

    REG ADD %KEY%\105 /V 1 /D " " /f

    thanks again

    alex

  7. hi,

    that is really what i searched for

    thank you very much!

    where sould the "maxthon.inf" be saved to?

    same folder where runoncecmd.bat is?

    and is this then right to add in .cmd:

    REG ADD %KEY%\105 /VE /D "Maxthon 1.1.039" /f
    REG ADD %KEY%\105 /V 1 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\maxthon.inf" /f

    thanks

    alex

×
×
  • Create New...