Jump to content

joe0532

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by joe0532

  1. :no:

    regarding post 28, the PDF states #XPLODE# evaluates to the directory where XPlode resides; so if it is residing on the CD then... :w00t: The example shows c:\install.

    2.1 #XPLODE#

    The variable #XPLODE# is substituted for the directory XPlode resides. Example:

    #XPLODE# = C:“Install

  2. I like to put program files, documents & settings, windows, temp and swap on separate drives. I know how to accomplish this after an installation using the following for program files for example:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]

    "ProgramFilesDir"="p:\\pgms"

    "CommonFilesDir"="p:\\pgms\\Common Files"

    However early-on in the installation, these logical drive letters have not yet been assigned. Would the syntax below work?

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]

    "ProgramFilesDir"="multi(0)disk(0)rdisk(0)partition(4)\\pgms"

    "CommonFilesDir"="multi(0)disk(0)rdisk(0)partition(4)\\pgms\\Common Files"

    If not, any ideas? :blink:

×
×
  • Create New...