Jump to content

juancarlos9

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by juancarlos9

  1. 9.1.1 and 9.1.3 security updates are included in the quarterly updates.
    thanx a lot ;)

    i'm trying to create an administrative installation point with this command : msiexec /a acropro.msi..

    but i do not have a file like "acropro.msi" on the cd..

    - Acro3D.msi
    - Data1.cab
    - Setup.exe
    - WindowsInstaller-KB893803
    - abcpy.ini
    - setup.ini

  2. Answer to question 2: msiexec /a <path to AIP msi> /update <path to msp>

    msiexec /a AcrobatUpd920_all_incr.msp /update <path to msp>

    like this? - but where is my "<path to msp>" - maybe the setup.exe on the cd..

    another question - what about the skipped 9.1.1 and 9.1.3 patches; are they important to install or they're included?

  3. like this:

    [boot Loader]

    Timeout=20

    Default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS

    [Operating Systems]

    C:\btsec\XPSTP.bs="1. Begin TXT Mode Setup Windows XP, Never unplug USB-Drive Until Logon"

    multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Second part of XP Professional setup from hd 0 part 2" /FASTDETECT

    multi(0)disk(0)rdisk(1)partition(3)\WINDOWS="Second part of XP Professional setup from hd 0 part 3" /FASTDETECT

    multi(0)disk(0)rdisk(1)partition(4)\WINDOWS="Second part of XP Professional setup from hd 0 part 4" /FASTDETECT

    multi(0)disk(0)rdisk(2)partition(1)\WINDOWS="Second part of XP Professional setup from hd 1 part 1" /FASTDETECT

    multi(0)disk(0)rdisk(2)partition(2)\WINDOWS="Second part of XP Professional setup from hd 1 part 2" /FASTDETECT

    multi(0)disk(0)rdisk(2)partition(3)\WINDOWS="Second part of XP Professional setup from hd 1 part 3" /FASTDETECT

    multi(0)disk(0)rdisk(2)partition(4)\WINDOWS="Second part of XP Professional setup from hd 1 part 4" /FASTDETECT

  4. IniWriteLine($TargetDrive & "\BOOT.INI", "Operating Systems",'c:\="-------------------------"')

    IniWriteLine($TargetDrive & "\BOOT.INI", "Operating Systems",'c:\="Try entries below if getting HAL.DLL/NTOSKRNL.EXE not found errors"')

    IniWriteLine($TargetDrive & "\BOOT.INI", "Operating Systems",'c:\="--------------------------"')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(1)partition(2)\WINDOWS", '"Second part of XP Professional setup from hd 0 part 2" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(1)partition(3)\WINDOWS", '"Second part of XP Professional setup from hd 0 part 3" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(1)partition(4)\WINDOWS", '"Second part of XP Professional setup from hd 0 part 4" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(2)partition(1)\WINDOWS", '"Second part of XP Professional setup from hd 1 part 1" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(2)partition(2)\WINDOWS", '"Second part of XP Professional setup from hd 1 part 2" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(2)partition(3)\WINDOWS", '"Second part of XP Professional setup from hd 1 part 3" /FASTDETECT')

    IniWrite($TargetDrive & "\BOOT.INI", "Operating Systems","multi(0)disk(0)rdisk(2)partition(4)\WINDOWS", '"Second part of XP Professional setup from hd 1 part 4" /FASTDETECT')

    thanks ;) - but how do i use this? - boot.ini?

  5. use this:

    [Boot Loader]
    Timeout=20
    Default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
    [Operating Systems]
    C:\btsec\XPSTP.bs="1. Begin TXT Mode Setup Windows XP, Never unplug USB-Drive Until Logon"
    multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Continue GUI Setup + Start XP from HD 0 - Part 1" /FASTDETECT
    multi(0)disk(1)rdisk(1)partition(1)\WINDOWS="Continue GUI Setup + Start XP from HD 1 - Part 1" /FASTDETECT
    multi(0)disk(1)rdisk(1)partition(2)\WINDOWS="Continue GUI Setup + Start XP from HD 1 - Part 2" /FASTDETECT
    multi(0)disk(1)rdisk(1)partition(3)\WINDOWS="Continue GUI Setup + Start XP from HD 1 - Part 3" /FASTDETECT
    multi(0)disk(1)rdisk(2)partition(1)\WINDOWS="Continue GUI Setup + Start XP from HD 2 - Part 1" /FASTDETECT

    tested with all of this options, but doesn't work?!

  6. hi guys,

    thanx for this awesome tool! ;)

    but i do have a problem to reach the second part - get error code for e.g. hal.dll/ntoskrnl..

    i think the solution is the boot.ini, but how to solve???

    geometry hd0:
    drive 0x80(LBA): C/H/S=121/255/63, Sector Count/Size=1943865/512
    Partition num: 0, active, filesystem type is fat, partition type 0x06

    geometry hd1:
    drive 0x81(LBA): C/H/S=1024/255/63, Sector Count/Size=16450560/512
    Partition num: 0, active, filesystem type is ntfs, partition type 0x07

    thanx for your support! ;)

×
×
  • Create New...