Jump to content

azbill5

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by azbill5

  1. I have used these cmds in runonceex forever. works every time.



    REM ZoneAlarm Pro
    REG ADD %KEY%\160 /VE /D "ZoneAlarm Pro" /f
    REG ADD %KEY%\160 /V 1 /D "%CDROM%\Apps\ZoneAlarm\zaSuiteSetup.exe /s /noreboot" /f
    REG ADD %KEY%\160 /V 2 /D "Taskkill /F /IM zclient" /f
    REG ADD %KEY%\160 /V 3 /D "REGEDIT /S %cdrom%\Apps\ZoneAlarm\ZaPro.reg" /f
    REG ADD %KEY%\160 /V 4 /D "REGEDIT /S %cdrom%\Apps\ZoneAlarm\ZaPro1.reg" /f
  2. I use this for IsoBuster

    REG ADD %KEY%\190 /VE /D "IsoBuster 1.7" /f

    REG ADD %KEY%\190 /V 1 /D "%CDROM%\Apps\ISOBuster\IsoBuster.exe /VERYSILENT /SP-" /f

    REG ADD %KEY%\190 /V 2 /D "taskkill /f /im isobuster.exe" /f

    REG ADD %KEY%\190 /V 3 /D "REGEDIT /S %CDROM%\Apps\IsoBuster\SmartProjects.reg" /f

  3. Try using the /f2 option and redirect the log file to the local hard drive (C:\DirOpus.log).  I have seen some applications fail because they try to write the log file to the install directory.  If that doesn't work you can try creating a batch file and call it from runonce. 

    Further if you should decide to compress these files into a single compressed executable file to save space you need to add the /SMS switch.

    As for Powerarchiver try using RegShot.  This will let you see what changes are made by Powerarchiver.  Then all you should need to do is create a reg file and run it as part of the powerarchiver install.

    Try this. I have installed PowerArchiver without a problem using this for quite some time.

    REM PowerArchiver

    REG ADD %KEY%\260 /VE /D "PowerArchiver 910" /f

    REG ADD %KEY%\260 /V 1 /D "%CDROM%\Apps\PowerArchive\powarc910.exe /VERYSILENT /SP- /NORESTART" /f

    REG ADD %KEY%\260 /V 2 /D "REGEDIT /S %CDROM%\Apps\powerarchive\powerarc.reg" /f

    REG ADD %KEY%\260 /V 3 /D "REGEDIT /S %CDROM%\Apps\powerarchive\powerarchiver.reg" /f

×
×
  • Create New...