Folder \minint is used by default.
You may use \I386 instead.
Some plugins use 'X:\I386' strings.
And for testing purposes it's nice to have \I386. E.g. create a printer *.bud file and use at cd later.
There may be a renamed setupldr.bin at hard disk.
New file name \ntldr or \peldr. Backup this file first and edit file next.
C:\I386 may be used already.
Don't use your default windows partition.
Install BartPE at a additinal partition to avoid confusion.
CODE
@echo off
rem gsar by Tormod Tjaberg http://home.online.no/~tjaberg/
set setupldr_bin=D:\peldr
rem change "\minint\txtsetup.sif" to "\i386\txtsetup.sif 0x00 0x00"
rem change "\minint\system32\" to "\i386\system32\ 0x00 0x00"
gsar -B -o "-s:x00\minint\txtsetup.sif:x00" "-r:x00\i386\txtsetup.sif:x00:x00:x00" "%setupldr_bin%"
gsar -B -o "-s:x00\minint\system32\:x00" "-r:x00\i386\system32\:x00:x00:x00" "%setupldr_bin%"
rem gsar by Tormod Tjaberg http://home.online.no/~tjaberg/
set setupldr_bin=D:\peldr
rem change "\minint\txtsetup.sif" to "\i386\txtsetup.sif 0x00 0x00"
rem change "\minint\system32\" to "\i386\system32\ 0x00 0x00"
gsar -B -o "-s:x00\minint\txtsetup.sif:x00" "-r:x00\i386\txtsetup.sif:x00:x00:x00" "%setupldr_bin%"
gsar -B -o "-s:x00\minint\system32\:x00" "-r:x00\i386\system32\:x00:x00:x00" "%setupldr_bin%"
This opens new possiblilies too: several BartPE versions at one partition.
