Jump to content

JustinJAH

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by JustinJAH

  1. "Update" Ive got it to install. I guess it worked itself out. I had the same problem through out all the RC builds too. Thanks guys for trying :)

    Ive got the 32bit MSDN RTM. I even downloaded the trial from adobe and it still gave me the same error.

  2. ok i figured out what i was doing wrong. is there anyone to have two exe's open at once, or even to say have a notpad open up. the first exe that i want to open isnt a installer just a program and the second one is a actual installed but i havent found a way to have them both open up any ideas?

  3. TweakUI installed fine but none of the others. I couldnt remember the command to make it delet the install files once its completed as well any help would be great thanks

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Adobe Creative Suite 2" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Adobe Creative Suite 2.exe /f

    REG ADD %KEY%\010 /VE /D "Macromedia Dreamweaver 8" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Macromedia Dreamweaver 8.exe /f

    REG ADD %KEY%\020 /VE /D "ZoneAlarm Security Suite" /f

    REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\ZoneAlarm Security Suite.exe /f

    REG ADD %KEY%\025 /VE /D ".NET Framework 2" /f

    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\dotnetfx.exe /f

    REG ADD %KEY%\030 /VE /D "Sun Java 1.5.6" /f

    REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Java_1_5_0_06.exe /f

    REG ADD %KEY%\035 /VE /D "TweakUI Powertoy" /f

    REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\TweakUiPowertoySetup.exe /f

    EXIT

×
×
  • Create New...