File
[%BaseDir%\Projects\VistaPE-CAPI\00-config-base.script] Version[19]
Processing
common settings...
IF
- File does not exist: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
evaluated string:
[If,NotExistFile,%ProjectInfo%,FileCreateBlank,%ProjectInfo%]
FileCreateBlank
- Created a new file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
IniAddSection
- Created section in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo]
IF
- [True] is equal to: [true] evaluated string: [If,%pRadioButton1%,Equal,true,IniWrite,%ProjectInfo%,"VistaInfo","BuildModel","MultiBoot"]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [BuildModel=MultiBoot]
IF
- [False] is not equal to: [true] evaluated string:
[If,%pRadioButton2%,Equal,true,IniWrite,%ProjectInfo%,"VistaInfo","BuildModel","RAM"]
IF
- [False] is not equal to: [true] evaluated string:
[If,%pRadioButton3%,Equal,true,IniWrite,%ProjectInfo%,"VistaInfo","BuildModel","Normal"]
[//
This is used in each shell's script to see if it is the default and
AddToPEShell as appropriate.]
[//
Except for CMD, which is handled in 07-config.script]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [Shell=Explorer (requires VistaDVD)]
IF
- [1024x768] is not equal to: [default] evaluated string: [If,"%pScrollBox3%",equal,"default",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","0x0"]
IF
- [1024x768] is not equal to: [640x480] evaluated string:
[If,"%pScrollBox3%",equal,"640x480",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","640x480"]
IF
- [1024x768] is not equal to: [800x600] evaluated string:
[If,"%pScrollBox3%",equal,"800x600",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","800x600"]
IF
- [1024x768] is equal to: [1024x768] evaluated string:
[If,"%pScrollBox3%",equal,"1024x768",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","1024x768"]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [ScreenResolution=1024x768]
IF
- [1024x768] is not equal to: [1024x800] evaluated string:
[If,"%pScrollBox3%",equal,"1024x800",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","1024x800"]
IF
- [1024x768] is not equal to: [1280x1024] evaluated string:
[If,"%pScrollBox3%",equal,"1280x1024",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","1280x1024"]
IF
- [1024x768] is not equal to: [1440x900] evaluated string: [If,"%pScrollBox3%",equal,"1440x900",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","1440x900"]
IF
- [1024x768] is not equal to: [Optimal] evaluated string:
[If,"%pScrollBox3%",equal,"Optimal",IniWrite,%ProjectInfo%,"VistaInfo","ScreenResolution","Optimal"]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [Locale=Auto]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [GrubSkin=Text]
IF
- [False] is not equal to: [true] evaluated string:
[If,%pCheckBox1%,Equal,true,IniWrite,%ProjectInfo%,"VistaInfo","ForceAllToRam","Yes"]
IF
- [False] is equal to: [false] evaluated string:
[If,%pCheckBox1%,Equal,false,IniWrite,%ProjectInfo%,"VistaInfo","ForceAllToRam","No"]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\project.ini]
Section [VistaInfo] Key [ForceAllToRam=No]
[//
Rev 14 - added]
SetVar
- Sucessfuly changed the value of [%AtRam%] to: [False]
IF
- [False] is not equal to: [True] evaluated string:
[If,%AtRam%,Equal,True,Begin]
[IniWrite,"%ProjectDir%\script.project","Variables","#$pPE_CFG#$p","#$pPECFG#$p"]
[IniWrite,"%ProjectDir%\script.project","Variables","#$pTarget_Prog#$p","#$pTargetDir#$p\Program##$sFiles"]
[If,%Version%,BIGGER,80,Set,"%PE_Programs%","#$pSystemDrive#$p\Program
Files",Permanent]
[Else,Set,"%PE_Programs%","##$pSystemDrive##$p\Program##$sFiles",Permanent]
[End]
ELSE
- executing command: [Begin]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\script.project]
Section [Variables] Key [%PE_CFG%=%PECFGCD%]
IniWrite
- Wrote INI key in file: [%BaseDir%\Projects\VistaPE-CAPI\script.project]
Section [Variables] Key [%Target_Prog%=%TargetDir%\Programs]
IF
- [080] is not bigger than [80] evaluated string:
[If,%Version%,BIGGER,80,Set,"%PE_Programs%","#$pCDDrive#$p\Programs",Permanent]
ELSE
- executing command: [Set,%PE_Programs%,##$pCDDrive##$p\Programs,Permanent]
SetVar
- Sucessfuly changed the value of [%PE_Programs%] to:
[#$pCDDrive#$p\Programs]
[End]
SetVar
- Sucessfuly changed the value of [%ISOPathName%] to:
[%BaseDir%\ISO\VistaPE-Core.iso]
SetVar
- Sucessfuly changed the value of [%ISOfileVar%] to:
[%BaseDir%\ISO\VistaPE-Core.iso]
[//
End REv 14]
IF
- [True] is equal to: [True] evaluated string:
[If,%pCheckBox_bsexp_capi_fix%,Equal,True,Run,%scriptfile%,bsexp_capi_fix]
|